I was working on my Ubuntu lab machine and unconsciously deleted the project files I was working on.

I have been working on the project since last 10 days now. Is there a way to restore the files? I do not have sudo access. I was working in my home directory which is served by a common file system (serving all the lab machines).

link|improve this question

57% accept rate
5  
I'm afraid most recovery techniques require root access. You should ask the lab staff if they have any backup facilities. My university's Linux machines are connected to a file server that has special backup folders I can access at any time. They might have something similar. – Patches Apr 16 '11 at 8:19
feedback

1 Answer

up vote 2 down vote accepted

I'm going to have to agree with @Patches here - most ways (i.e. grep'ing the raw disk file, using filesystem journaling) require root access. Backups will probably the most likely way.

On the other hand, you have been warned - you should learn whatever VCS they have at your lab and use it for your projects. If they don't have one, you need to convince them to get one - all the really good ones are free.

[This advertisement bought to you by Why Git is better than Subversion :)]

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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