Mandy Williams wrote:
> 
> Hi All,
> 
> I assumed i knew what was going on when i was mounting my floppy....well i
> guess i don't.  OK......I cannot mount ANY floppy except my linux boot disk!!
> When i try any other disk, it says:
> 
> Could not mount
> Error log:
> 
> mount: wrong fs type, bad option, bad superblock on /dev/fd0, or too many
> mounted file systems.
> 
> What is this??  The disks are Windows formatted but should that matter??  I am
> thinking I used to be able to do it!
> 
> My fstab looks like this:
> 
> /dev/fd0                /mnt/floppy             ext2    ro,user,noauto  0 0

Try making a second line like this:
/dev/fd0                /mnt/dosfloppy             vfat   
ro,user,noauto  0 0
Also make sure that /mnt/dosfloppy exists.  Now if the floppy is a
Windoze type call 'mount /mnt/dosfloppy' and for any ext2 (as in Linux)
floppies call 'mount /mnt/floppy' and all should be good.

> 
> Is that ok??  i changed it a while back to let normal users mount.
> 
> What could be wrong?  Any help would be appreciated.
> 
> Mandy

Basically what that error message was trying to tell you is that it was
trying to mount an ext2 floppy but was finding some other filesystem (in
this case vfat) and didn't know what to do with it.
-- 
Mike Werner  KA8YSD           |  "Where do you want to go today?"
ICQ# 12934898                 |  "As far from Redmond as possible!"
'91 GS500E                    |
Morgantown WV                 |

-----BEGIN GEEK CODE BLOCK-----
Version: 3.1
GU d-@ s:+ a- C++>$ UL++ P+ L+++ E W++ N++ !o w--- O- !M V-- PS+ PE+
 Y+ R+ !tv b+++(++++) DI+ D--- G e*>++ h! r++ y++++
------END GEEK CODE BLOCK------

Reply via email to