Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
duo remove the third partition for swap
Use the method of creating a swap file instead: fallocate -l 256M /mnt/swapfile chmod 600 /mnt/swapfile mkswap /mnt/swapfile swapon /mnt/swapfile Check: swapon --show or free -h Automatically load after reboot: echo "/mnt/swapfile swap swap defaults 0 0" >> /etc/fstab
- Loading branch information