horst wrote:

> I try to extract some files from a Mac floppy that's about 7 years old.

The filesystem type should be hfs.

I'd copy the floppy contents to a disk file and mount the disk file
because old floppies get read errors easily.

        # cp /dev/fd0 /tmp/fd0.img
        # mount -o ro,loop -t hfs /tmp/fd0.img /mnt/floppy
        # ls /mnt/floppy

-- 
Bob Miller                              K<bob>
kbobsoft software consulting
http://kbobsoft.com                     [EMAIL PROTECTED]
_______________________________________________
EUGLUG mailing list
[email protected]
http://www.euglug.org/mailman/listinfo/euglug

Reply via email to