February 6th, 2016, 4:51
From Log
06-02-2016 08:38:48 AM: The drive WDC WD10JMVW-11AJGS2 Disk size 1953459633 - 1000Gb
06-02-2016 08:39:07 AM: The error in determining the number of heads
06-02-2016 08:39:10 AM: Error reading module Dir, state - 4F10
hddsupertool 1.6-1.5 20160130
Finding devices
Q) Quit
R) Refresh drive list
1) /dev/sda ST31000524AS 9VPGBSEW
2) /dev/sdb WDC WD10JMVW-11AJGS2 WD-WXJ1EA3LZFH5
3) /dev/sdc sense-data 05 20 00
4) /dev/sdd sense-data 05 20 00
5) /dev/sde sense-data 05 20 00
6) /dev/sdf sense-data 05 20 00
7) /dev/sdg sense-data 05 20 00
Choose which drive > 2
Main menu
q) Quit
h) Toggle script help
1) Device information
2) Read sectors
3) Write sectors
4) Erase sectors
5) Tools
6) Security
7) VSCImage device
9) Custom
Enter your choice:
> 7
7
VSC menu
q) Quit
p) Previous menu
h) Toggle script help
1) WD dump mod 42 (older Caviar drives)
2) WD royl (Marvel) dump mod 02
3) WD royl (Marvel) dump mod 32
4) WD royl (Marvel) patch mod 02 (slow fix)
5) WD royl (Marvel) patch mod 32 (slow fix)
6) WD royl (Marvel) dump all modules
Enter your choice:
> 4
4
WD ROYL Patch Mod02
This modifies data in the service area of the drive!
Use at your own risk!
These commands can take several minutes and appear to be hung.
Please be patient and let it finish on its own.
q) Quit
p) Previous menu
1) Read the module to a file and create the patch.
2) Write the patched data back to the disk.
3) Restore the original dump.
Enter your choice:
> 1
1
Performing identify device command
Model: WDC WD10JMVW-11AJGS2
Serial: WD-WXJ1EA3LZFH5
Reading the module
Command failed!
sense_key=0xb asc=0x0 ascq=0x0
error=0x4 count=0x10 lba=0x4f device=0xa0 status=0x51 altstatus=0x0
command_status= 0x0
data_transferred= 0x200
VSC menu
q) Quit
p) Previous menu
h) Toggle script help
1) WD dump mod 42 (older Caviar drives)
2) WD royl (Marvel) dump mod 02
3) WD royl (Marvel) dump mod 32
4) WD royl (Marvel) patch mod 02 (slow fix)
5) WD royl (Marvel) patch mod 32 (slow fix)
6) WD royl (Marvel) dump all modules
Enter your choice:
> 5
5
WD ROYL Patch Mod32
This modifies data in the service area of the drive!
Use at your own risk!
These commands can take several minutes and appear to be hung.
Please be patient and let it finish on its own.
q) Quit
p) Previous menu
1) Read the module to a file and create the patch.
2) Write the patched data back to the disk.
3) Restore the original dump.
Enter your choice:
> 1
1
Performing identify device command
Model: WDC WD10JMVW-11AJGS2
Serial: WD-WXJ1EA3LZFH5
Reading the module
Command failed!
sense_key=0xb asc=0x0 ascq=0x0
error=0x4 count=0x10 lba=0x4f device=0xa0 status=0x51 altstatus=0x0
command_status= 0x0
data_transferred= 0x200
VSC menu
q) Quit
p) Previous menu
h) Toggle script help
1) WD dump mod 42 (older Caviar drives)
2) WD royl (Marvel) dump mod 02
3) WD royl (Marvel) dump mod 32
4) WD royl (Marvel) patch mod 02 (slow fix)
5) WD royl (Marvel) patch mod 32 (slow fix)
6) WD royl (Marvel) dump all modules
Enter your choice:
> 2
2
Model: WDC WD10JMVW-11AJGS2
Serial: WD-WXJ1EA3LZFH5
Command failed!
sense_key=0xb asc=0x0 ascq=0x0
error=0x4 count=0x10 lba=0x4f device=0xa0 status=0x51 altstatus=0x0
command_status= 0x0
data_transferred= 0x200
VSC menu
q) Quit
p) Previous menu
h) Toggle script help
1) WD dump mod 42 (older Caviar drives)
2) WD royl (Marvel) dump mod 02
3) WD royl (Marvel) dump mod 32
4) WD royl (Marvel) patch mod 02 (slow fix)
5) WD royl (Marvel) patch mod 32 (slow fix)
6) WD royl (Marvel) dump all modules
Enter your choice:
> 3
3
Model: WDC WD10JMVW-11AJGS2
Serial: WD-WXJ1EA3LZFH5
Command failed!
sense_key=0xb asc=0x0 ascq=0x0
error=0x4 count=0x10 lba=0x4f device=0xa0 status=0x51 altstatus=0x0
command_status= 0x0
data_transferred= 0x200
VSC menu
q) Quit
p) Previous menu
h) Toggle script help
1) WD dump mod 42 (older Caviar drives)
2) WD royl (Marvel) dump mod 02
3) WD royl (Marvel) dump mod 32
4) WD royl (Marvel) patch mod 02 (slow fix)
5) WD royl (Marvel) patch mod 32 (slow fix)
6) WD royl (Marvel) dump all modules
Enter your choice:
>
February 6th, 2016, 6:02
February 6th, 2016, 8:18
February 6th, 2016, 8:28
February 6th, 2016, 10:07
February 6th, 2016, 22:06
February 7th, 2016, 5:27
Green Slime wrote:The drive could be SED locked
February 7th, 2016, 9:04
February 7th, 2016, 11:58
# enable vendor specific commands
echo "Enabling vendor specific commands"
buffersize 0
setreadpio
ata28cmd 0x45 0x0b 0x00 0x44 0x57 0xa0 0x80
# check if command failed
gosub status_check# vsc to prepare (command to set for module 01 access)
echo "Preparing for read"
buffersize 0x200
clearbuffer
setbuffer 0
08 00 01 00 01
endbuffer
setwritepio
ata28cmd 0xd6 0x01 0xbe 0x4f 0xc2 0xa0 0xb0
# check if command failed
gosub status_checkFebruary 13th, 2016, 11:07
1. WDR 5.3 -->
Sata is connected in kernel mode and Region map edited
2. WDMarvel beta 7a -->
all modules saved using overlay and directory modules from same firmware version (6.18H) in download section
3. WDMarvel23 -->
Tried read modules using the same overlay (ID11) and Dir (ID01) from the same FW 6.18 by sectors copy 0
(not by ID) only mod 02 and mod 32 but they are overlapped with other modules. So i tried by Dir edit and
subtracted 1 in starting ABA and got correct modules 02 and 32. then applied manually slow fix using HxD and
write back to SA and Adjusted check sum using Recalc KS in Edit module
4. WDR 5.3 -->
Region Map Corrected to original Value
5. Data copied at ~40MB/s
6. Finished
Powered by phpBB © phpBB Group.