반응형
- Virtual Machine Settings - Option
- Shared Folders
- Always enabled
- Add - Host path 설정, 이름 설정 - Enable this share
- vmware-hgfsclient 명령어로 공유 폴더 확인
- vi /etc/fstab 으로 vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0 입력
- reboot
- 그래도 안뜨면 마운트 시켜야함
/usr/bin/vmhgfs-fuse .host:/ /mnt/hgfs/ -o subtype=vmhgfs-fuse,allow_other
or
sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other
반응형