Description: Not necessarily effective, the simplest way is to use NTFS, direct FAT32, for large files on the cutting.
Method:
1. Determine the name of the USB stick
/volumes/
2, for example, I found the name of the USB stick untitled
sudo vim/etc/fstab
label=untitled None NTFS Rw,auto,nobrowse
If your name has a space bar, you need to use \040 means to replace the space bar, such as the west number of hard disk name is unified, also with a space, you can write: My\040passport, the following NTFS RW means to mount the partition as a writable NTFS format, The last Nobrowse is very important, because this represents the non-display of this partition in the Finder, which is very important and will not succeed if it is not written.
3. Create Shortcut methods on desktop
sudo Ln -s/volumes/untitled ~/desktop/untitled
Reference:
https://note.youdao.com/share/?id=73742f92f56d6575a1f630f7a28ab608&type=note#/
Mac 10.12 Native method configuration to read and write NTFS partitions