On Sunday 06 May 2001 22:24, Ashish Grover wrote:

> > how do i mount my dos partitions?
>
> mount -t vfat /dev/hda1 /dosc
> gives an error: wrong major or minor number for /dev/hda1
> mount -t vfat /dev/hda1 /dosc
> gives an error: msdos type not supported by the kernel
>
> I have recently upgraded to kernel 2.4.1, thyis thing was working fine with
> 2.2.14

Most likely you haven't compiled in support for msdos and/or vfat - either 
modular or inbuilt. To check if you have a module for vfat/msdos, do a 
'modprobe msdos'  or 'modprobe vfat' 
Toc check all modules you have for your kernel right now, do a 'modprobe -l'

-Faisal.

-- 
-====----====----====----====----====----====----====---
     ____
    /    \
"@'| '..` |`@"            L I N U X
/__| \__/ |__\    May the source be with you
    \__U_/

--------------------------------------------------------
DON'T PANIC!
                  -The Hitchhiker's Guide To The Galaxy.
-====----====----====----====----====----====----====---



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

Reply via email to