Tested successfully on Mac OS Sierra. I NTFS partition on another hard disk, I have hung to the chassis, the mobile hard disk reference execution. A lot of similar articles on the net, not a successful test, it may be the system differences caused by the bar, because there is no way to index NTFS disk, extremely depressed, rebuilt the system index, or there is no file found, do not know for any reason. In addition to NTFS conversion to HFS did not try (willing to try to go to: https://china.paragon-software.com/home/ntfs-hfs-converter/) who has Mac OS index NTFS file a good way to tell me a sound, thank you! Anyway The first step: Open the Iterm terminal to enter the following command (in order to prevent the error, you can use the tab to fill, or CP), to view the disk information, and the name of your NTFS partition is the label, my label is uppercase C, D, E, F, and my label is different please copy directly on the screen to prevent input errors.
- Diskutil List
Copy Code <ignore_js_op>
The second step, look at the/etc/fstab file, Fstab is a text file, if not modified, the inside is empty,This file is the configuration file system, you create all the external partition, must be written in this file, or the next time you start the partition is not hanging up. I'm using vim to modify it online. We recommend that you modify it with Notepad and enter the following command
- sudo nano/etc/fstab
Copy the code and then enter the system password, no password is skipped directly, the content of this file is displayed. The third step: Enter the following code, I here C, D, E, F corresponds to my NTFS partition, please replace with your own partition volume label name, one on the line, there are several partitions to write a few lines. If the label has a space, please use \040 instead, \040 is the meaning of the space. NTFS RW This option means that I mount this partition as a read-write partition, the NOBROWSE option must be turned on, or it cannot be mounted. After the input is completed, press ctrl+x, Notepad will ask if you want to save, decisive answer yes, choose y enter, exit.
- Label=c None NTFS Rw,auto,nobrowse
- Label=d None NTFS Rw,auto,nobrowse
- label=e None NTFS Rw,auto,nobrowse
- label=f None NTFS Rw,auto,nobrowse
Copy Code
<ignore_js_op>
Fourth step: Eject the mobile hard drive/hanging in the chassis, such as me, with the disk utility to uninstall, and then in the disk utility one by one hang up.
Fifth Step: Enter the LN command to mount the hard disk label (if this step is not performed, it may not be displayed in the Finder). Someone in the forum entered the following command incorrectly, causing the mount to be unsuccessful
- sudo ln-s/volumes ~/desktop/volumes
All of the above are quoted from: http://bbs.feng.com/read-htm-tid-11031228.html
Start native NTFS tools on Mac