Trying to create bootable backup partition
I configured my new HDD with an extra root partition. Partition 2 is for my current OS (Libranet 3) (along with partition 1 for boot and partition 6 for home) and partition 7 is for my old OS (Libranet 2.8). My new OS boots fine. I can mount partition 7 and see all the files from my old OS. However, when I try to boot the old OS, I get a complaint from reiserfsck and I am forced to single-user mode. The complaint reads:
reiserfs_open: neither new nor old reiserfs format found on /dev/hdc8
reiserfsck: Cannot not [sic] open filesystem on "/dev/hdc8"
Warning... fsck.reiserfs for device /dev/hdc8 exited with signal 6.
fsck failed. Please repair manually and reboot. Please note that the root filesystem is currently mounted readonly. To remount it read-write:
#mount -n -o remount,rw /
I can run reiserfsck from the new OS. /dev/hdc8 is fine. I can remount within single-user mode as instructed and see all my files from the old OS.
To create the partition for the old OS, I formatted the partition from the old OS and then copied (cp -ax /) everything to the partition.
I think that I am close to having this working, but at this point I am stuck.
|