Open RAFALELION opened 4 years ago
Use hdparm --security-erase with the key password. This will reset the drive.
Disconnect and reconnect. Fdisk should read the drive without security
Then re-create the security using the same password. This will fix read/write errors at the very end of the drive.
Seem to be having the same issue with mptool not recognizing my 370S. I created an ntfs partition and still not found, is there anything else you did to get the drive to read?
After encountering problems with MPTOOL on Windows, I was finally able to make the change. (At first, the disc did not appear) In my research to make it appear, I formatted the disk in NTFS under Windows.
once plugged into Linux, I used the dd command directly: dd if = mygame.img of = / dev / sdb bs = 1M status = progress
but unlike my copies on official hard drive, I have a copy problem: insufficient space.
root@sega-MS-7788:/home/sega/hdparm# dd if=id8n.img of=/dev/sdb bs=1M status=progress 32001490944 bytes (32 GB, 30 GiB) copied, 860 s, 37,2 MB/s dd: erreur d'écriture dans '/dev/sdb': Aucun espace disponible sur le périphérique 30534+0 enregistrements lus 30533+0 enregistrements écrits 32017047552 bytes (32 GB, 30 GiB) copied, 860,411 s, 37,2 MB/s
Usually, once the copy is finished, I don't block the discs, it works very well.
Here, when I plug in the copied disk again, I have direct access to the partitions, here is the result:
oot@sega-MS-7788:/home/sega/hdparm# fdisk -l /dev/sdb Disque /dev/sdb : 29,8 GiB, 32017047552 octets, 62533296 secteurs Unités : secteur de 1 × 512 = 512 octets Taille de secteur (logique / physique) : 512 octets / 512 octets taille d'E/S (minimale / optimale) : 512 octets / 33553920 octets Type d'étiquette de disque : dos Identifiant de disque : 0x06e05113
Périphérique Amorçage Début Fin Secteurs Taille Id Type /dev/sdb1 * 63 2104514 2104452 1G 7 HPFS/NTFS/exFAT /dev/sdb2 2104515 4209029 2104515 1G 7 HPFS/NTFS/exFAT /dev/sdb3 4209030 62894474 58685445 28G f Étendue W95 (LBA) /dev/sdb5 4209093 5269319 1060227 517,7M 6 FAT16 /dev/sdb6 5269383 9478349 4208967 2G 6 FAT16 /dev/sdb7 9478413 13687379 4208967 2G 6 FAT16 /dev/sdb8 13687443 45744549 32057107 15,3G 7 HPFS/NTFS/exFAT /dev/sdb9 45744613 62532474 16787862 8G 6 FAT16
I certainly missed a step. Do you have an idea ?
Thank you