n***@gmail.com
2015-11-14 16:17:57 UTC
I couldn't remember why I had just 'linked-over' the detached partition.
Here's the explanation:-
I've got a table of the adddress of Mr.A, B, C
A: -> 13 -xx
B: -> 22 cxxxxxxxxx
C: -> 85 dxxxxx
so I can go and visit any one of them,
but the proper way to contact C is to phone the first
person-in-the-chain, who will phone the next, until
A phones B phones C.
Only B knows the phone-number of C.
But we can't follow the chain to get B's number, since it's
been lost by A. But we can physically visit Mr.B, and physically
take C's number to A. So now A can contact C by just skipping B.
Can you improve on that?
"cxxxxxxxxx" represents partition:B,
starting with the link/phone-number to C.
It's quiet difficult to derive [the 16 bytes] b from B.
Do any readers have the details - possibly from google?
IMO this is valuable info to have, and there's no need to see
partition-tables a quantum physics.
I've repeately failed to recover 'unlinked' partitions
useing available tools: testdisk [the latest version is on the
very partition which is unlinked]; lipe, gparted....
Have you noticed how all he tools give a different story?
Can we share the effort to solve this often needed tool?
I've got a lot of logs and info to contribute.
Of course my method only works if you've kept the table of
partition start-sectors. With the 64-offset the PartnTbl's
location can be exactly found/confirmed by searching with:
dd if=/dev/X skip=<near startSector> count=<reducingSize> |hexdump -C
Windows users apparently don't need partitions.
*nix may want about 6.
Native-Oberon wants about 36.
== TIA.
Here's the explanation:-
I've got a table of the adddress of Mr.A, B, C
A: -> 13 -xx
B: -> 22 cxxxxxxxxx
C: -> 85 dxxxxx
so I can go and visit any one of them,
but the proper way to contact C is to phone the first
person-in-the-chain, who will phone the next, until
A phones B phones C.
Only B knows the phone-number of C.
But we can't follow the chain to get B's number, since it's
been lost by A. But we can physically visit Mr.B, and physically
take C's number to A. So now A can contact C by just skipping B.
Can you improve on that?
"cxxxxxxxxx" represents partition:B,
starting with the link/phone-number to C.
It's quiet difficult to derive [the 16 bytes] b from B.
Do any readers have the details - possibly from google?
IMO this is valuable info to have, and there's no need to see
partition-tables a quantum physics.
I've repeately failed to recover 'unlinked' partitions
useing available tools: testdisk [the latest version is on the
very partition which is unlinked]; lipe, gparted....
Have you noticed how all he tools give a different story?
Can we share the effort to solve this often needed tool?
I've got a lot of logs and info to contribute.
Of course my method only works if you've kept the table of
partition start-sectors. With the 64-offset the PartnTbl's
location can be exactly found/confirmed by searching with:
dd if=/dev/X skip=<near startSector> count=<reducingSize> |hexdump -C
Windows users apparently don't need partitions.
*nix may want about 6.
Native-Oberon wants about 36.
== TIA.