Welcome to version 2.1 of this script! 🎉 This update automates the installation process of everything needed to enable write support for NTFS drives on macOS.
-
Run the installation script:
bash install_ntfs.sh
-
Configure Sudoers: Allow the script to run without password prompt. (Replace
your_username
with your actual username.)sudo visudo -f /private/etc/sudoers.d/your_username
-
Add the following line to the file:
your_username ALL=(ALL) NOPASSWD: /opt/local/bin/ntfs-3g
-
Save and exit the editor.
-
Change the file permissions:
sudo chmod 0440 /private/etc/sudoers.d/your_username
-
-
Edit the script in
Automator
.
You can find detailed instructions here
Or if you prefer a manual installation, check here.
If this project has been helpful to you, consider supporting it:
Para leer el README en español, haz clic aquí.
Thanks for your support and enjoy writing to your NTFS drives! 😊