Skip to content

This project aims to enable writing to NTFS disks on macOS using NTFS-3G and MacPorts.

Notifications You must be signed in to change notification settings

Chugeno/free-write-ntfs-on-mac

Repository files navigation

VERSION 2.1 - Automatic Installation and NTFS Disk Mounting on macOS 🚀

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.

Quick Start Steps

  1. Run the installation script:

    bash install_ntfs.sh
  2. 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
  3. Edit the script in Automator.

Complete Tutorial

You can find detailed instructions here

Or if you prefer a manual installation, check here.

Contribute! ☕

If this project has been helpful to you, consider supporting it:

Spanish Version

Para leer el README en español, haz clic aquí.

Thanks for your support and enjoy writing to your NTFS drives! 😊

About

This project aims to enable writing to NTFS disks on macOS using NTFS-3G and MacPorts.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages