我有一个金斯敦64 USB的USB闪存盘不工作。当我使用lsusb命令时,我得到以下信息:
Bus 002 Device 021: ID 0951:1665 Kingston Technology Digital DataTraveler SE9 64GB所以它找到了我的金斯敦光驱。搜索告诉我,我现在需要使用"sudo fdisk -l“。这并没有显示金斯敦大道。我只得到:
Disk /dev/sda: 640.1 GB, 640135028736 bytes
255 heads, 63 sectors/track, 77825 cylinders, total 1250263728 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes
Disk identifier: 0x38601c96
Device Boot Start End Blocks Id System
/dev/sda1 * 2048 206847 102400 7 HPFS/NTFS/exFAT
/dev/sda2 206848 552536063 276164608 7 HPFS/NTFS/exFAT
/dev/sda3 552538110 1250263039 348862465 f W95 Ext'd (LBA)
Partition 3 does not start on physical sector boundary.
/dev/sda5 552538112 1197832191 322647040 7 HPFS/NTFS/exFAT
/dev/sda6 1197834240 1201831935 1998848 82 Linux swap / Solaris
/dev/sda7 1201833984 1250263039 24214528 83 Linux我也尝试使用GParted,但这个程序也找不到设备。使用windows的膝上型计算机也找不到设备。
问题可以是什么,我可以采取什么步骤来解决这个问题?
谢谢!
向伯特问好
发布于 2016-07-02 20:40:08
我首先知道两个理由。第一位是最有可能的。
lsmod会显示出来。如果不是..。sudo usb_storage来添加它。为了调查更多你可以做一个..。
strace -o log fdisk -l并将结果发布在pastebin上(可能是一个长日志)。
https://askubuntu.com/questions/794086
复制相似问题