Nadpis možná není moc jasný, takže Jak zformátovat USB flash disk, který byl naformátován pod OS X?
- Connect your disk.
- Run
cmdas an Administrator. - Run
diskpart.exe. Use?if you need help in this program. list disk- Find the disk that corresponds to your USB disk.
select disk nwherenis the number of the disk. Confirm that you’re using the right disk withdetail disk. clean(Warning: This command erases the disk’s partition information)create partition primary. No size is needed if you want to use the whole diskactive. Marks the partition as potentially bootable.format fs=fat32 quick. You can choose NTFS instead of FAT32 if you want.assign. Assigns the disk a drive letter.exitto quit.
Vyzkoušeno a funguje. Už jsem myslel, že si budu muset koupit Macbook, abych tu flešku oživil.