Skip to content

Instantly share code, notes, and snippets.

View soyelmnd's full-sized avatar
👋

Minh Nguyen soyelmnd

👋
View GitHub Profile
@soyelmnd
soyelmnd / yosemite ntfs read+write.txt
Last active June 10, 2016 14:55 — forked from bjorgvino/yosemite ntfs read+write.txt
osxfuse + ntfs-3g + Yosemite = NTFS R/W
# disable SIP before following these step
brew cask install osxfuse
brew install ntfs-3g
sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original
sudo ln -s /usr/local/Cellar/ntfs-3g/2016.2.22/sbin/mount_ntfs /sbin/mount_ntfs
# (the date folder might be different)
# then reboot
# to check if everything's alright
> ls -l /sbin/mount_ntfs*