IT 취미
Vmware 15 에서 윈도우 호스트/리눅스 게스트 공유폴더 자동 마운트
GwangGeun
2019. 10. 24. 15:26
# 아래 두 라인 중 하나를 /etc/fstab 파일에 추가 해 본다. (되는 녀석으로 사용할 것)
vmhgfs-fuse /mnt/hgfs fuse defaults,allow_other 0 0
.host:/ /mnt/hgfs fuse.vmhgfs-fuse defaults,allow_other 0 0