|
使用命令:fdisk -l 得到以下结果
Disk /dev/sda: 100 MB, 100663296 bytes
4 heads, 32 sectors/track, 1536 cylinders
Units = cylinders of 128 * 512 = 65536 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1008 64496 6 FAT16
然后mkdir /mnt/usb
再用mount -t msdos -o iocharset=cp936 /dev/sda1 /mnt/usb
但总是提示错误:
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
or too many mounted file systems
哪位大虾能告诉我怎么回事 |
|