thewindwaker
Member
Drive don't need to be mechanically fine, but his controller must communicate with a console.
On PC, probably You can dump it on Linux via (download sg3-utils). Didn't tried because I don't have any original PS2 HDD. That magic is not mine, found on internet. ;p
meaning of parrams:Code:sg_raw -o ${HOME}/hdd_id.bin -b -r 512 /dev/sdx 85 09 0d 00 ec 00 00 00 00 00 00 00 00 00 8e 00
Replace sdx by valid one for You. lsblk will tell You which is ps2 hdd:
- "-o" output location
- "-b" binary form
- "-r" request data length
- This strange value at the end is probably undocumented atacmd send to drive, asking his fw for that data.
Code:lsblk -p -o MODEL,SIZE,NAME
It is not for DESRs. You will kill second APA index if overwrite data beyond sector range covered by first. Also You cannot mess with bootstrap on __mbr.
Hi, I was able to get the information about the drive using Windows wmic with the model number, serial number, media type and size included.
Drive is reconised as Maxtor 6 Y160P0 USB Device.
I have not mounted this drive at any pointed.
Regarding the dump, can this be done via Windows or is it recommended to use Linux? I can sort out a Linux bootable drive via USB and go from there but it may take a little longer to sort out. I must admit, however, I am not too familiar with the Linux environment.