How to copy files from Mac to USB
When copying files from macOS to a USB drive with normal copy paste or drag and drop files, the process will not work properly as on a Windows computer. In the article below, tipsmake will guide you how to copy files from a Mac to a USB drive.
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 .
Select the USB drive on the left side.
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.
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
You should read it
- 4 Ways to copy files faster in Windows
- How to copy files larger than 4GB to USB
- How to simply copy files from computer to iPhone / iPad
- How to Select Folders to Sync with Copy on Windows
- Tips for copying files between different user accounts in Windows 10
- How to use PDF Anti-copy to protect PDF files
- Fix USB errors that cannot copy files larger than 4GB
- How to Move the Copy Folder in Windows
- How to Recover Deleted Files on Copy
- How to copy files and files from your computer to iPhone / iPad easily
- Shortcuts Copy, Paste to copy text, files, folders
- How to Copy Files in Linux
Maybe you are interested
Ways technology can keep you safe and healthy on the go 7 tools to improve low resolution on videos How To Properly Protect Your Laptop Against Any Malware Or Viruses Helpful Steps To Take To Keep Yourself Healthy And Away From Harm How to use Link to Windows on Samsung Galaxy phones How to fix Android phone connection with Windows 10