USB Storage detected but no fdisk

cdukes

Renowned Member
Sep 11, 2015
89
9
73
Raleigh, NC
www.logzilla.net
I'm having difficulty getting pve enterprise (4.2.2.1) to recognize a usb disk.

Code:
[Mon Oct 26 17:06:33 2015] usb 3-2: new high-speed USB device number 8 using xhci_hcd
[Mon Oct 26 17:06:33 2015] usb 3-2: New USB device found, idVendor=152d, idProduct=3562
[Mon Oct 26 17:06:33 2015] usb 3-2: New USB device strings: Mfr=10, Product=11, SerialNumber=3
[Mon Oct 26 17:06:33 2015] usb 3-2: Product: USB to ATA/ATAPI Bridge
[Mon Oct 26 17:06:33 2015] usb 3-2: Manufacturer: CFI
[Mon Oct 26 17:06:33 2015] usb 3-2: SerialNumber: 891412241702A
[Mon Oct 26 17:06:33 2015] usb-storage 3-2:1.0: USB Mass Storage device detected
[Mon Oct 26 17:06:33 2015] scsi host12: usb-storage 3-2:1.0

It shows up in dmesg, but not in fdisk, lsblk, etc.

Code:
~# lsblk
NAME                               MAJ:MIN RM   SIZE RO TYPE MOUNTPOINT
sda                                  8:0    0  14.6T  0 disk
└─sda1                               8:1    0  14.6T  0 part
  ├─xxx--bfd-repo             252:3    0     3T  0 lvm  /repo
  ├─xxx--bfd-media            252:4    0     4T  0 lvm
  ├─xxx--bfd-backups          252:5    0     3T  0 lvm
  ├─xxx--bfd-vm--128--disk--1 252:6    0    52G  0 lvm
  └─xxx--bfd-vm--131--disk--1 252:7    0    20G  0 lvm
sdb                                  8:16   0 237.5G  0 disk
├─sdb1                               8:17   0  1007K  0 part
├─sdb2                               8:18   0   127M  0 part /boot/efi
└─sdb3                               8:19   0 237.4G  0 part
  ├─pve-root                       252:0    0  59.3G  0 lvm  /
  ├─pve-swap                       252:1    0  29.6G  0 lvm  [SWAP]
  └─pve-data                       252:2    0 132.5G  0 lvm  /var/lib/vz
 
Looks like the partition table is wrong/corrupted... Does this stick work elsewhere?

Is it listed in
Code:
/dev/disk/by-id
? Then you could see where the entry symb-links to and write a new partition table on it.