mount promble?

mount promble?

root@localhost root]# fdisk -l
                                                                                                
Disk /dev/hdb: 40.0 GB, 40020664320 bytes
240 heads, 63 sectors/track, 5169 cylinders
Units = cylinders of 15120 * 512 = 7741440 bytes
                                                                                                
   Device Boot    Start       End    Blocks   Id  System
/dev/hdb1   *         1       277   2094088+  83  Linux
/dev/hdb2           278      1024   5647320    5  Extended
/dev/hdb3          1025      1065    309960   82  Linux swap
/dev/hdb5           278      1024   5647288+   6  FAT16
[root@localhost root]# mount /dev/hdb5 /mnt/c
mount: you must specify the filesystem type
i specifed msdos umsdos vfat autofs  all is undo.who can help me[/url]
Try :
[code:1]
# mount -t vfat /dev/hdb5 /mnt/c
[/code:1]