Linux - NewbieThis forum is for members that are new to Linux.
Just starting out and have a question?
If it is not in the man pages or the how-to's this is the place!
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
I've come to knw only about testdisk , which when googled told that it is used as to recover lost partition
I need to retrieve deleted files , can I can make it with testdisk
So any one know other different tools , please also send tutorial for that appropriate tools
I've come to knw only about testdisk , which when googled told that it is used as to recover lost partition
I need to retrieve deleted files , can I can make it with testdisk
So any one know other different tools , please also send tutorial for that appropriate tools
I've come to knw only about testdisk , which when googled told that it is used as to recover lost partition
I need to retrieve deleted files , can I can make it with testdisk
So any one know other different tools , please also send tutorial for that appropriate tools
It depends more on the file system than the distribution, are you using ext2, ext3, jfs, xfs, etc...
If you're using ext3 I highly recommend ext3grep for file recovery. Then of course data carving utilities.
Unless part of the file has been overwritten in ext2 its very easy to recover deleted files. Almost all the tools in the sleuth kit work well on it.
Lets see, there's unrm, e2undel, and debugfs that will undelete files in ext2 in many cases... then any datacarving tool will have no real problems carving the data out of the file system directly.
The biggest thing to remember with any recovery is unmount the file system asap so that your file doesn't get overwritten. Make a copy of the file system (dd to a file is an easy way), COPY that file, and work on the copy of the copy only.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.