[plug] debian question
Matt Kemner
zombie at wasp.net.au
Thu Jun 21 09:02:21 WST 2001
On Wed, 20 Jun 2001, Jon Miller wrote:
> How do you mount a floppy when after you type mount -t msdos /dev/fd0
> /floppy and you get the message fs type not supported by kernel?
Hi Jon
If you have msdos file system support compiled in as a module, run
"modprobe msdos"
before the mount command.
Or better yet, if you have vfat support, "modprobe vfat" first and then
use "-t vfat" on the mount command - that way you get windows long
file-name support rather than being limited to the old 8.3 DOS filenames.
- Matt
More information about the plug
mailing list