Hello,
I am not sure where I should have posted this question but here it is any way.
I am trying to mount a hard drive image I made of my old openSUSE 10.2 x86-64 system (reiserfs). When I try to mount it I get this error:
sudo mount /dev/mapper/loop0p2 atlasImg
mount: wrong fs type, bad option, bad superblock on /dev/mapper/loop0p2,
missing codepage or helper program, or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
Output from dmesg:
8551.410398] REISERFS (device dm-2): found reiserfs format “3.6” with standard journal
8551.410468] REISERFS (device dm-2): using ordered data mode
8551.410472] reiserfs: using flush barriers
8551.410705] REISERFS (device dm-2): journal params: device dm-2, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
8551.411955] REISERFS (device dm-2): checking transaction log (dm-2)
8551.412080] REISERFS warning (device dm-2): journal-837 _update_journal_header_block: IO error during journal replay
8551.412088] REISERFS warning (device dm-2): reiserfs-2006 journal_init: Replay Failure, unable to mount
8551.412395] REISERFS warning (device dm-2): sh-2022 reiserfs_fill_super: unable to initialize journal space
so I ran a reiserfsck of the image:
sudo /sbin/reiserfsck --check /dev/mapper/loop0p2
reiserfsck 3.6.21 (2009 www.namesys.com)
Will read-only check consistency of the filesystem on /dev/mapper/loop0p2
Will put log info to ‘stdout’
###########
Replaying journal: Done.
Reiserfs journal ‘/dev/mapper/loop0p2’ in blocks [18…8211]: 0 transactions replayed
Checking internal tree… finished
Comparing bitmaps…finished
Checking Semantic tree:
finished
No corruptions found
There are on the filesystem:
Leaves 80016
Internal nodes 547
Directories 44574
Other files 322872
Data block pointers 8385626 (386230 of them are zero)
Safe links 0
###########
which says everything is OK. I am not sure where to go from here, so any help or guidance will be appreciated. Thank you in advance.
Note: Current System is openSUSE 11.3 x86-64
Image made with ddrescue of entire hard drive
-3 partitions NTFS, reiserfs, linux-swap
-can mount NTFS partition
-sudo /sbin/losetup /dev/loop0 sansDigital/HD-IMG/adsAtlasII092610.img
-sudo /sbin/kpartx -a /dev/loop0