On Sun, Feb 02, 2025 at 03:11:59PM -0800, Chris Tersteeg wrote:
> No sectors readable from cylinder 615
> *Command 7 fault 300 status 34*
> Write fault
> Not Seek complete
> Not Index
> Not Ready
> Drive selected
This says the drive went not ready. Its asserting write fault. It may not like
trying to step past last cylinder which I do to determine size. I can't
determine exactly where the fault occurs. If we want to try to fix this I
can send code with more prints to determine where its generating the
error.
> I can successfully dump an emulation file from it by manually specifying
> the cylinders and heads without analyze, but it also didn't report any
> sectors marked bad like the Seagate did when it was dumped. Could just be
> a bad drive (these are notorious for failing), but figured I post the
> results here.
>
Drive is likely fine. You can use mfm_util --analyze --emu filename --ext /tmp/t
to check the emulator file for errors. If you do have errors and want to try
the read with retries to see if you can get less errors you can copy
and paste the command line it print after
Command line to read disk:
into mfm_read.
adding file to create etc.