Comments on: How to Recover a Deleted File in Linux https://www.tecmint.com/recover-deleted-file-in-linux/ Tecmint - Linux Howtos, Tutorials, Guides, News, Tips and Tricks. Mon, 14 Oct 2024 04:25:24 +0000 hourly 1 By: Trevor Chandler https://www.tecmint.com/recover-deleted-file-in-linux/comment-page-1/#comment-2227957 Mon, 14 Oct 2024 04:25:24 +0000 http://www.tecmint.com/?p=23312#comment-2227957 The article was helpful.

Recovery of a file could mean the difference between a ship sinking or continuing to sail!

]]>
By: Krystian Broniszewski https://www.tecmint.com/recover-deleted-file-in-linux/comment-page-1/#comment-1356532 Mon, 24 Aug 2020 12:03:08 +0000 http://www.tecmint.com/?p=23312#comment-1356532 In my opinion, the article is too long and includes a few examples of file recovery.

]]>
By: Manoj https://www.tecmint.com/recover-deleted-file-in-linux/comment-page-1/#comment-1299968 Tue, 03 Dec 2019 09:15:07 +0000 http://www.tecmint.com/?p=23312#comment-1299968 I accidentally deleted a data folder, can anyone help me on this, please. This is a critical folder

]]>
By: Mahedeva28 https://www.tecmint.com/recover-deleted-file-in-linux/comment-page-1/#comment-1060715 Sat, 17 Nov 2018 17:10:57 +0000 http://www.tecmint.com/?p=23312#comment-1060715 I want to recover shift deleted files log with date and time plz help

]]>
By: Juan https://www.tecmint.com/recover-deleted-file-in-linux/comment-page-1/#comment-918829 Wed, 04 Oct 2017 17:48:45 +0000 http://www.tecmint.com/?p=23312#comment-918829 I had the same problem two years ago and I tried a lot of programs, like debugfs, photorec, ext3grep and extundelete. ext3grep was the best program to recover files.

The syntax is very easy:

# ext3grep image.img --restore-all
OR
# ext3grep /dev/sda3 --restore-all --after date -d '2015-01-01 00:00:00' '+%s' --before `date -d ‘2015-01-02 00:00:00’ ‘+%s’

This video (https://youtu.be/XZTXcGVFgiE) is a mini tutorial that can help you.

]]>