Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
August 4th, 2009, 17:39
Hi.. how to recover deleted data on a Linux partition: ext2/ext3?
Data was accidently deleted, and hard drive has never been used since. Problem is R-Studio find no original file/folder structure, same Stellar Phoenix for Linux.. is there anything ele I can use to recover those missing files?
Thank you in advance.
August 4th, 2009, 19:09
debugfs can help you if the structure is good enough...
August 5th, 2009, 8:36
Post says ext2/ext3 , are you sure? There are MANY other FS used in *nix systems...also, mixed as well. Often I see 3 or more different FS on one box.
August 5th, 2009, 9:45
In Linux/Unix file systems, there is no way to recover File/Folder structure if deleted
intentionally or accidentally. The only solution left is RAW (signature based) recovery.
August 6th, 2009, 4:24
pninja wrote:In Linux/Unix file systems, there is no way to recover File/Folder structure if deleted
intentionally or accidentally. The only solution left is RAW (signature based) recovery.
disagree
The most of the FSes is restorabel after delete.
August 6th, 2009, 10:11
pninja wrote:In Linux/Unix file systems, there is no way to recover File/Folder structure if deleted
intentionally or accidentally. The only solution left is RAW (signature based) recovery.
AGAIN, it depends very much on "what happened" and the FS...study Ext2 vs Ext3 or UFS and see what happens to deleted files' inode for example...
August 6th, 2009, 19:55
N.C. wrote:pninja wrote:In Linux/Unix file systems, there is no way to recover File/Folder structure if deleted
intentionally or accidentally. The only solution left is RAW (signature based) recovery.
disagree
The most of the FSes is restorabel after delete.

In rare cases you can use information from journal
(In journaling FS) if you visited the deleted files recently.
Did you mean that?
AFAIK, no commercial recovery software is able to do that.
August 7th, 2009, 15:33
pninja wrote:In rare cases you can use information from journal
(In journaling FS) if you visited the deleted files recently.
Did you mean that?
Linux have many fs.
Some are more recoverable, some less...
Personally i am supporting the XFS.

pninja wrote:AFAIK, no commercial recovery software is able to do that.
Agree, there is no commercial software.
I have seen some ext2/3 undelet solution some years before, but i can't remember for the name or where was i found these...
Janos
August 7th, 2009, 18:27
on ext3 the inodes are zapped uppon file deletion, so there's no way of restoring a fragmented file based on the file system. This is not true for ext 2, so there are better chances with that.
pepe
August 8th, 2009, 0:17
ext3grep will find copies of inodes lingering in the journal.
It's best to image ext3 filesystem, even mounting readonly will cause open transactions left in the journal to complete.
August 27th, 2009, 13:06
to Techtiger4 and techiee - did you check those websites?
There's NO information about the ability to restore deleted files. No wonders why.
From ExtFS, UFS , Reiser and XFS none have real undelete abilities like NTFS or FAT.
Raw recovery for ExtFS is possible, but with some complications (indirect inodes). I know only one program which can work with it properly.
August 27th, 2009, 14:27
Raw recovery for ExtFS is possible, but with some complications (indirect inodes). I know only one program which can work with it properly.
U surely meant first indirrect blocks. Yes they represent some problem, but it is possible to circumvent it, as I did in my smart RAW rec prog.
So now we have at least 2 progs, since it is not very probable that u use mine
August 28th, 2009, 5:34
Yes, there are chances that he used yours, as he seems to be inspired from you..Pepe - Pepa..nice.
August 29th, 2009, 5:15
not very probable... Unless hacked my PC...
Powered by phpBB © phpBB Group.