Hello On Sat, 2005-04-16 at 23:13, Mahmoud Al Gammal wrote: > Hello, > I'm using ReiserFS 3.6.19 on a partition whose superblock has > been swept away due to a sudden attack of bad sectors. I'm > wondering if ReiserFS keeps backup copies of the superblock...If > yes, then where?
no, it does not > Or is there some other means to retrieve the > data? > copy partition with bad blocks to a good one with dd_rescue reiserfsck --build-sb /dev/good-partition (use default answers if you did not do anything specific with that filesystem like converting 3.5 to 3.6, journal relocation, etc) reiserfsck --rebuild-tree /dev/good-partition If this helps you - you may take a look at namesys.com/support.html
