I've got a usb stick which isn't recognized correctly by my system (Linux Mint 18, kernel version 4.4.0-34-generic). With lsusb
the device is shown (it's the Kingston Technology DataTraveler G4
):
Bus 002 Device 003: ID 062a:4102 Creative Labs
Bus 002 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 002 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
Bus 001 Device 004: ID 04f2:b217 Chicony Electronics Co., Ltd Lenovo Integrated Camera (0.3MP)
Bus 001 Device 035: ID 0951:1666 Kingston Technology DataTraveler G4
Bus 001 Device 002: ID 8087:0024 Intel Corp. Integrated Rate Matching Hub
Bus 001 Device 001: ID 1d6b:0002 Linux Foundation 2.0 root hub
But sudo fdisk -l
doesn't show my device. This is why I can't get a UUID or something like /dev/sdb1
, so I can't mount or format my thumb drive. Now I'm searching for ideas to make the thumb drive working properly again.
I plugged the thumb drive into a USB 2 port as I haven't got a USB 3 port. The thumb drive is connected directly with my laptop and it's the only device which is connected. I often tried disconnecting and reconnecting the thumb drive, but nothing happened.
Gparted doesn't recognize the usb stick. There is no driver related to "Kingston" in the driver manager.
This is the output of dmesg: http://pastebin.com/NR21FEWC
fdisk /dev/sg2
gives me this output:
Welcome to fdisk (util-linux 2.27.1).
Changes will remain in memory only, until you decide to write them.
Be careful before using the write command.
fdisk: cannot open /dev/sg2: No such file or directory
ls /dev/sd*
gives me this output:
/dev/sda /dev/sda1 /dev/sda2 /dev/sda3 /dev/sda4
lsblk
shows:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 465,8G 0 disk
├─sda1 8:1 0 1G 0 part /boot
├─sda2 8:2 0 20G 0 part
│ └─root 252:0 0 20G 0 crypt /
├─sda3 8:3 0 10G 0 part
│ └─swap 252:1 0 10G 0 crypt [SWAP]
└─sda4 8:4 0 434,8G 0 part
└─home 252:2 0 434,8G 0 crypt /home
sr0 11:0 1 1024M 0 rom
/sbin/blkid
shows:
/dev/mapper/root: UUID="007efd79-966b-43bd-a5c5-d67f5d987624" TYPE="ext4"
/dev/mapper/swap: UUID="b4960aab-6cbb-4c46-b74d-ee4fa56d01fd" TYPE="swap"
/dev/sda1: LABEL="BOOT" UUID="128f7dc5-1961-457b-90ca-421fc7eb481f" TYPE="ext2" PARTUUID="1138e37e-01"
/dev/sda2: UUID="d68911dd-172a-4608-86d4-084eb72f409c" TYPE="crypto_LUKS" PARTUUID="1138e37e-02"
/dev/sda3: UUID="4800307a-714c-4aca-b5d1-6b9ccf8b467c" TYPE="crypto_LUKS" PARTUUID="1138e37e-03"
/dev/sda4: UUID="db432f20-3889-44c2-8e67-7271634788be" TYPE="crypto_LUKS" PARTUUID="1138e37e-04"
tree /sys/bus/hid
shows:
/sys/bus/hid
├── devices
│ └── 0003:062A:4102.0001 -> ../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:062A:4102.0001
├── drivers
│ └── hid-generic
│ ├── 0003:062A:4102.0001 -> ../../../../devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.1/2-1.1:1.0/0003:062A:4102.0001
│ ├── bind
│ ├── module -> ../../../../module/hid_generic
│ ├── new_id
│ ├── uevent
│ └── unbind
├── drivers_autoprobe
├── drivers_probe
└── uevent
6 directories, 7 files
This is the output of /sbin/udevadm monitor --property > thumbdrive.txt
: http://pastebin.com/4SpYin45
or
http://paste.debian.net/790206/