Try this: 1. swapoff -a (probably not needed cause it sounds like it's not being mounted) 2. mkswap -L swaplabel /dev/hda3 (or whatever your swap partition is, swaplabel is whatever you want to call it now, use something short and alphanumeric.) 3. change the line in /etc/fstab to "LABEL=swaplabel swap swap defaults 0 0" 2. swapon -a
Now run something like "top" that shows mem / swap info to make sure it's working. When you reboot the error should be gone. > > # /etc/fstab > > # This file is edited by fstab-sync - see 'man fstab-sync' for details > > LABEL=/ / ext3 defaults 1 1 > > LABEL=/boot /boot ext3 defaults 1 2 > > /dev/devpts /dev/pts devpts gid=5,mode=620 0 0 > > /dev/shm /dev/shm tmpfs defaults 0 0 > > /dev/proc /proc proc defaults 0 0 > > /dev/sys /sys sysfs defaults 0 0 > > LABEL=/video /video jfs defaults 1 2 > > LABEL=mb[0] = MBC_SET swap swap defaults 0 > > 0 # << ======== > > /dev/fd0 /media/floppy auto > > pamconsole,exec,noauto,managed 0 0 > > /dev/hdd /media/cdrecorder auto > > pamconsole,exec,noauto,managed 0 0 > > /dev/hdc /media/cdrom auto > > pamconsole,exec,noauto,managed 0 0 > > > > > > _______________________________________________ > > ivtv-devel mailing list > > [email protected] > > http://ivtvdriver.org/mailman/listinfo/ivtv-devel > > > > > > > _______________________________________________ > ivtv-devel mailing list > [email protected] > http://ivtvdriver.org/mailman/listinfo/ivtv-devel > > _______________________________________________ ivtv-devel mailing list [email protected] http://ivtvdriver.org/mailman/listinfo/ivtv-devel
