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

Off-Topic • [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 — Replies 7 — Views 127



Viewing all articles
Browse latest Browse all 3557

Trending Articles