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. Fri, 14 Jul 2023 01:33:48 +0000 hourly 1 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.

]]>
By: larry https://www.tecmint.com/recover-deleted-file-in-linux/comment-page-1/#comment-905889 Wed, 09 Aug 2017 14:22:13 +0000 http://www.tecmint.com/?p=23312#comment-905889 How do you recover all files and directories in a folder when deleted by rm -r * and not just one file? using redhat enterprise 6.6.

Thank you

]]>