Skip to content

hguandl/Mac-NTFS-3G-Loader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mac-NTFS-3G-Loader

This project provides a file system bundle to allow NTFS volumes to be mounted with NTFS-3G and FUSE, which is a solution for writable NTFS volumes on macOS.

The bundle is named after Tuxera since NTFS-3G is the community version of their product Tuxera NTFS.

Caveats

At the moment, this bundle ONLY contains metadata and necessary scripts. The drivers are NOT included and their paths are hard-coded. Thus you should use Homebrew NTFS-3G.

Installation

Homebrew

Please follow the instructions in https://brew.sh.

FUSE

$ brew cask install osxfuse

NTFS-3G

$ brew install ntfs-3g

Filesystem Bundle

  • Download and unzip the bundle from releases.

  • Put tuxera_NTFS.fs to /Library/Filesystems.

$ sudo mv tuxera_NTFS.fs /Library/Filesystems
  • Set permissions
$ sudo chown -R root:wheel /Library/Filesystems/tuxera_NTFS.fs
  • Reboot