Quote:
Originally posted by Electro
You will have to to do mkswap /dev/hda5 and then do swapon /dev/hda5. Check in your /etc/fstab file for any incorrect swap lines.
|
This is what's in my fstab file:
LABEL=/ / ext3 defaults 1 1
LABEL=/boot /boot ext3 defaults 1 2
none /dev/pts devpts gid=5,mode=620 0 0
none /dev/shm tmpfs defaults 0 0
none /proc proc defaults 0 0
none /sys sysfs defaults 0 0
/dev/hda5 swap swap defaults 0 0
...
I don't think there's anything wrong with the swap mounting is there?
I ran the mkswap /dev/hda5 and swapon /dev/hda5 commands and now have a swap space. Do I need to do this everytime I reboot linux?