Tom
Thanks . I tried moving the vfat to the top of the list , but the same
error message appears ..
Any clues?

Thanks
Jerome

>>> Tom Pollerman <[EMAIL PROTECTED]> 3/14/03 7:52:53 PM
>>>
On Fri, 14 Mar 2003 03:53:19 -0700
"Jerome Dsilva" <[EMAIL PROTECTED]> wrote:

> Thanks Tom .. There is entry for vfat in /etc/filesystems ..
> Any more clues please?..
> 
> Thanks
> Jerome
> 
> >>> [EMAIL PROTECTED] 3/14/03 12:12:06 PM >>>
> 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
> 
>   
   You might try moving 'vfat' to the top of the list of filesystem
types in /etc/filesystems; before iso9660 or ext2. The 'mount' docs do
mention that the order may make a difference.
   I don't use vfat32 on my Windows machines, but rather vfat16 or
msdos, so can't verify that mount automatically works with both the 16
and 32 types.

                                  Tom




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

Reply via email to