Skip to content

Latest commit

 

History

History
51 lines (39 loc) · 2.36 KB

README.md

File metadata and controls

51 lines (39 loc) · 2.36 KB


MacOS MacOS
OSX NTFS Helper

Instruction and helper script for mounting all NTFS drives in writeable mode on MacOS.

Installation

  1. Open your Terminal application
  2. Install Homebrew: /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"
  3. Add FUSE homebrew repo: brew tap gromgit/homebrew-fuse
  4. Install fresh version of MacFUSE adapter and NTFS-3G driver: brew install macfuse ntfs-3g-mac
  5. Add helper script (mount-all-ntfs) from this repository to your preferable location (for example ~/.bin) and check this location is in PATH environment variable, make it executable if it's not

Usage example

$ mount-all-ntfs
Volume MyNtfsDrive on disk2s1 unmounted
Volume MyNtfsDrive on disk2s1 mounted in writeable mode

License

Distributed under the MIT license. See LICENSE for more information.

Support

Buy Me A Coffee

Contributing

  1. Fork it (https://github.com/nizovtsevnv/osx-ntfs-helper/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request