차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판이전 판
다음 판
이전 판
tech:osxfuse [2016/06/30 20:41] – [기타] V_Ltech:osxfuse [2020/06/15 04:32] (현재) 173.244.217.91
줄 1: 줄 1:
 +{{tag>macfuse osxfuse osx ntfs}}
 ======Osxfuse (macfuse, macfusion)====== ======Osxfuse (macfuse, macfusion)======
  
줄 9: 줄 10:
   - 프로젝트 홈: http://osxfuse.github.io/   - 프로젝트 홈: http://osxfuse.github.io/
   - 다운로드: http://sourceforge.net/projects/osxfuse/files/   - 다운로드: http://sourceforge.net/projects/osxfuse/files/
 +            https://github.com/osxfuse/osxfuse/releases (3.xx 버전 부터 깃허브 이용)
   - FAQ: https://github.com/osxfuse/osxfuse/wiki   - FAQ: https://github.com/osxfuse/osxfuse/wiki
   - 사용환경: Mac OS X 10.5 이상    - 사용환경: Mac OS X 10.5 이상 
줄 14: 줄 16:
 설치시 반드시 Macfuse 호환성 모듈도 같이 설치 해라..  설치시 반드시 Macfuse 호환성 모듈도 같이 설치 해라.. 
  
-{{tech/osxfuse설치.jpg?300|}}+{{:tech:osxfuse설치.jpg?300|}} 
  
 [[:더 이상의 자세한 설명은 생략한다]] [[:더 이상의 자세한 설명은 생략한다]]
줄 28: 줄 31:
  
  
-http://macfusionapp.org/+<del>http://macfusionapp.org/</del> 업데이트 안됨 
 + 
 +https://github.com/ElDeveloper/macfusion2/releases 이 것으로 할 것
  
   - osxfuse 설치   - osxfuse 설치
줄 45: 줄 50:
  
  
-같은 [[tech:unicode|UTF-8]] 을 사용하더라도 맥의 경우는 [[tech:osx|NFD]] 방식이라 옵션을 주어야 제대로 동작한다. 한글 파일/폴더가 보이기는 해도 접근을 할 수 없다((터미널에서는 잘되는데 파인더에서 해당 파일/폴더를 클릭하면 사라져 버리는 현상이 발생.))면 다음과 같은 옵션을 사용하면 된다.     +같은 [[tech:unicode|UTF-8]] 을 사용하더라도 맥의 경우는 [[tech:macos|NFD]] 방식이라 옵션을 주어야 제대로 동작한다. 한글 파일/폴더가 보이기는 해도 접근을 할 수 없다((터미널에서는 잘되는데 파인더에서 해당 파일/폴더를 클릭하면 사라져 버리는 현상이 발생.))면 다음과 같은 옵션을 사용하면 된다.     
  
 <code>    -o defer_permissions -o modules=iconv,from_code=utf-8,to_code=utf-8-mac</code> <code>    -o defer_permissions -o modules=iconv,from_code=utf-8,to_code=utf-8-mac</code>
줄 64: 줄 69:
 ((should not be enabled for shared filesystems. It may however speed things up on your own home directory. ((should not be enabled for shared filesystems. It may however speed things up on your own home directory.
 )) ))
 +  /Users/andy/Library/Application Support/Macfusion
  
  
-{{tag>macfuse osxfuse osx ntfs}}+=====기타===== 
 +[[sshfs]]