Floppy image read error #89
Replies: 2 comments 2 replies
-
Found a awkward work around:
|
Beta Was this translation helpful? Give feedback.
-
I just followed your steps and observed that The undersized file is likely the problem. Z80PACK expects a full sized disk image. When you perform the I always start with a copy of an existing disk image and just delete everything from it before declaring it "blank". To create a truly blank floppy disk image you need to generate a file that contains exactly 256,256 bytes all with the value 0xE5 |
Beta Was this translation helpful? Give feedback.
-
I used cpmtools to create a floppy image on Ubuntu
mkfs.cpm blank.dsk
then used
cpmcp blang.dsk *.* 0:
to copy some files to the diskI uploaded the dsk to the IMSAI8080 using the web interface
Mounted the floppy image in drive B:
when accessing the drive i.e. to do a
DIR
I get this errorBdos Err On B: Bad Sector
comparing the disk to another one downloaded from the library with
fsed.cpm
shows no difference. They both seem to be formatted the same way.Any pointers on what could be wrong?
Beta Was this translation helpful? Give feedback.
All reactions