How to copy files from Mac to USB

The main cause of this problem is that macOS can only read files formatted as NTFS, but cannot write files to NTFS drives. Therefore, if your USB drive is NTFS format, the copy and paste process cannot be performed. Therefore, the USB drive needs to be FAT or ExFAT format. However, ExFAT is more stable.

Steps to change USB drive format:

Open Finder in your system, then choose Applications> Utilities> Disk Utility

How to copy files from Mac to USB Picture 1

Select the USB drive on the left side.

How to copy files from Mac to USB Picture 2

Then click the Erase button in the top right corner of the screen. Select ExFAT in the format drop-down list and start reformatting the drive.

How to copy files from Mac to USB Picture 3

After the drive format is complete, you can copy files from macOS to USB normally.

How to copy files from macOS to a USB drive using the command line

Open a Terminal window and run the following command:

cp -R Documents /usb

-R will copy all the subfolders in the Documents folder to the USB external hard drive.

However the above command may give an error message like:

usb/Pics: No such file or directory.

This is because the USB external hard drive is mounted in the / Volumes folder, so you should add the / Volumes directory before the name of the USB disk when you run the cp command.

cp -R Documents /Volumes/usb-name
3.8 ★ | 14 Vote

May be interested

  • How to Recover Deleted Files on CopyHow to Recover Deleted Files on Copy
    if you've accidentally deleted a file from your copy account or just changed your mind about removing a file, recovering it on copy isn't as straightforward as the others. there's no trash bin or undelete function from its website. once...
  • How to copy files and files from your computer to iPhone / iPad easilyHow to copy files and files from your computer to iPhone / iPad easily
    how to copy files and files from your computer to iphoneipad easily. with the tips in the article below, we can copy files and files from the computer to iphone / ipad easily and turn them into temporary portable storage.
  • Shortcuts Copy, Paste to copy text, files, foldersShortcuts Copy, Paste to copy text, files, folders
    copy and paste operations on computers are quite important and we often use this feature on computers to move and copy data between drives. for faster operation, we will use keyboard shortcuts to perform this operation.
  • How to copy on the computer, copy and paste website contentHow to copy on the computer, copy and paste website content
    in today's article, let's learn with taimienphi how to copy and paste text, files and images on windows and mac computers! the method is extremely simple and quick.
  • How to Copy Files in LinuxHow to Copy Files in Linux
    this wikihow teaches you how to copy and paste a file on a linux computer. the command line can be used to copy and paste files, or you can use the keyboard shortcuts or your computer's right-click function if you're using a version of...
  • How to Copy and Paste on MacHow to Copy and Paste on Mac
    this article shows you how to copy and paste text or files on a mac computer. although the mac's built-in menu bar is often used to copy and paste data, you can still use your trackpad or keyboard to do this.
  • How to copy and rename files in LinuxHow to copy and rename files in Linux
    there are more ways to copy and rename files on linux than just cp and mv. try some commands and other ways suggested below.
  • How to copy the file list of folders with the right mouse buttonHow to copy the file list of folders with the right mouse button
    if there is a folder full of files and you want to save or print the list of files, what should be done? with few registry edits, you can add the copy command to the folder contents to the clipboard.
  • How to Copy Files to an External Hard DriveHow to Copy Files to an External Hard Drive
    in this article tipsmake will show you how to copy files on your computer to a portable hard drive, usb or memory card.
  • How to Copy and Paste on a MacHow to Copy and Paste on a Mac
    this wikihow teaches you how to copy and paste text or files on your mac computer. while your mac's built-in menu bar is the preferred way to copy and paste information, you can also use your mac's trackpad or keyboard to copy and paste....