Mount NTFS On macOS

Since the macOS updated to Sonoma and Sequoia, it’s sometimes quite difficult to install ntfs-3g, so I copy the whole directory that works, just put it on the personal library folder and access with command line and it will mount and work perfectly. Must install

1. Install .

2. Install .

3. Install

brew install gromgit/fuse/ntfs-3g-mac
brew install --cask mounty

4. Go to the Application Folder and execute Mounty App to mount the NTFS USB hard drive. After mounted, we can read/write to the NTFS drive.

mount ntfs with mounty app mount ntfs with mounty app

1. Use Show-Hide Files App to show hidden files or use the terminal to type these commands.

2. Navigage to opt/homebrew/Cellar/ntfs-3g-mac/ and copy the folder “2022.10.3” to the user folder and rename it to “ntfs”

3.  Hide all hidden files again.

  • diskutil list !!get the ntfs disk designator

 

 

 

diskutil list
  • unmount the NTFS drive.
  • sudo ~/ntfs/bin/ntfs-3g -o auto_xattr  /dev/disk2s1 /Volumes/NTFS

ntfs mounted
command line

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.