Quantcast
Channel: Debian User Forums
Viewing all articles
Browse latest Browse all 2901

Off-Topic • Re: [Software] More SWAP on LUKS? How?

$
0
0
sudo swapon -s
sudo swapoff /dev/dm-2
sudo fallocate -l 16g /swapfile
chmod 600 /swapfile
sudo mkswap /swapfile
sudo swapon /swapfile

nano /etc/fstab
/swapfile none swap sw 0 0

*solved*

Statistics: Posted by debianforumuser — 2024-04-16 21:58



Viewing all articles
Browse latest Browse all 2901

Trending Articles