How to recover the deleted file in Linux?


 
Thread Tools Search this Thread
Top Forums UNIX for Advanced & Expert Users How to recover the deleted file in Linux?
# 1  
Old 04-05-2014
Wrench How to recover the deleted file in Linux?

hi,

i deleted one file from linux
please let me know, if we can recover it ? if yes, pls let me know the steps to do..
# 2  
Old 04-05-2014
Try : scalpel, once I recovered php files deleted.

following links might be useful

How to recover deleted files with Scalpel (Ubuntu) | SwitchRoot.com

Try it Now: Recovering your deleted files using - Foremost
# 3  
Old 04-06-2014
If you powered down your system immediately after deleting the file, and the file was on an ext2/3/4 filesystem, then you can use debugfs, the linux filesystem debugger, to recover the file.
# 4  
Old 04-10-2014
recover the file using debugfs

Hi,

You can recover the file using debugfs as long the system is not rebooted as this will clear all the journaling. Journal should be intact and no major changes were made like writing the files onto the same partition from where you deleted the file.

Hope this link can be more useful
gET iT i sAY, giis - ext3 File Undelete Tool
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Linux

Recover deleted files on Linux server

Hi Guys, Greetings!. I have executed the cronjob that runs the shell script which is in directory.When the cronjob was executed , I found that the directory where the script resides has got deleted. Note: The directory was deleted with other use not root user. The... (9 Replies)
Discussion started by: reminisce
9 Replies

2. Red Hat

Recover deleted files from linux server machine..

Hi, I am working Linux server machine. Somebody by mistake(or may be knowingly) deleted few folders and files from the machine. How is this possible to recover those files and folders????:confused: I normally logged in through Putty and winscp only. And don't have any history for putty... (8 Replies)
Discussion started by: pamu
8 Replies

3. UNIX for Dummies Questions & Answers

How to recover deleted file?

Hi All By mistake i have deleted some file in a directory, is there any way to get it back in Unix( i am using sh ) (2 Replies)
Discussion started by: parthmittal2007
2 Replies

4. Solaris

How to recover deleted file in Solaris?

dear all please tell me how can i recover deleted file in solaris. i am removing file with rm command. thanks in advance. (3 Replies)
Discussion started by: nikhil kasar
3 Replies

5. Emergency UNIX and Linux Support

Recover deleted partition

Hi, I have got 2 hdds (2x Seagate 7200.12, 500GB). I had two RAID volumes on them: 1: 100GB RAID0 (strip) 2: ~415GB RAID1 (mirror) due to problems with matrix I removed RAID0 and RAID1 - i thougth that all data from RAID1 would be available. Unfortunately it is not. On 1 disk I set... (7 Replies)
Discussion started by: Chrisdot
7 Replies

6. Solaris

how to recover from deleted etc in solaris 9

Recently our Server Room got burnt and we lost everything including a sunfire V880 server. I had a backup and restored it on our 2nd server. I mistakenly restored the etc folder from the burnt server too. After rebooting the 2nd server I can't get the root directory and other volumes mounting. I... (11 Replies)
Discussion started by: rahmantanko
11 Replies

7. Shell Programming and Scripting

Need to Recover Deleted Files

Hi, By mistake, executed the following command : rm -rf * and ALL files got deleted. But I need to get back these files as they are very very important. Please help me how to recover this file. Its Urgent for me please. Thanks in advance. (6 Replies)
Discussion started by: unx100
6 Replies

8. UNIX for Dummies Questions & Answers

recover deleted file in unix

hi after using rm command how to recover the deleted file (7 Replies)
Discussion started by: arulkumar
7 Replies

9. Solaris

How to Recover a deleted file in SOLARIS

Anybody know how to recover a deleted file in unix Please help (3 Replies)
Discussion started by: pmsuper
3 Replies
Login or Register to Ask a Question