You are not logged in.
Pages: 1
For some reason my swap is failing to activate. I first noticed it when I was looking at ksysguard, and it said "No swap available". I didn't notice it at first when booting up, because it flashes by so quickly...but it does say failed(I happened to notice this time). Can someone explain to me how I fix this?:/
Last edited by ph0tios (2008-02-27 04:51:50)
Offline
Check your swap information in /etc/fstab
If it is correct, check your partition table with:
cfdisk /dev/sdX
X : specifies which disk to check
If your partition table is correct, create and activate your swap with:
mkswap /dev/sdXY
X : specifies the disk
Y : specifies the partition
Offline
DkSoul, thanks for the help! It worked perfectly.
Offline
Thank! this also helped me too...
Offline
Pages: 1