looks like it has mistaken your partition with an ext2 filesystem, are you sure /dev/hda5 is fat32?
you can check it with fdsik /dev/hda and then press to print the partition table
[root@localhost root]# mount -t vfat /dev/hda5 /mnt/hda5
mount: wrong fs type, bad option, bad superblock on /dev/hda5,
or too many mounted file systems
[root@localhost root]# mount -t ext3 /dev/hda5 /mnt/hda5
mount: wrong fs type, bad option, bad superblock on /dev/hda5,
or too many mounted file systems
[root@localhost root]# mount -t ext2 /dev/hda5 /mnt/hda5
mount: wrong fs type, bad option, bad superblock on /dev/hda5,
or too many mounted file systems
[root@localhost root]#
[root@localhost root]# mkfs.vfat -c /dev/hda5
mkfs.vfat 2.8 (28 Feb 2001)
mkfs.vfat: Attempting to create a too large file system
[root@localhost root]# mount -t vfat /dev/hda5 /mnt/hda5
mount: wrong fs type, bad option, bad superblock on /dev/hda5,
or too many mounted file systems
especially the bit on Partition Naming Scheme
See if you can create it as a primary rather than inside an extended. It implies up to 4 primarys are supported.
do a "man parted" to see if its on your box and read the documentation.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.