Mac – Cannot Copy to Pendrive

external-diskhard drivemacmacbook promacos

I attach pen-drive to my Macbook-air. It is detecting and I can also copy from my pen-drive to my Hard disk. But I cannot copy data from Hard disk to pen-drive. I tried with different pen-drives, but got the same result.

What could be the reason for that? I have searched on web a lot but cannot know the reason.

Thanks in Advance !

Best Answer

OS X is not intended to do this out of the box, it doesn't work with FAT32 and NTFS, which are wide spread file systems on USB Stick Drives, especially on Windows.

  1. The solution which works like a charm for myself is to use Virtual Machine on Mac, with Windows 10 installed. I'm using Parallels Desktop, because of speed and tight integration with Mac. But there are also other options, alike VMWare or VirtualBox.

  2. If you don't like the idea of having Windows virtualized, you may try to use standalone software, which is intended for mounting NTFS drives:

As @NetherLinks outlined in the comments, FAT32 may also work on Windows, if you'll do the simple trick. Read below.

The Disk Utility advanced options of El Capitan are hidden and you needed, first:

  1. Quit Disk Utility.
  2. Open the Terminal utility.
  3. Run the following Command:

    defaults write com.apple.DiskUtility advanced-image-options 1

  4. Relaunch Disk Utility

And now, just format your USB with MBR Partition (Master boot record) and exFAT file System.

The USB now can mount in OSX & Windows.