Closed xolod79 closed 1 year ago
Found the issue with reading when trying to read a disk from a Kaypro 10.
You can decode the file with this command line.
mfm_util --tran necd5124-labtam.trans --format Intel_iSBC_214_512B --sectors 17,0 --heads 4 --cylinders 309 --header_crc 0xffff,0x1021,16,0 --data_crc 0xffffffff,0x140a0445,32,6 --ext /tmp/t --ignore_seek_errors
Not enough readable to be useful. Expected 21012 sectors got 9665 good sectors, 11344 bad header, 3 bad data
Looks like the interrupter is misaligned so its actually at track -7 when it thinks its at track 0. Thats the better way to be off.
Also mostly don't see sector 16 but likely that can be fixed.
The big problem is it can only read every other cylinder. Something is going wrong with stepping so heads end up at the wrong location every other step. Either the problem needs to be fixed or stepper externally driven. http://www.pdp8online.com/mfm/microstep/index.shtml
On Sun, Jun 04, 2023 at 10:29:01AM -0700, xolod79 wrote:
David Greetings! I'm already becoming your regular guest! I've had the NEC D5124 disc for two years now. He did not want to blink his heads, I tried to repair him, changed transistor keys, head controls ... facepalm =( But today I was able to read it, but the format is not known. The disk was connected to the controller: WD1002-HDO (Like Kaypro-10) https://retrocmp.de/kaypro/kay-p2_hrdw.htm#hdc Please have a look at it: https://mega.nz/file/u9B1hS5b#57GnX2-C8uIXkv32heYxbymdZHqeExMZczYRQT2cEf8
-- Reply to this email directly or view it on GitHub: https://github.com/dgesswein/mfm/issues/39 You are receiving this because you are subscribed to this thread.
Message ID: @.***>
David Greetings! I'm already becoming your regular guest! I've had the NEC D5124 disc for two years now. He did not want to blink his heads, I tried to repair him, changed transistor keys, head controls ... facepalm =( But today I was able to read it, but the format is not known. The disk was connected to the controller: WD1002-HDO (Like Kaypro-10) https://retrocmp.de/kaypro/kay-p2_hrdw.htm#hdc But this controller was in a very, rare Labtam 3000 computer, and the program in the controller's rom may have been changed. Please have a look at it: