[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sheflug] Re: Floppy Problem



Alec Melling wrote:
Secondly I am now getting an error message that reads:
'Mount: I could not determine the filesystem type, and none was specified'
What's the file system on the disk ?

If it's windowsishly formatted, does :

mount -t vfat /dev/fd0 /media/floppy(orwherever)

as root work ?

you specified a filesystem of 'auto' in fstab.

When this is encountered by mount, it will only be able to mount the volume when it's a filesystem which is 'understood' by the kernel at that time. By specifying the -t vfat, linux knows that it must load the appropriate driver for this fs.

Before you load this module, your filesystems 'file' will probably look like :

nodev sysfs
nodev rootfs
nodev bdev
nodev proc
nodev sockfs
nodev futexfs
nodev tmpfs
nodev pipefs
nodev eventpollfs
nodev devpts
cramfs
nodev ramfs
nodev devfs
nodev mqueue
ext3
nodev usbfs
nodev usbdevfs
nodev binfmt_misc

after loading this driver you'll probably find vfat mentioned.

Hope this helps

Andy
___________________________________________________________________

Sheffield Linux User's Group -
http://www.sheflug.co.uk/mailfaq.html

GNU the choice of a complete generation.