I just can't understand how he can get 911 out of those numbers...can anyone help me?Each time you run the dd command it will tell you how many bytes were generated. If your dd output has the metadata header lined up exactly, then the number of bytes generated is also the exact offset where the metadata lies relative to the end of the disk. You just need to use the sector size from the fdisk command to complete the calculation. So if my metadata lined up exactly at skip=312499089 and the dd command dumped 466432 bytes then: 312499089 minus ( 466432 divided by sector size of 512k/sector ) = 911 sectors from the end of the disk
My respective numbers:
skip=625140333
dd dumped 1082880 bytes
Endless karma if you can help me.
Full howto:
https://help.ubuntu.com/community/FakeRaidDebug