Hello,

As far as i know reiserfs doesn't support undelete.

However, if you run reiserfsck with option --rebuild-tree, it will rebuild
the entire file system tree using leaf nodes found on the device and
*probably* (i'm not 100% sure) relink your deleted files.

I advise you to backup the partition first.

dd if=/dev/partition of=yourbackupfie
losetup /dev/loop7 yourbackupfile

reiserfsck --rebuild-tree --scan-whole-partition /dev/loop7
mount /dev/loop7 <mountpoint>


GOOD LUCK!




-- 
Be different. Think.
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Reply via email to