Hi, I have been trying to mount a vfat partition to no avail. I can mount /dev/hda1 which is the C drive of Win98. But I can't mount /dev/hda10 with the same options. Here is my /etc/fstab: LABEL=/ / ext3 defaults 1 1 none /dev/pts devpts gid=5,mode=620 0 0 LABEL=/home /home ext3 defaults 1 2 none /proc proc defaults 0 0 none /dev/shm tmpfs defaults 0 0 LABEL=/tmp /tmp ext3 defaults 1 2 LABEL=/usr /usr ext3 defaults 1 2 LABEL=/usr/local /usr/local ext3 defaults 1 2 LABEL=/var /var ext3 defaults 1 2 /dev/hda3 swap swap defaults 0 0 /dev/cdrom /mnt/cdrom iso9660 noauto,owner,kudzu,ro 0 0 /dev/fd0 /mnt/floppy auto noauto,owner,kudzu 0 0 /dev/hda1 /mnt/win98 vfat defaults,noauto 0 0 /dev/hda10 /mnt/data vfat defaults,noauto 0 0 When I try to mount /dev/hda10 this is what I get: [root@localhost sbin]# mount /mnt/data mount : type fs incorrect, option incorrect, superbloc incorrect on /dev/hda10, or too many mounted file systems. Moreover, today I try to run fsck.vfat on /dev/hda10 and this is what I got: [root@localhost sbin]# fsck.vfat -r /dev/hda10 dosfsck 2.7, 14 Feb 2001, FAT32, LFN Logical sector size is zero. I think is pointing to the source of the error, but I do not know how to fix this. [root@localhost dominic]# fdisk -l /dev/hda Disk /dev/hda : 255 heads, 63 sectors, 3736 cylinders Units = cylinders of 16065 * 512 bytes Device Boot Start End Blocks Id System /dev/hda1 * 1 981 7879851 c Win95 FAT32 (LBA) /dev/hda2 982 1013 257040 83 Linux /dev/hda3 1014 1046 265072+ 82 Linux swap /dev/hda4 1047 3736 21607425 5 Extended /dev/hda5 1047 1429 3076416 83 Linux /dev/hda6 1430 1684 2048256 83 Linux /dev/hda7 1685 1735 409626 83 Linux /dev/hda8 1736 1774 313236 83 Linux /dev/hda9 1775 2093 2562336 83 Linux /dev/hda10 2094 3736 13197366 c Win95 FAT32 (LBA) I am not seeing what is wrong. Thanks for any suggestion. -- Dominic Mitchell _______________________________________________ Redhat-list mailing list [EMAIL PROTECTED] https://listman.redhat.com/mailman/listinfo/redhat-list