I already looked at mount(8) and fat12, fat16 and fat32 are all fat, and fat is part of msdos, umsdos and vfat. Since the mount operation is embedded with the supplied floppy desktop icon, I would rather see it work like it already works in Fedora 8. That is why I didn't try manually mounting it before.
Just to make sure mount works under SUSE I did manually mount the 720 kb floppy and it worked without complaint:
mount -v -t vfat /dev/fd0 /media
However, this SUSE mount:
mount -v -t auto /dev/fd0 /media
failed with this error:
Code:
mount: you must specify the filesystem type
So I tried this on the Fedora 8 box:
mount -v -t auto /dev/fd0 /media
and because of the -v it had these messages:
Code:
mount: you didn't specify a filesystem type for /dev/fd0
I will try type vfat
It works on the Fedora box. Don't tell me SUSE has broken something in mount(8)?
I suppose the work around is to start a root shell and manually mount and unmount these 720 kb floppies every time from the shell. What a royal pain in the rear!
BTW, the floppy desktop icon doesn't show the manually mounted floppy as mounted, but it opens it with a message that is it already mounted.
Bookmarks