Created
July 24, 2016 12:50
-
-
Save rkJun/503a393184d0b42e4a4031c3b09a0af1 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
유료 프로그램을 사용하거나 (Paragon NTFS 같은), | |
무료 ntfs 3g (osx fuse & ntfs 3g) 를 사용하는 방법도 있고, | |
패러럴즈를 통해 가상 윈도7 에서 사용하는 방법도 있다. | |
여러가지를 다 사용해 봤지만, 아래 방법이 개인적으로는 가장 안정적인 느낌이다. | |
sudo vi /etc/fstab | |
LABEL=NAME none ntfs rw,auto,nobrowse | |
위의 NAME 은 디스크 볼륨명을 기입하면 된다 (띄어쓰기미지원으로 볼륨명은 이미 띄어쓰기가 없어야 한다) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment