Is my SONY USB flash drive dead?

0

I have a following problem: when I plug-in my USB flash drive, it isn't shown in Windows Explorer or recognized by system at all. In device properties, it is shown as:

USB MEMORY BAR

http://zapodaj.net/5f85a9c58b750.bmp.html

There's no partitions on the drive, so I can't format it:

http://zapodaj.net/e7a4aeee806e6.bmp.html

DISKPART:

Virtual Disk Service error: There is no media in the device.

HP USB format tool:

There is no media in the specified device.

Any help will be greatly appreciated! Thank You!

NonTechSavvy

Posted 2014-04-26T13:58:31.390

Reputation: 1

Question was closed 2015-01-31T03:32:10.480

2There is no media in the device usually means its dead. Can you post a screenshot of diskmgmt GUI? – tumchaaditya – 2014-08-05T16:16:00.343

Answers

0

Sometimes it happens due to interrupted write or format operations. If file system is RAW then following won't work.

Try using diskpart. Open command prompt by start+r and type cmd. Follow this commands. It will ask for admin permission.

diskpart

list disk

select disk # (where # shows number of your usb disk)

format fs=ntfs quick

ersnh

Posted 2014-04-26T13:58:31.390

Reputation: 113