- Open your Terminal application
- Install Homebrew:
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
- Add FUSE homebrew repo:
brew tap gromgit/homebrew-fuse
- Install fresh version of MacFUSE adapter and NTFS-3G driver:
brew install macfuse ntfs-3g-mac
- Add helper script (mount-all-ntfs) from this repository to your preferable location (for example
~/.bin
) and check this location is inPATH
environment variable, make it executable if it's not
$ mount-all-ntfs
Volume MyNtfsDrive on disk2s1 unmounted
Volume MyNtfsDrive on disk2s1 mounted in writeable mode
Distributed under the MIT license. See LICENSE for more information.
- Fork it (https://github.com/nizovtsevnv/osx-ntfs-helper/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request