标签:mod class 系统 att vim 重启 alt debian boot
parrot os(不仅仅是debian系统),分区提示,查看系统格式为btrfs,需要注意的是btrfs无法添加swap分区,但是可以在5.0内核以上添加
以下命令,完成创建8g的swap分区
ouch /swapfile chattr +C /swapfile fallocate -l 8G /swapfile chmod 0600 /swapfile mkswap /swapfile swapon /swapfile free -h
添加到/etc/fstab中实现开机挂载
vim /etc/fstab
末尾添加
/swapfile swap swap defaults 0 0
x!保存,重启,完成
reboot
swapon failed invalid argument
标签:mod class 系统 att vim 重启 alt debian boot
原文地址:https://www.cnblogs.com/junsec/p/12059386.html