We just bought a brand new Kingston USB drive, and works in Windows. But when I put in Linux box (specifically BusyBox), it failed to detect the partition table.
Message:
[1281146.061161] usb 1-1: device vabcd p1234 is not supported
[1281146.067373] usb 1-1: New USB device found, idVendor=abcd, idProduct=1234
[1281146.076624] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[1281146.084502] usb 1-1: Product: UDisk
[1281146.093912] usb 1-1: Manufacturer: General
[1281146.099619] usb 1-1: SerialNumber: Љ
[1281146.113086] usb-storage 1-1:1.0: USB Mass Storage device detected
[1281146.122513] scsi11 : usb-storage 1-1:1.0
[1281146.136979] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
[1281147.140547] scsi 11:0:0:0: Direct-Access General UDisk 5.00 PQ: 0 ANSI: 2
[1281147.168651] sd 11:0:0:0: [sdc] 15728640 512-byte logical blocks: (8.05 GB/7.50 GiB)
[1281147.176913] platform cpufreq-cpu0.0: Driver cpufreq-cpu0 requests probe deferral
[1281147.199284] sd 11:0:0:0: [sdc] Write Protect is off
[1281147.208214] sd 11:0:0:0: [sdc] Mode Sense: 0b 00 00 08
[1281147.217705] sd 11:0:0:0: [sdc] No Caching mode page found
[1281147.223779] sd 11:0:0:0: [sdc] Assuming drive cache: write through
[1281147.243386] sd 11:0:0:0: [sdc] No Caching mode page found
[1281147.249719] sd 11:0:0:0: [sdc] Assuming drive cache: write through
[1281147.261347] sdc: unknown partition table
[1281147.279744] sd 11:0:0:0: [sdc] No Caching mode page found
[1281147.292064] sd 11:0:0:0: [sdc] Assuming drive cache: write through
[1281147.315483] sd 11:0:0:0: [sdc] Attached SCSI removable disk
Also did a:
root@WG6600_DNP3:~# ls -al /dev/sd*
brw-rw---- 1 root disk 8, 32 Aug 29 08:06 /dev/sdc
As you can see, BusyBox detects this drive but not its partition, hence no /dev/sdc1 so I cannot mount this.
I tried using mkfs.ext4 command but still nothing happens since that same error came up:
"sdc: unknown partition table".
I tried using another USB drive I have lying around and it works ok on the BusyBox machine. So I am wondering why won't it detect our brand new USB drive?