LoginSignup
4
4

More than 5 years have passed since last update.

Mac OS X MavericksでNTFSを読み書きする(まとめメモ)

Posted at

上記を参考にコマンドを実行する。

brew upgrade
brew install fuse4x
brew install ntfs-3g
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig
sudo ln -s /usr/local/Cellar/ntfs-3g/2014.2.15/sbin/mount_ntfs  /sbin/mount_ntfs

sudo /bin/cp -RfX /usr/local/opt/osxfuse/Library/Filesystems/osxfusefs.fs /Library/Filesystems
sudo chmod +s /Library/Filesystems/osxfusefs.fs/Support/load_osxfusefs

http://safx-dev.blogspot.jp/2013/12/os-x-109-mavericks-ntfs.html
にfuse4xのアップデートする場合は、カーネルモジュールアンロードしておけと書かれているけど、osxfuseも同じなのかな?

4
4
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
4