On Fri, Mar 15, 2002 at 11:53:45AM -0500, Usha S. wrote:
> 
> I am using RHL 7.2.  When i am trying to mount the floppy i am 
> geting the error message as
> 
> mount -t ext2 /dev/fd0 /mnt/floppy/
> mount: wrong fs type, bad option, bad superblock on /dev/fd0,
>        or too many mounted file systems 
> 
> Can any one help me in this issue???
> 
---end quoted text---

Usha,

    The most likely problem here is trying to mount a msdos or
some other format floppy. You may try with -t msdos and see if
it works.

    Another good option is to autodetect at mount, and  can be
mounted as an user as well.  See LOST #009 below.  All that is       
needed is an additional entry in /etc/fstab.

HTH

Bish

--
:
####[ Linux One Stanza Tip (LOST) ]###########################

Sub : User floppy mount                              LOST #009

NOT RECOMMENDED for a multiuser system. For a stand-alone box
add to /etc/fstab, (where /floppy is your mount point). Then,
$mount /floppy ... as an user will do the trick ...

/dev/fd0  /floppy  auto  defaults,nosuid,nodev,noauto,user 0 0

####<[EMAIL PROTECTED]>####################################
:

_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to