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? | |||||
feedback
|
This question came from our site for professional and enthusiast programmers.
This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.
|
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
| |||
feedback
|
|
Here is a good article http://www.xs4all.nl/~carlo17/howto/undelete_ext3.html
| |||||
feedback
|
|
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. | |||
|
feedback
|
|
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 | |||
|
feedback
|
|
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. | |||
|
feedback
|