Search found 2 matches

by Damar
07 Aug 2012, 17:11
Forum: Partition Recovery
Topic: What's lost partition's geometry? Have valid dumpe2fs info.
Replies: 2
Views: 2825

Re: What's lost partition's geometry? Have valid dumpe2fs in

After I have read the listing above, I suppose the Cyl. Head Sec. geometry is 139,191,120/2/4. Sector size=512b. I.e. Start at 0/1/1, Stop at (139,191,120 - 1 )/2/4. And I may use this info as some pivot in my "research". Am I right?

The default values shown by Testdisk are 139,191,040/2/4. The ...
by Damar
29 Jul 2012, 12:32
Forum: Partition Recovery
Topic: What's lost partition's geometry? Have valid dumpe2fs info.
Replies: 2
Views: 2825

What's lost partition's geometry? Have valid dumpe2fs info.

I had RAID0 have been builded exactly with
mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/sdb1 /dev/sdc1
Possibly meta date version 0.90, as it was default for Ubuntu 10.04. Sdb1 and sdc1 both had type 'fd'. This RAID was entirely separted from the OS. It was formated as EXT3 or EXT4 ...