파일을 복사하기 위해 튀김에서 받은 플래시 드라이브가 있습니다. 어떤 컴퓨터에도 연결할 수 없습니다. 우분투는 lsusb에 그것을 보여줍니다.
lsusb의 출력
Device: ID 1f75:0903 Innostor Technology Corporation
Device Descriptor:
bLength 18
bDescriptorType 1
bcdUSB 2.10
bDeviceClass 0 (Defined at Interface level)
bDeviceSubClass 0
bDeviceProtocol 0
bMaxPacketSize0 64
idVendor 0x1f75 Innostor Technology Corporation
idProduct 0x0903
bcdDevice 0.01
iManufacturer 1 Innostor
iProduct 2 PenDrive
iSerial 3 000000000000000354
bNumConfigurations 1
Configuration Descriptor:
bLength 9
bDescriptorType 2
wTotalLength 32
bNumInterfaces 1
bConfigurationValue 1
iConfiguration 0
bmAttributes 0x80
(Bus Powered)
MaxPower 200mA
Interface Descriptor:
bLength 9
bDescriptorType 4
bInterfaceNumber 0
bAlternateSetting 0
bNumEndpoints 2
bInterfaceClass 8 Mass Storage
bInterfaceSubClass 6 SCSI
bInterfaceProtocol 80 Bulk-Only
iInterface 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x02 EP 2 OUT
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Endpoint Descriptor:
bLength 7
bDescriptorType 5
bEndpointAddress 0x81 EP 1 IN
bmAttributes 2
Transfer Type Bulk
Synch Type None
Usage Type Data
wMaxPacketSize 0x0200 1x 512 bytes
bInterval 0
Binary Object Store Descriptor:
bLength 5
bDescriptorType 15
wTotalLength 22
bNumDeviceCaps 2
USB 2.0 Extension Device Capability:
bLength 7
bDescriptorType 16
bDevCapabilityType 2
bmAttributes 0x00000002
Link Power Management (LPM) Supported
SuperSpeed USB Device Capability:
bLength 10
bDescriptorType 16
bDevCapabilityType 3
bmAttributes 0x00
wSpeedsSupported 0x000e
Device can operate at Full Speed (12Mbps)
Device can operate at High Speed (480Mbps)
Device can operate at SuperSpeed (5Gbps)
bFunctionalitySupport 1
Lowest fully-functional device speed is Full Speed (12Mbps)
bU1DevExitLat 10 micro seconds
bU2DevExitLat 32 micro seconds
Device Status: 0x0000
(Bus Powered)
도움을 주셔서 감사합니다!
답변1
"어떠한 컴퓨터에도 연결할 수 없습니다."는 USB가 거의 작동하지 않는 것처럼 들립니다.
lsblk
그러나 Linux/Ubuntu에서 또는 sudo blkid
또는 의 항목이 표시됩니까 sudo fdisk -l
? USB에 관한 것이 없다면 그것은 USB가 죽었다는 큰 위험 신호입니다.
연결되면 그 안의 메시지 dmesg
나 파일 /var/log/
(예: )은 무엇입니까? /var/log/syslog
"새 USB 장치"에 대한 몇 가지 메시지가 있어야 하며, 곧 "/dev/sdc"(또는 sda, sdd, hdb, hdc...)와 같은 내용이 포함된 메시지를 전달할 수 있으면 됩니다. 하지만 그러면 lsblk
또는 로 표시되어야 합니다.blkid