vote up 4 vote down star
1

Do you know of any tools/commands by which I recover files which I accidentally removed?

flag

44% accept rate
This site is for programming questions. You may be able to get help with this at one of the sites listed here: stackoverflow.com/questions/321618/… – EBGreen Jan 23 at 21:18
Thanks I will keep that in mind , wasn't aware of this. – mkal Jan 23 at 21:26
@mkal: you've been a member for 7 weeks, have asked and answered dozens of questions, and didn't know this was a site for programming questions? – Robert Gamble Jan 23 at 22:14
I knew it was a site of programming questions for sure, but then there were tags of linux and reccovery. But Robert you are correct this was my bad. – mkal Jan 24 at 1:07
You may be interested to know that Jeff plans on launching an "IT" StackOverflow in a couple of months, more information here: blog.stackoverflow.com/2009/01/…. – Robert Gamble Jan 24 at 5:32

closed as not programming related by Konrad Rudolph, EBGreen, Graeme Perrow, dmckee Jan 23 at 21:35

6 Answers

vote up 8 vote down
  • Don't do anything on the partition; unmount it as it is;
  • Install the TestDisk suite, or boot from a live distribution with a recovery suite installed (see the TestDisk wikipedia page);
  • I found the PhotoRec utility very useful in similar situations (it was on a VFAT partition, but I guess it works also on ext2).
link|flag
vote up 1 vote down

How critical is it? You can, but it's using forensics methods. This means you'll want to unmount the drive, remount it read only and then use something like Helix to carve at the drive to recover it.

link|flag
vote up 1 vote down

Sorry to here about your troubles - I would start poking around for file recovery utilities but don't get your hopes up.

Are you using an ext3 file system? If so then even file recovery utilities will not help you there - here is some info on ext3.

link|flag
vote up 0 vote down

Better talk to your SA about recovering a backup.

Failing that, you are likely out of luck.

link|flag
vote up 0 vote down

You can't. Sorry, but the whole point is that it is permanently deleted†. Given that you are asking this, you probably don't have something like safe-rm installed.

† Kind of. Without forensic recovery tools, then yes.

link|flag
Sorry, but you can. Just not trivially. – Eddie Jan 23 at 21:38
When you have overwritten the whole file with random numbers about thirty times, then it is permanently deleted. Otherwise not. – Federico Ramponi Jan 23 at 21:42
Ouch! Oops - corrected. At least someone voted me up, so I haven't lost any rep! :D – Lucas Jones Jan 24 at 17:10
vote up -11 vote down

person-b nou

You should be able to recover it if you have not written to the disk since the deletion.

link|flag
I thought it was likely that he was using that system. (Oh, and did you really need the first sentence? :) – Lucas Jones Jan 23 at 21:31
alias rm='rm -i' , ffs – theman_on_vista Jan 23 at 21:39

Not the answer you're looking for? Browse other questions tagged or ask your own question.