2019年10月8日 星期二

Enable the NTFS writing in macOS Catalina



Step 1: Open Finder -> Applications -> Utilities -> Terminal.
Step 2: After launching Terminal, please type the command: sudo nano /etc/fstab to open the /etc/fstab file for editing nano text editor.
Step 3: Type the command: LABEL=NAME none ntfs rw,auto,nobrowse (Replace NAME with the name of your NTFS drive).
Step 4: Press "CTRL+O" and press "Enter" to save the fstab file.
After that, you can close the Terminal and start writing your NTFS drive without any limitation.