I have a USB flash drive that's become unreadable in any computer. It has a lot of confidential information on it which I need to wipe before sending it back to the manufacturer for a warranty replacement.
What would be the best way to do this given that I can't get any computer to read the drive and format it?
What would be the best way to do this given that
I can't get any computer to ead the drive and format it?
I understand that you can not read from it. But what does that mean? Does it fail with an error when you try to read any data from it? Or does it try to read and returns garbage?
In the latter case it is [sort off] accesible and you could try to write to it. E.g. by using dd to write raw nulls to the whole device.
– Hennes Oct 22 '15 at 12:02