I think my system is running without swap.
When I hit mount, I get:
Code:
rootfs on / type rootfs (rw)
/dev/root on / type reiserfs (rw,noatime)
/proc on /proc type proc (rw,nodiratime)
/sys on /sys type sysfs (rw)
/dev/hda7 on /home type reiserfs (rw,noatime)
/dev/hdb1 on /mnt/bridge type vfat (rw,nodiratime,nosuid,nodev,noexec,fmask=0033,dmask=0033)
none on /dev/pts type devpts (rw)
/dev/cdrom on /mnt/cdrom type supermount (ro,dev=/dev/cdrom,fs=iso9660,tray_lock=onwrite,--,iocharset=iso8859-1)
/dev/scd0 on /mnt/cdwriter type supermount (ro,dev=/dev/scd0,fs=iso9660,tray_lock=onwrite,--,iocharset=iso8859-1)
usbfs on /proc/bus/usb type usbfs (rw)
I tried loading swap (my swap-formatted partition is at the third primary partition of my first IDE HDD and hence /dev/hda3, I presume. But I get:
Code:
root@yos vasudevan # mount -t swap /dev/hda3 swap
mount: mount point swap does not exist
The relevant contents of my /etc/fstab:
Code:
/dev/hda4 / reiserfs notail,noatime 1 1
/dev/hda7 /home reiserfs notail,noatime 1 2
/dev/hda3 swap swap defaults 0 0
IIRC even during bootup I get an error on this fstab entry.
Please advise. Thanks.