Hi!<br><br>Thanks a lot for your mail: I managed to recover my files!<br>I don't really know how debugfs works but with the rdump command it could copy all my files to a new partition.<br><br>Cheers,<br>Cd<br><br><div>
<span class="gmail_quote">On 1/29/07, <b class="gmail_sendername">Evgeni</b> <<a href="mailto:evgeni@scientist.com">evgeni@scientist.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>fsck can't help you because bitmaps are damaged,<br>but there is a way to recover your files.<br><br>1. Prepair enough space on another partition<br>and create directory where to put recovered files.<br><br>2. Boot linux.
<br>(for example use Rescue CD or Knoppix Live CD)<br><br>3. Run debugfs in catastrophic mode (-c option) :<br>debugfs -c /dev/hdaX<br>catastrophic mode does not read inode and group bitmaps<br>if your superblock is damaged consider using -s (superblock) and -b (block
<br>size) options<br>to specify backup superblock<br>(the block size and superblock locations can be found by dumpe2fs)<br><br>4. Inside debugfs shell run:<br>rdump directory_to_recover directory_for_recovered_files<br>   directory_to_recover is in damaged partition
<br>   directory_for_recovered_files is in your active partition (from step 1<br>above)<br><br>for example:<br>   rdump /home /tmp/recovery<br>This will copy /home directory and all it's content including subdirectories
<br>and files to /tmp/recovery.<br>--<br>View this message in context: <a href="http://www.nabble.com/Can%27t-mount--home-anymore-tf2951542.html#a8691524">http://www.nabble.com/Can%27t-mount--home-anymore-tf2951542.html#a8691524
</a><br>Sent from the Ext3 - User mailing list archive at <a href="http://Nabble.com">Nabble.com</a>.<br><br>_______________________________________________<br>Ext3-users mailing list<br><a href="mailto:Ext3-users@redhat.com">
Ext3-users@redhat.com</a><br><a href="https://www.redhat.com/mailman/listinfo/ext3-users">https://www.redhat.com/mailman/listinfo/ext3-users</a><br></blockquote></div><br>