Difference between revisions of "Read and Write NTFS on a Mac (OSX)"

From Lofaro Lab Wiki
Jump to: navigation, search
(Install "Mounty")
(Prerequisites)
 
Line 4: Line 4:
 
=Prerequisites=  
 
=Prerequisites=  
 
* Have [https://brew.sh/ Brew] installed
 
* Have [https://brew.sh/ Brew] installed
 +
* Brew can be installed by running the following code in a terminal:
 +
  /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
  
 
=Install "Mounty"=
 
=Install "Mounty"=

Latest revision as of 03:04, 6 July 2019

Overview

This tutorial will show you how to mount NTFS on an OSX (Mac) system in a read/write state.

Prerequisites

  • Have Brew installed
  • Brew can be installed by running the following code in a terminal:
 /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"

Install "Mounty"

Run the following command in the terminal to install Mounty:

 brew cask install mounty

Other instructions can be found on the Mounty homepage https://mounty.app/

Run the App

Open the app from your Applications directory. When asked if you want to remount in a read/write state say "yes."