Ok, that worked.
a few follow up questions..
Why was the entry never created when the system was built? This is a
new install and I know I didn't touch the /etc/fstab file.
Secondly an older FC 3 install (this is a FC 4 install) had the line:
LABEL=SWAP-hda3 swap swap defaults 0 0
I tried the same line (adjusting for hda6) but that didn't work. I do
have label's on the other filesystems however and they work fine.
TIA
Jan 8 04:03:46 xyzzy kernel: Swap cache: add 0, delete 0, find 0/0,
race 0+0
Jan 8 04:03:48 xyzzy kernel: Free swap = 0kB
Jan 8 04:03:48 xyzzy kernel: Total swap = 0kB
Jan 8 04:03:48 xyzzy kernel: Free swap: 0kB
Jan 8 04:03:48 xyzzy kernel: 131056 pages of RAM
Device Boot Start End Blocks Id System
/dev/hda1 * 1 65 522081 83 Linux
/dev/hda2 66 702 5116702+ 83 Linux
/dev/hda3 703 957 2048287+ 83 Linux
/dev/hda4 958 4865 31391010 5 Extended
/dev/hda5 958 1148 1534176 83 Linux
/dev/hda6 1149 1279 1052226 82 Linux swap /
Solaris
/dev/hda7 1280 4865 28804513+ 83 Linux
TIA
Make sure swap will work by typing:
swapon /dev/hda6
If that works add the following to /etc/fstab
/dev/hda6 swap swap defaults 0 0
-Mike