Skip to content

Instructions and shell script to mount NTFS drives in writeable mode in MacOS (including MacOS Ventura v13+)

License

Notifications You must be signed in to change notification settings

nizovtsevnv/osx-ntfs-helper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation


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

About

Instructions and shell script to mount NTFS drives in writeable mode in MacOS (including MacOS Ventura v13+)

Topics

Resources

License

Stars

Watchers

Forks

Languages