installSwapfile
installSwapfile copied to clipboard
How to unmount/uninstall swapfile
trafficstars
I'm sure there's a way to undo the swap file and/or to resize it but I can't figure it out.
Hi @doraemon96
Run this command:
sudo swapoff /tmp/swapfile . This will disable the swapfile, now you can delete it with rm -f /tmp/swapfile
Then, delete the entry in /etc/fstab for the swapfile (or comment it out by adding # ).
Regards, christian