October 9th, 2022, 7:45
October 9th, 2022, 12:49
October 9th, 2022, 23:02
fzabkar wrote:"Access denied"
October 10th, 2022, 12:28
October 10th, 2022, 13:27
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B
00000000 53 50 61 60 CD C6 01 00 00 00 00 00 SP..........
^^^^^
number of records = 0x6061
0000000C 00 00 00 00 8A 02 00 00 01 00 60 06
^^^^^^^^^^^^^^^^^^^^^^^ <-- first record
00000018 10 00 00 80 BF 02 00 00 01 00 88 02
^^^^^^^^^^^
........
00005FE8 10 00 00 80 5F 3D 02 00 01 0E 70 09
00005FF4 08 00 00 80 61 3D 02 00 01 0E 00 00 <-- last record overflows the G-list
^^^^^^^^^^^^^^^^^^^^^^^October 10th, 2022, 23:09
fzabkar wrote:Your G-list (0x6000 bytes) is smaller than the storage required for the number of records in the header (0x4849C bytes).0x6061 records x 12 bytes per record + 0x10 byte header = 0x4849C bytes
- Code:
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B
00000000 53 50 61 60 CD C6 01 00 00 00 00 00 SP..........
^^^^^
number of records = 0x6061
0000000C 00 00 00 00 8A 02 00 00 01 00 60 06
^^^^^^^^^^^^^^^^^^^^^^^ <-- first record
00000018 10 00 00 80 BF 02 00 00 01 00 88 02
^^^^^^^^^^^
........
00005FE8 10 00 00 80 5F 3D 02 00 01 0E 70 09
00005FF4 08 00 00 80 61 3D 02 00 01 0E 00 00 <-- last record overflows the G-list
^^^^^^^^^^^^^^^^^^^^^^^
Are you able to dump the SA tracks?
I will try to get SA tracks and revert. Thank You so much fzabkar
October 11th, 2022, 7:17
fzabkar wrote:Your G-list (0x6000 bytes) is smaller than the storage required for the number of records in the header (0x4849C bytes).0x6061 records x 12 bytes per record + 0x10 byte header = 0x4849C bytes
- Code:
Offset(h) 00 01 02 03 04 05 06 07 08 09 0A 0B
00000000 53 50 61 60 CD C6 01 00 00 00 00 00 SP..........
^^^^^
number of records = 0x6061
0000000C 00 00 00 00 8A 02 00 00 01 00 60 06
^^^^^^^^^^^^^^^^^^^^^^^ <-- first record
00000018 10 00 00 80 BF 02 00 00 01 00 88 02
^^^^^^^^^^^
........
00005FE8 10 00 00 80 5F 3D 02 00 01 0E 70 09
00005FF4 08 00 00 80 61 3D 02 00 01 0E 00 00 <-- last record overflows the G-list
^^^^^^^^^^^^^^^^^^^^^^^
Are you able to dump the SA tracks?
October 11th, 2022, 13:34
October 12th, 2022, 1:49
fzabkar wrote:It appears that this model still isn't supported by your tool. I expect that the real size of the G-list is greater than 0x6000 bytes, otherwise one would expect problems when the module overflows.
In short, I think my observation is a red herring, but you won't know for sure until your tool is updated.
October 12th, 2022, 8:50
October 12th, 2022, 9:40
Doomer wrote:pc3k does not support this model
October 12th, 2022, 11:36
October 12th, 2022, 12:43
Doomer wrote:AFAIK fzabkar is a great analyst but he is not involved in data recovery.
There are no commercial tools that support this model yet, I have my own tools.
From the description you gave your drive might have unstable heads (one of them) or developing media damage, could be something else. But it is unlikely that a full G-List would result in such behavior.
PS: the "SP" file you are seeing is not even a real module, it's a virtual table in drive's memory, on the contrary to "GL" module on older drives.
Powered by phpBB © phpBB Group.