I am trying to mount a second swap space by
1. created a additonal partiton of type 82 with fdisk
2. added an addition line in the /etc/fstab -- identical to my first swap
/dev/hda8 swap swap defaults 0 0
3. reboot
When it rebooted, it complainted that it failed to mount the 2nd swap space.
I looked at the hardware browser's drive info , my new swap drive's type
was assigned as "none" rather than the "linux-swap" as in my first swap...
despite that fdisk's report as " linux swap"
I also looked at the dmesg, it was complaining about " Unable to find
swap-space signature"
What did I miss ?