
Hello, a have a laptop under suse 9.1, and the home reiserfs partition is sufferring a crash. when I try to manually mount it through the the command : mount /dev/hda6 -t reiserfs /home/ ReiserFS: hda6: found reiserfs format "3.6" with standard journal ReiserFS: hda6: journal params: device hda6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ReiserFS: hda6: checking transaction log (hda6) ReiserFS: warning: is_tree_node: node level 18795 does not match to the expected one 3 ReiserFS: hda6: warning: vs-5150: search_by_key: invalid format found in block 9933. Fsck? ReiserFS: hda6: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occured trying to find ReiserFS: hda6: vs-13070: reiserfs_read_locked_inode: i/o failure occured trying to find stat data of [1 2 0x0 SD] ReiserFS: hda6: using r5 hash to sort names ReiserFS: hda6: warning: xattrs/ACLs enabled and couldn't find/create .reiserfs_priv. Failing mount. mount: Operation not supported Is there a possibility to recover the filesystem ? or to mount in read-only to extract the data ? Aldrik KLEBER

Dear Aldrik, Yes: Type reiserfsck --fix-fixable /dev/hda6 If that doesn't work try reiserfsck --rebuild-tree /dev/hda6 You have to acknowledge various severe warnings when you use reiserfsck, but my experiences with it have been good. You should also check your logs to see if there are hardware problems on the disc. Bob On Mon, 6 Jun 2005, Aldrik KLEBER wrote:
Hello, a have a laptop under suse 9.1, and the home reiserfs partition is sufferring a crash.
when I try to manually mount it through the the command : mount /dev/hda6 -t reiserfs /home/ ReiserFS: hda6: found reiserfs format "3.6" with standard journal ReiserFS: hda6: journal params: device hda6, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30 ReiserFS: hda6: checking transaction log (hda6) ReiserFS: warning: is_tree_node: node level 18795 does not match to the expected one 3 ReiserFS: hda6: warning: vs-5150: search_by_key: invalid format found in block 9933. Fsck? ReiserFS: hda6: warning: vs-13070: reiserfs_read_locked_inode: i/o failure occured trying to find ReiserFS: hda6: vs-13070: reiserfs_read_locked_inode: i/o failure occured trying to find stat data of [1 2 0x0 SD] ReiserFS: hda6: using r5 hash to sort names ReiserFS: hda6: warning: xattrs/ACLs enabled and couldn't find/create .reiserfs_priv. Failing mount. mount: Operation not supported
Is there a possibility to recover the filesystem ? or to mount in read-only to extract the data ?
Aldrik KLEBER
-- Check the headers for your unsubscription address For additional commands, e-mail: suse-security-help@suse.com Security-related bug reports go to security@suse.de, not here
============================================================== Bob Vickers R.Vickers@cs.rhul.ac.uk Dept of Computer Science, Royal Holloway, University of London WWW: http://www.cs.rhul.ac.uk/home/bobv Phone: +44 1784 443691
participants (2)
-
Aldrik KLEBER
-
Bob Vickers