Ho un Centon Flash Drive che non verrà montato. Non è leggibile su iMac né su una macchina Windows 7. L'unità non può essere riformattata dai soliti metodi Windows o IMac che questo laico ha provato.
In un'altra discussione su questo argomento che ho letto :
Can you get the disk identifier? In Disk Utility, select the drive and choose "Info" – it should read something like disk1 or disk2 or so. (But NOT disk0; that's your internal HD!)
Then open a terminal, and type in
sudo dd if=/dev/zero of=/dev/diskX
(where diskX is of course the disk identifier you got earlier.)
Type in your admin password, and it should overwrite every block of the disk with 0x00 (i.e. erase it).
Then, you can format your drive.
[Please be cautious when doing this; I'm not responsible for anything if anything goes wrong ;-)]
Ho OS X 10.6.8.
Mi dirai se dovrei provare questo e se sì, come posso "aprire un terminale"?