Simple CLI to mount and enable write on NTFS file system easily on MacOS.
Tested on:
- Macbook Pro 14", M1 Pro, 16GB ram, MacOS Monterey 12.6.1
$ go install github.com/cikupin/ntfs-wr@latest
-
See list of commands
$ ntfs-wr --help
-
List external drive with NTFS file system
$ ntfs-wr list
-
Mount external NTFS partition (you need to run as root)
$ sudo ntfs-wr mount
-
Open NTFS mounted volume. You must do copy-paste on this directory.
$ ntfs-wr open <volume dir name>
-
Unmount mounted volume (you need to run as root)
$ sudo ntfs-wr unmount <volume dir name>
- include partition size on partition list info
- persist mounting configuration on local
- unmount volume using selection menu