[root@localhost root]# mount /dev/hdb6 on -t fat
mount: mount point on does not exist
[root@localhost root]# mount /dev/hdb6 on -t fat32
mount: mount point on does not exist
[root@localhost root]#
[root@localhost root]# mk /mnt/hdb6
bash: mk: command not found
[root@localhost root]# mount -t fat32 /dev/hdb6 /mnt/hdb6
mount: mount point /mnt/hdb6 does not exist
[root@localhost root]#
谢谢了,,但是还是不可以
[root@xuxiaolong root]# mkdir /mnt/hdb6
[root@xuxiaolong root]# mount -t fat32 /dev/hdb6 /mnt/hdb6
mount: fs type fat32 not supported by kernel
[root@xuxiaolong root]# mkdir /mnt/hdb8
[root@xuxiaolong root]# mount -t fat32 /dev/hdb8 /mnt/hdb8
mount: fs type fat32 not supported by kernel
[root@xuxiaolong root]# mount
/dev/hda2 on / type ext3 (rw)
none on /proc type proc (rw)
none on /dev/pts type devpts (rw,gid=5,mode=620)
usbdevfs on /proc/bus/usb type usbdevfs (rw)
/dev/hda1 on /boot type ext3 (rw)
none on /dev/shm type tmpfs (rw)