yosemite에 ntfs-3g와 osxfuse로 ntfs를 읽고쓰기로 마운트하기
먼저 Xcode를 설치합니다.
그 다음 터미날에서 ntfs-3g를 설치합니다.
brew install ntfs-3g
osxfuse-2.7.2 binary를 아래 링크에서 직접 다운받아 설치합니다.
그리고 링크를 확인하고 수정합니다.
> ls -l /sbin/mount_ntfs*
/sbin/mount_ntfs -> /System/Library/Filesystems/ntfs.fs/Contents/Resources/mount_ntfs
/sbin/mount_ntfs.orig -> /System/Library/Filesystems/ntfs.fs/Contents/Resources/mount_ntfs> unlink /sbin/mount_ntfs
> sudo ln -s /usr/local/Cellar/ntfs-3g/2014.2.15/sbin/mount_ntfs /sbin/mount_ntfs
> ls -l /sbin/mount_ntfs*
/sbin/mount_ntfs -> /usr/local/Cellar/ntfs-3g/2014.2.15/sbin/mount_ntfs
/sbin/mount_ntfs.orig -> /System/Library/Filesystems/ntfs.fs/Contents/Resources/mount_ntfs
'PC팁 > OSX' 카테고리의 다른 글
paralles에서 raw disk, partition을 추가하기 (0) | 2015.01.09 |
---|---|
PC 키보드를 사용 하 여 Macintosh에서 키보드 매핑 (0) | 2014.11.27 |
Firefox Command Line Options (0) | 2014.11.06 |
kextcache초기화 (0) | 2014.11.05 |
mac과 듀얼부팅하는 윈도우의 시간 바로잡기 (0) | 2014.11.02 |