7

I can't seem to get my USB drive to format anymore or be recognized by the file system (including gparted). How do I just wipe the whole thing and start over!?

dmesg

[ 5036.408102] usb 2-3: new high-speed USB device number 10 using ehci-pci
[ 5036.541307] usb 2-3: New USB device found, idVendor=14cd, idProduct=125a
[ 5036.541317] usb 2-3: New USB device strings: Mfr=1, Product=3, SerialNumber=2
[ 5036.541324] usb 2-3: Product: Mass Storage Device
[ 5036.541329] usb 2-3: Manufacturer: Generic
[ 5036.541335] usb 2-3: SerialNumber: 812520090519
[ 5036.542113] scsi7 : usb-storage 2-3:1.0
[ 5037.540969] scsi 7:0:0:0: Direct-Access     USB Mass Storage Device        PQ: 0 ANSI: 0 CCS
[ 5037.543899] sd 7:0:0:0: Attached scsi generic sg2 type 0
[ 5037.545946] sd 7:0:0:0: [sdb] Attached SCSI removable disk

fdisk

$ sudo fdisk /dev/sd
sda   sda1  sda2  sda3  sda5  sda6  sdb 
$ sudo fdisk /dev/sdb
fdisk: unable to open /dev/sdb: No medium found

dd

$ sudo dd if=/dev/zero of=/dev/sdb bs=1M
dd: opening ‘/dev/sdb’: No medium found
Eric Fossum
  • 571
  • 1
  • 6
  • 16

1 Answers1

1

It looks like reading from the NVRAM chip in the flash drive has failed, or the controller on the flash drive failed. Time to buy a new drive.