Linux data recovery

Soldato
Joined
27 Oct 2006
Posts
7,600
Location
London
Was in fdisk to check the partition table before mounting.

Whilst exiting pressed w instead of q GRRrrrrrrrrrrrrrrrrrrrr so the partition table is written :rolleyes:

The table is the same as before but my data is gone. can anyone recommend me something for recovering the data ?

:mad:
 
If you have the partition table written back *exactly* i.e. same blocks for starts of partitions as it was then it should be readable and mountable again.
Also, you haven't altered the disk geometry settings inadvertently?
 
M0KUJ1N said:
If you have the partition table written back *exactly* i.e. same blocks for starts of partitions as it was then it should be readable and mountable again.
Also, you haven't altered the disk geometry settings inadvertently?

Thats what I would have thought but when mounting the disk the data is not there
 
gpart will fix it :)
It's a free opensource program that detects your partition layout by recognising where the filesystems start and end.

Here's the site :
http://www.stud.uni-hannover.de/user/76201/gpart/

Your best bet would probably be to boot a Linux live-cd, download that (its statically-linked, so should work on any distro) and give it a whirl.

It has saved my backside a few times
 
Back
Top Bottom