13
11
I ordered a bunch of 1GB usb drives from a semi-shady Chinese company. Most of them work just fine, but a couple of them won't let me format them because they are "write-protected." There is no write protection switch on the device. I have exhaustively tried the following:
- Windows format: "The disk is write protected"
- HP USB Disk Storage Format Tool: "Device media is write-protected"
- Changing registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies to 0
- diskpart clear attributes readonly
- diskpart clean: "Diskpart has encountered an error: The request could not be performed because of an I/O device error. See the System Event Log for more information." (The System Event Log only contains the error: The IO operation at logical block address 0 for Disk 1 was retried.)
- HDD Low Level Format Tool: "Format Error occurred at offset 985,595,904: 1117 - Device I/O error" and hundreds of similar errors
- Sacrificing a lamb to the USB gods
- Starting in safe mode with command prompt and running format, diskpart, and chkdsk
So do all these I/O device errors mean that these USB drives are just totally screwed? Is there any way to get more information about the problem?
5
Possible duplicate of What can I do if my USB flash drive is write-protected or read-only?
– bwDraco – 2016-09-17T05:03:42.253Small correction : you should create StorageDevicePolicies key if it isnt there, and then change WriteProtect DWORD inside it to 0 https://www.manageengine.com/products/desktop-central/os-imaging-deployment/media-is-write-protected.html I had the same issue with two USB-s and this solve it for one of them. The other probably has bad sectors
– alfred – 2019-08-23T13:20:54.347Throw them away, they are crap. You can get 1GB USB stick at Amazon USA already for around or below US$ 2. (Naming that tool "HDD Low Level Formatting Tool" made me chuckle a bit, the developers of that tool surely have a sense of humor ;) – None – 2013-12-17T06:46:32.527
The joke being that there's really no such thing as a low level format anymore? Anyway, I would just buy more but they have a custom logo. – Agargara – 2013-12-17T06:50:11.040
Yes, especially there is no such thing as LLF for flash-based storage :) It's sad to hear that the logo/branding prevents you from using an alternative. The sticks are not to save, unfortunately. – None – 2013-12-17T06:57:29.317
One more important thing: Do not use those defective sticks anymore! You might be tempted to partition the stick to use the intact area (not sure whether that would make much sense on a 1GB stick anyway), but the wear-leveling of the flash controller will, over time and depending on write cycles, try to utilize all flash memory cells to spread wear evenly over the whole flash. You will have no control over which Flash cells are written, no matter how you might partition the stick... (If the stick would be the cheapest of the fakes without any wear leveling, then this would be even worse...) – None – 2013-12-17T07:16:01.520
Go with a better branding company. I'm partial to 4imprint. I took the liberty of selecting a few filters for the product you described It's a more expensive product, but it will work for years to come.
– PsychoData – 2014-01-28T00:37:33.437