I have a Kingston DT MicroDuo 3.0 and it was working fine till it didn't mount on Windows, Mac nor Ubuntu
It appears in the disk utility as /dev/sdd and in the volumes area it shows no media detected
I tried sudo fdisk dev/sdd/ but got
fdisk: unable to open dev/sdd/: no such file or directoryand then I tried sudo umount dev/sdd/but got the error:
umount: dev/sdd/: not mountedIt doesn't matter if I need to format the drive, but I need it back into a working condition.
21 Answer
These are all the symptoms of a broken USB stick. Please replace it.
To be absolutely sure that it is indeed broken, install the smartmontools package:
sudo apt-get install smartmontoolsthen run:
sudo smartctl --all /dev/sddand depending on the error message you'll know for sure that it's broken.
Sorry to be the harbinger of bad news
6