This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
linux:ntfs-3g [2018/10/13 16:13] percy |
linux:ntfs-3g [2018/10/13 16:18] (current) percy |
||
---|---|---|---|
Line 3: | Line 3: | ||
How to enable the ntfs write in Mac. | How to enable the ntfs write in Mac. | ||
brew install ntfs-3g | brew install ntfs-3g | ||
+ | ln -s /usr/local/Cellar/ntfs-3g/2017.3.23/bin/ntfs-3g /usr/local/bin/ntfs-3g | ||
+ | cd /Volumes | ||
+ | sudo ntfs-3g /dev/disk4s1 NESO | ||
+ | sudo ntfs-3g /dev/disk4s5 Untitled | ||
+ | | ||
| | ||
Refer | Refer | ||
- https://www.howtogeek.com/236055/how-to-write-to-ntfs-drives-on-a-mac/ | - https://www.howtogeek.com/236055/how-to-write-to-ntfs-drives-on-a-mac/ |