> Dear Sir,
>  here is the information of Fdisk ..
>
> Disk /dev/hda: 40.0 GB, 40020664320 bytes
> 255 heads, 63 sectors/track, 4865 cylinders
> Units = cylinders of 16065 * 512 = 8225280 bytes
>
>    Device Boot    Start       End    Blocks   Id  System
> /dev/hda1             1      1275  10241406    c  Win95 FAT32 (LBA)
> /dev/hda2   *      1276      1339    514080   83  Linux
> /dev/hda3          1340      2562   9823747+  83  Linux
> /dev/hda4          2568      4865  18458685    5  Extended
> /dev/hda5          2568      2633    530113+  82  Linux swap
> /dev/hda6          3017      4865  14852061    c  Win95 FAT32 (LBA)
> /dev/hda7          2634      3015   3068383+  83  Linux
>
> Partition table entries are not in disk order
> While I am able to mount the dev/hda1, I am not able to mount the
>  /dev/hda6 .
> The error reported is
> [EMAIL PROTECTED] root]# mount -t msdos  /dev/hda6 /c
> mount: wrong fs type, bad option, bad superblock on /dev/hda6,
>        or too many mounted file systems
>

check which partion is mounted to which point by command
#mount
I doubt that you already do have mounted /dev/hda1 on /c point & forgot to
umount /dev/hda1
try
mount -t vfat /dev/hda6 /c2   (mkdir /c2)

Regards,
-Yash






-------------------------------------------------------
The SF.Net email is sponsored by EclipseCon 2004
Premiere Conference on Open Tools Development and Integration
See the breadth of Eclipse activity. February 3-5 in Anaheim, CA.
http://www.eclipsecon.org/osdn
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to