JEDZhang 发表于 2022-8-22 12:00:38

Debian 系统无法开启swap

以如下方式创建swap
sudo dd if=/dev/zero of=/swapfile bs=1024 count=2000000
sudo chmod 0600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile


报错:
swapon: /swapfile: swapon failed: Invalid argument

Liuth 发表于 2022-8-22 14:29:02

把 swapfile 放到 /userdata/rootfs_overlay/ 目录下试试,不要放根目录

JEDZhang 发表于 2022-8-22 15:52:34

Liuth 发表于 2022-8-22 14:29
把 swapfile 放到 /userdata/rootfs_overlay/ 目录下试试,不要放根目录

有效!!!
页: [1]
查看完整版本: Debian 系统无法开启swap