Possible Duplicate:
undo Linux's rm?
is it possible to undo a rm somefile command in linux?
and if so, how does one do that?
is it possible to undo a and if so, how does one do that? |
|||||
|
This question has been asked before and already has an answer. If those answers do not fully address your question, please ask a new question.
|
You could try with some tool to find removed files on the filesystem. If you want to try I suggest you to immediately unmount your filesystem and not mount it (in readwrite) until you found back your files or until you give up. If you're scared of removing files, you should replace your
|
|||
|
|
Here is a good article http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html
|
|||
|
Not normally, no - it's been deleted, and there isn't normally an undelete comand. It's for that reason that the very first thing that my first Software Engineering professor told the class to do was to redefine the rm command to mv (move) the file(s) to a .trash folder. |
|||
|
|
|
You might want to try creating a recycle bin. Here's instructions using SAMBA in a Ubuntu server: http://ubuntuforums.org/showpost.php?p=1252880&postcount=7 |
|||
|
|
|
It might be possible, but more details are needed, at first limit you operations on that filesystem. Please give your operating system name, kernel (uname -a), mount points (mount) and path of the file. |
|||
|
|