Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 366 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 366 Bytes

Script automating NTFS volumes mount in read-write mode for MacOS via MacFUSE and NTFS-3G. Reference: https://github.com/osxfuse/osxfuse/wiki/NTFS-3G

Before running this script, make sure to install the following packages via Homebrew:

brew install --cask macfuse
brew install ntfs-3g-mac

Script execution:

./ntfs-mount.sh "My Volume Name"