挂载u盘时候,为什么用 mount -t vfat /dev/sdb /mnt/usb 不可以挂载
而使用mount -t vfat /dev/sdb4 /mnt/usb 就可以挂载呢??
Disk /dev/sdb: 8032 MB, 8032092160 bytes
255 heads, 63 sectors/track, 976 cylinders
Units = cylinders of 16065 * 512 = 8225280 bytes
Device Boot Start End Blocks Id System
/dev/sdb4 * 1 977 7843808+ b W95 FAT32
Partition 4 has different physical/logical endings:
phys=(975, 254, 63) logical=(976, 130, 50)
[root@bogon ~]# mount -t vfat /dev/sdb /mnt/usb
mount: wrong fs type, bad option, bad superblock on /dev/sdb,
missing codepage or other error
In some cases useful info is found in syslog - try
dmesg | tail or so
gh131461 于 2013-12-21 19:46:03发表:
....
rtx10086 于 2013-10-10 17:09:48发表:
:0w5ty(1 先回复 等下再看
于 2013-10-06 10:25:27发表:
噼里啪啦
debian4.0 于 2011-03-03 16:44:59发表:
下次想挂载时 先 fdisk -l 一下看看是什么系统 挂载的是什么文件 在去挂载~~
hekui 于 2011-03-03 06:11:46发表:
呵呵,看帖学知识
zhaoweichao 于 2011-02-27 11:07:49发表:
2# 相思爱文
谢谢 我明白了 我的u盘是做了一个系统在里面,呵呵
相思爱文 于 2011-02-26 23:22:27发表:
分区了
/dev/sdb代表U盘
/dev/sdb4代表U盘中的一个分区
只能挂载文件系统,文件系统是在分区中
如果把整个U盘做为一个分区(不是指分一个区,是不分区而把整个U盘格式化),那么可以挂载/dev/sdb