我有一个 32Gb 的 USB 闪存盘,目前我的 Ubuntu(20.04)系统无法识别它。直到最近,这个驱动器在 Ubuntu 和 Windows 下都能正常工作。然后我重新对其进行了分区,以便与 gparted 一起使用(它也工作正常)。当我尝试将其重新格式化为 FAT32 时,它停止工作了。
当我将其插入 USB 端口时,我获得以下信息dmesg
:
[Apr17 14:06] usb 3-2.1: new high-speed USB device number 16 using xhci_hcd
[ +0.289324] usb 3-2.1: New USB device found, idVendor=058f, idProduct=1234, bcdDevice= 0.01
[ +0.000008] usb 3-2.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ +0.000003] usb 3-2.1: Product: Mass Storage Device
[ +0.000003] usb 3-2.1: Manufacturer: Alcor Micro
[ +0.000448] usb-storage 3-2.1:1.0: USB Mass Storage device detected
[ +0.000188] scsi host12: usb-storage 3-2.1:1.0
[ +1.030740] scsi 12:0:0:0: Direct-Access Generic USB Flash Disk 7.76 PQ: 0 ANSI: 4
[ +0.000478] sd 12:0:0:0: Attached scsi generic sg4 type 0
[ +0.055143] sd 12:0:0:0: [sdf] Attached SCSI removable disk
它没有出现在生成的列表中fdisk -l
,并且fdisk -l /dev/sdf
失败。
当我运行时lsusb
它显示为:
Bus 003 Device 016: ID 058f:1234 Alcor Micro Corp. Flash Drive
Windows(笔记本电脑上的 Windows 10 和虚拟机上的 Windows 7)也无法识别它。