Last login: Mon Jul 15 13:33:59 on console
Mustafa-iMac:~ mustafademiral$ sudo mv "/sbin/mount_ntfs" "/sbin/mount_ntfs.original"
Password:
Mustafa-iMac:~ mustafademiral$ sudo ln -s /usr/local/sbin/mount_ntfs "/sbin/mount_ntfs"
Mustafa-iMac:~ mustafademiral$ brew install ntfs-3g
==> Installing dependencies for ntfs-3g: gettext
==> Installing ntfs-3g dependency: gettext
==> Downloading https://homebrew.bintray.com/bottles/gettext-0.20.1.high_sierra.
==> Downloading from https://akamai.bintray.com/10/10dd5c2b9c6613b5310f95931d723
######################################################################## 100.0%
==> Pouring gettext-0.20.1.high_sierra.bottle.tar.gz
==> Caveats
gettext is keg-only, which means it was not symlinked into /usr/local,
because macOS provides the BSD gettext library & some software gets confused if both are in the library path.
If you need to have gettext first in your PATH run:
echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.bash_profile
For compilers to find gettext you may need to set:
export LDFLAGS="-L/usr/local/opt/gettext/lib"
export CPPFLAGS="-I/usr/local/opt/gettext/include"
==> Summary
? /usr/local/Cellar/gettext/0.20.1: 1,899 files, 18.6MB
==> Installing ntfs-3g
==> Downloading https://homebrew.bintray.com/bottles/ntfs-3g-2017.3.23_1.high_si
==> Downloading from https://akamai.bintray.com/d3/d3e45d099078901f1aa402e59fb8e
######################################################################## 100.0%
==> Pouring ntfs-3g-2017.3.23_1.high_sierra.bottle.tar.gz
? /usr/local/Cellar/ntfs-3g/2017.3.23_1: 89 files, 1.7MB
==> `brew cleanup` has not been run in 30 days, running now...
==> Caveats
==> gettext
gettext is keg-only, which means it was not symlinked into /usr/local,
because macOS provides the BSD gettext library & some software gets confused if both are in the library path.
If you need to have gettext first in your PATH run:
echo 'export PATH="/usr/local/opt/gettext/bin:$PATH"' >> ~/.bash_profile
For compilers to find gettext you may need to set:
export LDFLAGS="-L/usr/local/opt/gettext/lib"
export CPPFLAGS="-I/usr/local/opt/gettext/include"
Mustafa-iMac:~ mustafademiral$ sudo mv "/sbin/mount_ntfs" "/sbin/mount_ntfs.original"
Mustafa-iMac:~ mustafademiral$ sudo ln -s /usr/local/sbin/mount_ntfs "/sbin/mount_ntfs"
Mustafa-iMac:~ mustafademiral$