mxc
Well-Known Member
Im finishing up now and noticed on the good working drive the swap partition (sda2) is not mounting as it does not contain superblocks. Ive searched for the backup blocks and are unable to restore the backup blocks to assemble md1 (swap) with sda2.
Any advice?
The swap partition doesn't have a file system on it, its treated as a raw block device for speed so there won't be any superblocks. Try "swapon /dev/sda2" and then "swapon -s" to see if its up. If its hosed for some reason just go "mkswap /dev/sda2" and then try again. If its not starting at boot up then the /etc/fstab file is incorrect. Naturally make sure /dev/sda2 is a swap partition before running mkswap.