|
dign:
I also add my thanks...I didn't ask, but found this post doing search. I had same problem when I got an error on boot one day.
This worked great for getting swap going for the current session...
sudo mkswap /dev/hda5
sudo swapon /dev/hda5
But, what are the edits for /etc/fstab to make the swap permanent so that its there everytime I reboot?
Right now when I run cat /etc/fstab I get:
{quote}
# /etc/fstab: static file system information
#
#<file system> <mount point> <type> <options> <dump> <pass>
proc /proc proc defaults 0 0
# /dev/hda1 -- converted during upgrade to edgy
UUID=a5549dd-f158-447f-81b2-20c33965d / ext3 defaults,errors=remount-ro 0 1
# /dev/hda5 -- converted during upgrade to edgy
UUID=6e58e1a4-1742-46d4-a5b1-bd279b77441c none swap sw 0 0
/dev/hdc /media/cdrom0 udf,iso9660 user,noauto 0 0
/dev/fd0 /media/floppy0 auto rw,user,noauto 0 0
{end quote}
Last edited by cwej; 04-09-2007 at 03:48 PM.
|