Srayven
21st July 2008, 04:51 AM
I had Fedora 7 previously installed on a system with two hard drives. During this installation I let Fedora pick my settings for me, including the formatting of the second hdd. The smaller HDD contained the OS and swap space and the second 180g hdd contained photos music etc. Everything ran great until the OS disk died. I got a new disk and installed Fedora 9, but did not touch the larger harddrive. Now I would really like to get the latest pictures off the disk or better yet, just mount the harddrive and use it! The disk is installed as the slave drive on the same IDE channel as the primary hdd. The /dev contains a /dev/sdb1 entry. Doing file -s /dev/sdb1 prints /dev/sdb1: ReiserFS V3.6 block size 4096 num blocks 48837584 r5 hash. However, trying to mount the hdd with "mount -t reiserfs /dev/sdb1 /mnt/sdb1" prints: mount: wrong fs type, bad option, bad superblock on /dev/sdb1, missing codepage or helper program, or other error In some cases useful info is found in syslog - try dmesg | tail or so
dmesg says ReiserFS: sdb1: found reiserfs format "3.6" with standard journal
ReiserFS: sdb1: using ordered data mode
ReiserFS: sdb1: warning: sh-462: bad transaction max size (4294967295). FSCK?
ReiserFS: sdb1: warning: sh-2022: reiserfs_fill_super: unable to initialize journal space
Is there anything I can do to at least retrieve the data off this disk? I dont have a problem reformatting the drive if I can get the data from it first.
and before anyone says that I need to start backing up...I do, I just do it weekly and missed the last few pictures that were uploaded!
Thanks in advance!!
dmesg says ReiserFS: sdb1: found reiserfs format "3.6" with standard journal
ReiserFS: sdb1: using ordered data mode
ReiserFS: sdb1: warning: sh-462: bad transaction max size (4294967295). FSCK?
ReiserFS: sdb1: warning: sh-2022: reiserfs_fill_super: unable to initialize journal space
Is there anything I can do to at least retrieve the data off this disk? I dont have a problem reformatting the drive if I can get the data from it first.
and before anyone says that I need to start backing up...I do, I just do it weekly and missed the last few pictures that were uploaded!
Thanks in advance!!