Duckula

msg:915510 | 4:23 pm on Apr 9, 2003 (gmt 0) |
Do you know the name of the filesystem on the floppy? Knowing it it's possible to compare it to a list on the kernel configuration and to know if support exists.
|
Nick_W

msg:915511 | 4:33 pm on Apr 9, 2003 (gmt 0) |
Unfortunatly not. Only that the machine is Mac OS Nick
|
eaden

msg:915512 | 1:07 pm on Apr 15, 2003 (gmt 0) |
Basicly try mounting the floppy with "mount -t fstype" where fstype is the filesytem of the floppy - you'll have to guess that, maybe hfs. Do a "cat /proc/filesystems" to see what filesystems your kernel supports, if it doesn't support that many, or no apple looking ones ( such as hfs ), Knoppix [knoppix.net]'s kernel includes support for many filesystem types so you could try a copy of that.
|
seindal

msg:915513 | 7:57 pm on Apr 23, 2003 (gmt 0) |
Debian has a hfsutils packages with some command line tools for manipulating hfs disks. Package: hfsutils Description: Tools for reading and writing Macintosh volumes. HFS is the native Macintosh filesystem format. This package contains several command-line utilities for reading and writing Macintosh HFS-formatted media such as floppy disks, CD-ROMs, and hard disks.
|
dingman

msg:915514 | 8:01 pm on Apr 23, 2003 (gmt 0) |
"mount -t auto /dev/fd0 /mount/point" sometimes works, too. I've used it before in fstab entries where I wanted to be able to use assorted different formats of floppies. It's not consistent, but it's worth a try.
|
|