reallymine
reallymine copied to clipboard
read service area?
Anyone know how to read the service area of the disk?
I found someone who has a My Book with the OXUF chip, but the keyblock is not on the end of his disk. It might be in the service area, but I don't know how to access it. It could also be on the EEPROM, but I want to try to solve this without messing with that yet.
I read hddsuperscript can read service areas over usb
On Feb 13, 2017 9:34 AM, "themaddoctor" [email protected] wrote:
Anyone know how to read the service area of the disk?
I found someone who has a My Book with the OXUF chip, but the keyblock is not on the end of his disk. It might be in the service area, but I don't know how to access it. It could also be on the EEPROM, but I want to try to solve this without messing with that yet.
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/andlabs/reallymine/issues/27, or mute the thread https://github.com/notifications/unsubscribe-auth/AQE6xUt1SYgZGcD1xwMG6pVlpE7USE0uks5rcHf9gaJpZM4L_WKE .
A while ago I started writing code to make ATA requests for the VSCs necessary to access the service area. If I ever get back to it, then reallymine will start being able to access the service area.
The necessary commands are publicly available anyway, as an hddsuperscript script. I forgot where it is; the filename is wd_royl_dump_mod_all.
Note that due to OS restrictions, this functionality will not work on OS X.
http://www.sdcomputingservice.com
Hddsupertool
On Feb 13, 2017 9:16 PM, "Pietro Gagliardi" [email protected] wrote:
A while ago I started writing code to make ATA requests for the VSCs necessary to access the service area. If I ever get back to it, then reallymine will start being able to access the service area.
The necessary commands are publicly available anyway, as an hddsuperscript script. I forgot where it is; the filename is wd_royl_dump_mod_all.
Note that due to OS restrictions, this functionality will not work on OS X.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/andlabs/reallymine/issues/27#issuecomment-279596158, or mute the thread https://github.com/notifications/unsubscribe-auth/AQE6xY6cs05yEBHsaHXc2bpBlAMwNRqqks5rcRyegaJpZM4L_WKE .
Thank you
Keeping open until implemented in reallymine for my own reference