Jay Taylor's notes

back to listing index

How do I format a usb drive on a PC that was formatted on a Mac?

[web search]
Original source (superuser.com)
Tags: windows disk-management disk-formatting usb-drive superuser.com
Clipped on: 2016-09-15

I have a SanDisk Cruser drive that was formatted for a Mac and now I want to use it for a PC (and I don't have access to the Mac. What can I do?

asked Apr 24 '11 at 2:44
Image (Asset 2/18) alt=
tooshel
57511018

protected by Community Aug 30 '14 at 1:04

This question is protected to prevent "thanks!", "me too!", or spam answers by new users. To answer it, you must have earned at least 10 reputation on this site (the association bonus does not count).

up vote 127 down vote accepted

Assuming Vista or 7 (this should work on XP, 8, 8.1, and 10, as well) and that the disk is not showing up under My Computer at all:

  1. Connect your disk.
  2. Run cmd as an Administrator.
  3. Run diskpart.exe. Use ? if you need help in this program.
  4. list disk
  5. Find the disk that corresponds to your USB disk. select disk n where n is the number of the disk. Confirm that you're using the right disk with detail disk.
  6. clean (Warning: This command erases the disk's partition information. Any data on the disk will no longer be accessible.)
  7. create partition primary. No size is needed if you want to use the whole disk
  8. active. Optional. Marks the partition as potentially bootable.
  9. format fs=fat32 quick. You can choose NTFS or exFAT instead of FAT32 if you want. (Note: Windows 10 limits FAT32 to 4GB. I recommend using exFAT instead, which is essentially a newer version of the same format.)
  10. assign. Assigns the disk a drive letter.
  11. exit to quit.

If you're still having problems with the disk after trying this, you might try omitting the quick from step 9 to do a full format. That will take a very long time and usually isn't necessary, but may help uncover physical damage to the disk.


In some cases you might need to re-initialize the disk. As above, this will destroy the data on the disk (or, rather, your ability to access it). To do that from diskpart.exe:

  1. list disk
  2. select disk n
  3. attributes disk clear readonly. This command will unset the read-only flag on the disk. You can see the current attributes with attributes disk or detail disk.
  4. online disk. Sets the device status to online if it's been disabled.
  5. convert mbr. Converts the disk to MBR format, which will work just fine for most disks. If you've got a USB disk larger than 2 terabytes, however, you'll want to use convert gpt instead.

I'm not sure if the above commands are all identical on older OSs (XP).

answered Apr 24 '11 at 2:57
Image (Asset 3/18) alt=
Bacon Bits
4,77511317
   upvote
  flag
Didn't know about diskpart.exe . . . gotta try that now! – tooshel Apr 24 '11 at 18:50
   upvote
  flag
It worked! Is there a way to do that in the GUI? Is that the same as using "Disk Management"? – tooshel Apr 27 '11 at 4:41
1 upvote
  flag
You can do a lot of it in Disk Management, but I'm used to diskpart now. Finding exactly what you have to click on to get the menu you want in Disk Management can be irritating, and I've found sometimes it doesn't display non-Windows formatted disks correctly. Diskpart just always seems to work. – Bacon Bits Apr 27 '11 at 14:03
   upvote
  flag
Thanks for this answer. I must have visited this page over a dozen times now. – Federer Apr 11 '14 at 7:46
1 upvote
  flag
Great answer. Quick and to the point. – GonchuB Jun 10 '14 at 19:29

Trying the other top answer, I received a "Windows was unable to complete the format" error. So for anyone getting the same, I found another solution.

  • Right click on "My Computer" and select "Manage".
  • Under "Storage" select "Disk Management".
  • In the lower right hand window, you should see the drive you're trying to format.
  • Right click on the volume and select the "Simple Volume Wizard".
  • Pick the format there and the wizard formats the disk without errors.
answered Mar 20 '13 at 12:35
Image (Asset 4/18) alt=
golmschenk
1637

(On Windows 7) right click My Computer → Manage → Disk Management (under Storage). Identify your disk in the list, then right click on the volume and choose 'Format', then choose your preferred file system.

I had to delete previous volumes on that disk before I could do it - note that all data will be lost, so make sure you have backup or that you don't need it!

answered Oct 13 '14 at 7:11
Image (Asset 6/18) alt=
Shahar
1212
   upvote
  flag
Note this does not always work: in some cases diskmgmt.msc will neither notice the existing partitions (just showing a fully unallocated drive) nor allow re/allocating them. In such cases, diskpart seems necessary; at least, it worked for me in 2 situations. – underscore_d Aug 10 '15 at 8:51

Plug it into the PC. When it shows up under "My Computer" right-click on it and choose Format.

answered Apr 24 '11 at 2:55
Image (Asset 7/18) alt=
Chris_K
6,45042234
   upvote
  flag
Tried that before I posted here and it does nothing. – tooshel Apr 24 '11 at 18:50
1 upvote
  flag
I tried the "diskpart" advice from Bacon Bits and when I got to the "clean" command the format disk screen popped up and I got permission denied in diskpart. It was strange. But then the "windows format" failed anyway and I tried the "clean" again in diskpart and it worked. Right now it's formatting using diskpart. – tooshel Apr 24 '11 at 18:54
   upvote
  flag
You may get the permission denied error if another program is trying to access the drive, such as Explorer's disk format prompt. You can also get that error if you don't run as administrator, but in that case, it wouldn't have worked the second time either. – GuitarPicker Apr 27 '15 at 13:47

Your Answer

asked

5 years ago

viewed

162634 times

active

8 months ago

Hot Network Questions

Technology Life / Arts Culture / Recreation Science Other
  1. Stack Overflow
  2. Server Fault
  3. Super User
  4. Web Applications
  5. Ask Ubuntu
  6. Webmasters
  7. Game Development
  8. TeX - LaTeX
  1. Programmers
  2. Unix & Linux
  3. Ask Different (Apple)
  4. WordPress Development
  5. Geographic Information Systems
  6. Electrical Engineering
  7. Android Enthusiasts
  8. Information Security
  1. Database Administrators
  2. Drupal Answers
  3. SharePoint
  4. User Experience
  5. Mathematica
  6. Salesforce
  7. ExpressionEngine® Answers
  8. Cryptography
  1. Code Review
  2. Magento
  3. Signal Processing
  4. Raspberry Pi
  5. Programming Puzzles & Code Golf
  6. more (7)
  1. Photography
  2. Science Fiction & Fantasy
  3. Graphic Design
  4. Movies & TV
  5. Music: Practice & Theory
  6. Seasoned Advice (cooking)
  7. Home Improvement
  8. Personal Finance & Money
  1. Academia
  2. more (8)
  1. English Language & Usage
  2. Skeptics
  3. Mi Yodeya (Judaism)
  4. Travel
  5. Christianity
  6. English Language Learners
  7. Japanese Language
  8. Arqade (gaming)
  1. Bicycles
  2. Role-playing Games
  3. Anime & Manga
  4. more (18)
  1. Mathematics
  2. Cross Validated (stats)
  3. Theoretical Computer Science
  4. Physics
  5. MathOverflow
  6. Chemistry
  7. Biology
  8. Computer Science
  1. Philosophy
  2. more (3)
  1. Stack Apps
  2. Meta Stack Exchange
  3. Area 51
  4. Stack Overflow Careers
site design / logo © 2016 Stack Exchange Inc; user contributions licensed under cc by-sa 3.0 with attribution required
rev 2016.9.15.3989