NavigationUser loginSpam?See spam posts on this site? If so, please don't reply to the spam! Instead, just report the URL to the webmaster. |
Data recoveryI'm running a Debian Server were some important files where been deleted by an user. He used rm -rf * . I hope so best wishes ceagle05 |
The only solution is to
The only solution is to restore from backup. I don't know of any undeletion programs for the main Debian filesystems, but in any event undeletion (on any OS) is only feasible if it's done immediately after the deletion, as any subsequent disc writes could easily overwrite the deleted data. On a busy server, you would be almost certainly wasting your time trying.
$world=~s/war/peace/g;
There are programs...
But if you have a multiuser machine you can pretty much forget about this deleted data - go for backups. The only time you're likely to have a good success rate with recovering erased data is if you have a machine with only 1 user who doesn't generate numerous new files every day. Even then, you need to boot from a different disk to give yourself a good chance to recover some files. Try using 'apt-cache search' on another Linux machine; hunt for 'forensic', 'undelete', and 'unerase' - you should find something useful.
Re: Here I give you a link with a useful tip
[url]http://tips-debian.blogspot.com/2008/04/recover-erased-data-ext2ext3.html
[/url]
search google for "unrm"
I've had some moderate luck with unrm stuff. Though I believe that I got no filenames, just the data. So if you fire up a GUI file manager such as konqueor you can then sort through the files with the previews.
Naturally when recovering data, you remove the drive, put it into another system as read only ASAP.
-- phpdan