PDA

View Full Version : How to find out whether swap is mounted? How to (u)mount it?



keenPenguin
09-12-2008, 08:16 AM
Hi,

I use Knoppix 5.1.1, and the subject actually sums it up: Once I booted, how can I find out whether SWAP is actually mounted, and with which commands can I mount/umount it?

Regards
kP

kirol
09-12-2008, 11:29 AM
"swapon -s" will list used swap space, "swapoff" will allow you to stop using it. See "man" for details :-)

Also, "apropos swap" would have hinted you.