public inbox for linux-newbie@vger.kernel.org
 help / color / mirror / Atom feed
* Undeleting files on ReiserFS partition
@ 2003-09-12 19:46 Peter Edstrom
  2003-09-12 20:06 ` Peter Edstrom
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Edstrom @ 2003-09-12 19:46 UTC (permalink / raw)
  To: linux-newbie

Hello!

I just accidently deleted some files that I really shouldn't have done,
ironically during a backup process. Is there any way I can recreate the
files, like the 'undelete' applications for Windows (I think Symantec 
has made one)? The files were located on a ReiserFS partition.

Please, tell me there is a way of undeleting the files... those were
all my bookmarks and Mozilla Firebird settings. :-)

Thanks in advance,
Peter
-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread
* Re: Undeleting files on ReiserFS partition
@ 2003-09-12 21:50 Cristian CHIRILOV
  0 siblings, 0 replies; 3+ messages in thread
From: Cristian CHIRILOV @ 2003-09-12 21:50 UTC (permalink / raw)
  To: linux-newbie

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 majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-09-12 21:50 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-09-12 19:46 Undeleting files on ReiserFS partition Peter Edstrom
2003-09-12 20:06 ` Peter Edstrom
  -- strict thread matches above, loose matches on Subject: below --
2003-09-12 21:50 Cristian CHIRILOV

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox