Loading
2015. 10. 15. 12:10 - Reti

[MacOSX] NTFS 3G 설치 제거

관련글

[MacOSX] NTFS 3G 설치 제거

[맥] NTFS 쓰기를 하는 방법 드라이버 플러그설치하기 (무료)

[맥] NTFS 쓰기를 하는 방법 드라이버 플러그설치하기 (유료)


NTFS 3G

Sam Rothenberg edited this page 4 days ago · 7 revisions

 Pages 12

Clone this wiki locally

https://github.com/osxfuse/osxfuse.wiki.git

 Clone in Desktop

NTFS-3G for Mac OS X



Installation

Download and install the latest version of "FUSE for OS X" from http://osxfuse.github.io. When installing "FUSE for OS X" make sure to select the "MacFUSE Compatibility Layer" option. More information about the MacFUSE compatibility layer can be found in theFrequently Asked Questions.

"OS X 용 FUSE"의 최신 버전을 설치합니다. "의 OS X 용 퓨즈를"설치시 "MacFUSE 호환성 레이어"옵션을 선택해야합니다. 

If you don't have it yet, install "Homebrew" as described on http://brew.sh/.

당신이 아직하지 않은 경우 http://brew.sh/에 설명 된대로 설치.

Install latest "NTFS-3G" from Homebrew by opening a Terminal prompt and entering the following:

터미널 프롬프트를 열고 다음을 입력합니다.

brew install homebrew/fuse/ntfs-3g

Link NTFS-3G to the system location. In a Terminal prompt:

터미널 프롬프트를 열고 다음을 입력합니다.

sudo mv /sbin/mount_ntfs /sbin/mount_ntfs.original

sudo ln -s /usr/local/sbin/mount_ntfs /sbin/mount_ntfs

(If using El Capitan, System Integrity Protection's fs role will first need to be disabled.)

엘 카피 탄을 사용하는 경우, 시스템 무결성 보호의 FS 역할 먼저 해제해야합니다 .

Uninstallation

To unlink NTFS-3G to boot, open a Terminal prompt and enter the following:

연결을 해제 터미널 프롬프트를 열고 다음을 입력합니다.

sudo nvram boot-args="rootless=0"

[reboot]

sudo rm /sbin/mount_ntfs

sudo mv /sbin/mount_ntfs.original /sbin/mount_ntfs

sudo nvram boot-args="rootless=1"

[reboot]

To uninstall "NTFS-3G", open a Terminal prompt and enter the following:

터미널 프롬프트를 열고 다음을 입력합니다.

brew uninstall ntfs-3g