본문으로 바로가기

open-vm-tools and VMWare Shared Folders for Ubuntu guests

category Linux 2019. 1. 16. 11:15


vmwate의 ubuntu geust에서 호스트 공유폴더 접근법


아래 명령전에 /mnt/hgfs는 빈 디렉토리로 만들어 줘야 한다.

sudo mkdir /mnt/hgfs

아래의 명령이면 바로 접근가능

sudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other

구글검색

https://gist.github.com/darrenpmeyer/b69242a45197901f17bfe06e78f4dee3