On Thu, 13 Mar 2003 22:13:59 -0700
"Jerome Dsilva" <[EMAIL PROTECTED]> wrote:

> Hi
> I am having the option set to "auto" in the /etc/fstab for /dev/fd0
> . When I access the floppy formatted with ext2 , it works , but when
> I access the floppy formatted with vfat it doesn't mount ..
> Can anyone let me know what is the problem or does automatically
> mounting types of filesystem formats from floppy not supported in
> Redhat.
> I am able to manually mount through -t vfat option.

   The 'mount' command doesn't  automatically recognize vfat or msdos
filesytems, but does ext2; see:

                     man mount

   But, if you have an /etc/filesystems file, 'mount' will read the
filesystem types listed from there and "try" to correctly decipher if
what you're trying to mount is one of those. 
   It seems to work well enough on my RH 7.0 machine.
   My /etc/filesystems file:

                  ext2
                  nodev proc
                  nodev devpts
                  iso9660
                  vfat
                  hfs

   Check out the documentation for details.


                               Best,

                               Tom

   

      



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to