> With original packages, I first got this as an output when I used -T > raw,tim011 (using my diskdefs file): > > cpmls: unknown format ibm-3740 > > After not being able to figure this one out, I have added that definition to > my diskdefs file (from original cpmtoold diskdefs), but calling > > cpmls -T raw,tim011 demo.img > > still produced garbage. [...]
You need to continue to specify -f, as well as -T: $ cpmls -T raw,tim011 -f tim011 demo.img (-f to tell cpmtools where to look in diskdefs, and -T to tell libdsk where to look in .libdskrc) > Thank you all for helping in this obscure retro-computing puzzle... It's been a fun diversion!