I have a set of 3.5" floppy disks that I created MFM sector images for with the KryoFlux. I can tell the files were created with a Panasonic KX-W1510 Personal Word Processor so the OS seems to be IBM PC DOS. The problem is that although I can read each file on the sector image in a text editor, I cannot find a program that will parse out the files from the image. FTK Imager does not work. I also tried mtools, which I found instructions for at http://journal.code4lib.org/articles/11986 but since these are PC DOS, not MS-DOS, that does not seem to work, either. Here is a link to the sector image: https://utexas.box.com/s/sh9oez12ck06un ... xf3pv7u6yg. Could anyone give me some guidance on this?
Thanks, Abby
IBM PC DOS 3.5" disks - parsing files from MFM sector image?
Re: IBM PC DOS 3.5" disks - parsing files from MFM sector image?
Well, there are a couple of issues with this disk image. First of all, there is no Bios Parameter Block in the boot sector. I really wish disk tool makers would get it through their skulls that a BPB is not actually required under MS-DOS. I run in to disks like that all the time. Even though BPBs were introduced with DOS 2.0, they were not actually used at all until 3.2. And even then, DOS all the way up to at least 6.22 can usually still deal with bad/missing BPB info.
In this case, one solution is to copy and paste the first 32-bytes from a normal 720k disk:
Some tools might let you manually specify the sectors, heads, tracks, sectors per cluster, and other PBP info.
The other problem is that the filenames have spaces in them. It was possible to get away with all kinds of naming murder in earlier versions of DOS. Under real DOS you can do a mass rename to get rid of the spaces. Otherwise you need a tool that can handle oddball file names.
With the above copy-paste, I was able to extract files with WinImage, although it didn't get the file names exactly right.
Otherwise yea, it is a valid MS-DOS disk and readable under genuine MS-DOS.
In this case, one solution is to copy and paste the first 32-bytes from a normal 720k disk:
Code: Select all
00000000 EB 34 90 4D 53 44 4F 53-33 2E 33 00 02 02 01 00 .4.MSDOS3.3.....
00000010 02 70 00 A0 05 F9 03 00-09 00 02 00 00 00 00 00 .p..............
The other problem is that the filenames have spaces in them. It was possible to get away with all kinds of naming murder in earlier versions of DOS. Under real DOS you can do a mass rename to get rid of the spaces. Otherwise you need a tool that can handle oddball file names.
With the above copy-paste, I was able to extract files with WinImage, although it didn't get the file names exactly right.
Otherwise yea, it is a valid MS-DOS disk and readable under genuine MS-DOS.
Re: IBM PC DOS 3.5" disks - parsing files from MFM sector image?
Thank you. This worked!
Re: IBM PC DOS 3.5" disks - parsing files from MFM sector image?
I think 7-Zip can also open most MS-DOS IMG files too.
Re: IBM PC DOS 3.5" disks - parsing files from MFM sector image?
We recommend TotalCommander with the plugins available.
Team KryoFlux
http://www.kryoflux.com
http://www.kryoflux.com
Re: IBM PC DOS 3.5" disks - parsing files from MFM sector image?
Check FarManager with observer plugin.