2
How do I reformat an unmountable/unrecognised/unformatted USB drive? It will not mount or format on Windows Vista or OSX Tiger.
- Disk Utility sees the hardware, but no partition to mount.
- Testdisk does not see it at all.
USB Probe gives me the info:
SM3252A Memory Bar, but externally it is a 4GB HP memory stick
fdisk dev/disk2
gives me:/dev/disk2 is not a character device or a regular file
& fdisk dev/rdisk2
gives me:Disk: /dev/rdisk2 geometry: 0/4/63 [0 sectors] Signature: 0x0 Starting Ending #: id cyl HD sec - cyl HD sec [ start - size] ------------------------------------------------------------------------ 1: 00 0 0 0 - 0 0 0 [ 0 - 0] unused 2: 00 0 0 0 - 0 0 0 [ 0 - 0] unused 3: 00 0 0 0 - 0 0 0 [ 0 - 0] unused 4: 00 0 0 0 - 0 0 0 [ 0 - 0] unused
I'd prefer to do this on OS X or the Unix shell, but any suggestions for a solution on Vista would be welcome too, or Linux for that matter.
If you can't format it, throw it in the trash and buy a reliable one.I say this since you attempt to format it. Does not make sense at all! – qwerty_so – 2015-03-03T13:28:34.273
3If Disk Utility sees it can't you create a partition and format it from there, or try the same with gparted? – Dennis – 2011-10-05T19:10:51.677
Might check out parted, http://www.gnu.org/software/parted/manual/html_mono/parted.html, command line *nix partition utility.
– jmreicha – 2011-10-05T19:16:29.593I don't understand the point. You can buy a new one for under $10. – Daniel R Hicks – 2011-10-05T19:52:58.970
1Are you sure /dev/disk2 is the name of your usb device? What is the output of fdisk -l – Prahlad Yeri – 2013-03-02T14:37:51.233
i have recovered a LOT a nearly-going-to-the-trash-can flash drives using gparted on linux, simply by destroying the partition tables and rewritting them and then formatting. is this an applicable solution? – Lorenzo Von Matterhorn – 2013-04-04T02:16:00.273