본문 바로가기

Apple

[homebrew] ntfs 외장하드 읽기

출처: http://coolestguidesontheplanet.com/how-to-write-to-a-ntfs-drive-from-os-x-mavericks/


xcode가 설치되어 있어야 한다.

확인)

> xcode-select -p

경로가 나오면 있는 것이다. 설치는 앱 스토어를 이용하자


Homebrew 설치 (curl을 이용하여 다운을 받는다)

> ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"


설치가 끝나면 아래의 명령을 권장하더라

> brew doctor



ntfs 설치

1) 기존에 설치된 것 삭제 (옵션)

> brew remove fuse4x

2) ntfs-3g 설치

> brew install ntfs-3g

3) 기존 마운트 정보 백업

> sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.orig

4) 새로운 곳으로 링크

> sudo ln -s /usr/local/Cellar/ntfs-3g/2014.2.15/sbin/mount_ntfs /sbin/mount_ntfs

5) osxfuse 설치

> brew install osxfuse

나는 이미 'osxfuse-2.7.4'가 설치되어 있었다.(???)







'Apple' 카테고리의 다른 글

[Mac OS X] 주 언어로 한국어 사용  (0) 2015.05.04
[MacBook Pro] 첫 랩탑  (0) 2015.04.28
짜증짜증나는 Twitter앱  (0) 2012.10.28
2012년 iMac :: 두께는 마케팅 수단?  (0) 2012.10.24
iTunes 10 - 64비트?  (0) 2012.09.03