Skip to content

abourdon/ntfs-3g-mount

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

NTFS-3G mount utils

(Re-)Mount all or specified NTFS drives on an OSX environment by using the NTFS-3G driver to enable read-write support.

Prerequisites

Have macFuse & NTFS-3G installed. More information here

How to use

Mount or remount all NTFS drives currently available:

$ sudo ./ntfs-3g-mount

Mount or remount specific NTFS drives currently available:

$ sudo ./ntfs-3g-mount 'VOLUME NAME 1' 'VOLUME NAME 2'

Unmount all NTFS drives currently mounted:

$ sudo ./ntfs-3g-mount -u

Unmount specific NTFS drives currently mounted:

$ sudo ./ntfs-3g-mount -u 'VOLUME NAME 1' 'VOLUME NAME 2'

About

(Re-)Mount all or specified NTFS drives on an OSX environment by using the NTFS-3G driver

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages