On Mon, 14 Aug 2000, Leonard den Ottolander wrote:

>               Hello John,
> 
> > Does lsmod list the vfat module?
> > 
> > Bret
> 
>  And if it doesn't make sure you do not only have vfat.o but also fat.o! vfat 
> depends on fat.
> 
>                               Bye,
> 
>                               Leonard.
> 
> 
> 
> _______________________________________________
> Redhat-list mailing list
> [EMAIL PROTECTED]
> https://listman.redhat.com/mailman/listinfo/redhat-list
> 
John,

pls check followingi file is existedB:

1. make sure /etc/conf.modules
   alias fat  fat.o
   alias vfat vfat.o
   -

2. /lib/modules/[kernel-verison]/fat.o
   /lib/modules/[kernel-version]/vfat.o

3. try load this modules
   /sbin/insmod fat
   /sbin/insmod vfat

4. issue "/sbin/lsmod" to check it is OK or not

5. If OK, try mount the vfat parition
  mkdir /pcfs
  mount -t vfat /dev/hd[vfat-partition] /pcfs

If not, make sure the modules loader is enabled in kernel.

-- 
#####################################################################
# Andrew H.P. So, Software Developer                                #
# First Ecommerce Limited, http://www.firstecom.com                 #
# 8/F, Henley Building, 5 Queen's Road Central, Hong Kong           #
# [EMAIL PROTECTED], Tel:(852)2289-9542 Fax:(852)2801-5939    #
#####################################################################



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

Reply via email to