I have just installed SolydX (Debian based) onto a laptop with the following specs:
-Toshiba Tecra A4 -800MHz Centrino CPU -nVidia 6600 GPU -512MB RAM
After installing Conky to monitor my system, I noticed that there is no Swap space showing. I made a 2GB Swap partition on install. I have checked the fstab file and all looks good (it was populated by the installer).
Most answers I've found so far use the swapon command, however when I try these commands, I get a 'command not found' error.
How can I get my system to use the Swap space?
Below is my fstab file
proc /proc proc defaults 0 0 UUID=49f4751f-4ad9-4f3e-baa8-853d3d43153c / ext4 rw,errors=remount-ro 0 1 UUID=b4e77f64-86d7-4a72-888d-fbbcc5d1045c /home ext4 rw,errors=remount-ro 0 0 UUID=3b3aec73-825f-4ec0-96c5-f9c79d599f9e swap swap sw 0 0
swapon?swaponis in/sbin, a path normally only added to root's environment.blkidas root (sudo blkid) to check that the UUID of your swap partition is the same as the one infstab.