|
[root@localhost root]# fdisk -l /dev/sd?
Disk /dev/sda: 2 heads, 32 sectors, 1002 cylinders
Units = cylinders of 64 * 512 bytes
Device Boot Start End Blocks Id System
[root@localhost root]# mount -t vfat /dev/sda1 /mnt/usb
mount: wrong fs type, bad option, bad superblock on /dev/sda1,
or too many mounted file systems
[root@localhost root]# mount /dev/sda1 /mnt/usb
mount: you must specify the filesystem type
安装过程详见http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&p=3984003#3984003 |
|