HOST 공유 디렉토리를 마운트하기. Windows, Share, Mount
OS 설치, VMWare 설치 관련참조 : https://kb.vmware.com/s/article/60262
1. sharedfolder 디렉토리에 "read/write permission to Everyone" 권한 주기
2. VMware VM Settings page에서 Share folder 를 "Always Enabled" 로 추가하기
3. vi /etc/fuse.conf 에서 #user_allow_other 에서 # 지우기
4. 명령으로 mount 하기 ( Share folder 가 mount directory 하부에 들어가지 않고, mount directory 그 자체가 됨 )
/usr/bin/vmhgfs-fuse .host:/sharedfolder /home/ec2-user/sharedfolder -o subtype=vmhgfs-fuse,allow_other
5. 명령을 fstab 에 설정하기 ( Share folder 가 mount directory 하부에 들어가지 않고, mount directory 그 자체가 됨 )
.host:/sharedfolder /home/ec2-user/sharedfolder fuse.vmhgfs-fuse defaults,allow_other 0 0
주의) Windows Volume 을 마운트 할 경우, Linux owner 나 rwx 모드가 안된다. 그래서 제대로 실행이 안되는 어플리케이션 ( docker-mariadb, docker-redis, docker-MLFlow ) 등이 있을 수 있다.
'OS 설치, VMWare 설치 관련' 카테고리의 다른 글
디스크 용량 늘리기, Ubuntu 20.04.2 LTS, Logical Volume 이 있는 경우 (0) | 2021.07.31 |
---|---|
VMWARE.OSBoxes.org 에서 Ubuntu 설치 (0) | 2021.07.15 |
2020-098.Oracle.VMWare.OracleLinux 에 설치하기 (0) | 2020.04.07 |
mac 설치 (0) | 2020.04.06 |
VMWARE.macOS Catalina 설치.오류.디스크가 안보일경우 (1) | 2020.03.12 |