当前位置: 技术问答>linux和unix
Linux挂载移动设备的问题
来源: 互联网 发布时间:2017-05-15
本文导语: 我在开发板上插入U盘后 使用fdisk-l 出现以下信息: Disk /dev/sda:4009 MB, 4009754624 bytes 145 heads 48 sectors/track, 1125 cylinders Units=cylinders of 6960*512=3563520 bytes Device Boot Start End ...
我在开发板上插入U盘后 使用fdisk-l 出现以下信息:
Disk /dev/sda:4009 MB, 4009754624 bytes
145 heads 48 sectors/track, 1125 cylinders
Units=cylinders of 6960*512=3563520 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1126 3915752 7 HPFS/NTFS
然后我用命令 mount -t ntfs /dev/sda1 /mnt/usb
提示失败:no such device
我用命令 mount -t ntfs /dev/sda /mnt/usb
也同样失败 提示nosuch device
这是怎么回事?
Disk /dev/sda:4009 MB, 4009754624 bytes
145 heads 48 sectors/track, 1125 cylinders
Units=cylinders of 6960*512=3563520 bytes
Device Boot Start End Blocks Id System
/dev/sda1 * 1 1126 3915752 7 HPFS/NTFS
然后我用命令 mount -t ntfs /dev/sda1 /mnt/usb
提示失败:no such device
我用命令 mount -t ntfs /dev/sda /mnt/usb
也同样失败 提示nosuch device
这是怎么回事?
|
/mnt/usb 这个目录存在吗?
|
使用dmesg看一下内核有没有什么其他的打印消息。