-
Notifications
You must be signed in to change notification settings - Fork 54
Description
Hi,
I would like to convert a raw KF stream image to IPF. I just discovered this tool which seems to handle this but can't make it works. I have a set of Kryoflux track*.*.raw files which seems to be supported by disk-analyze.
I tried the dumb approach of executing:
$ disk-analyze ./track00.0.raw ./myoutput.ipf
but disk-analyse outputs:
Failed to probe input file: ./track00.0.raw
Source is an IBM PC floppy image (fetched somewhere from archive.org, i can give links if needed).
I'm sure i don't use the tool like it is supposed. How this tool is supposed to work with KF raw images as input ? I can't really find any examples or documentation.. I tried with ./*.raw as input file as well with same result. I tried another set of raw files. These files are correctly read using DTC (Kryoflux tool), HxC Soft, Aufit tools, so they are not corrupted.
I compiled myself disk-analyse with capsimage and tried the Arch Linux AUR package version as well (i'm on Arch.)
EDIT: Tried using "-f ibm_mfm_dd" as well
Thanks in advance