
[VMWare] 공유 폴더
Util
2025. 2. 11. 22:35
Virtual Machine Settings - OptionShared FoldersAlways enabledAdd - Host path 설정, 이름 설정 - Enable this sharevmware-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_otherorsudo mount -t fuse.vmhgfs-fuse .host:/ /mnt/hgfs -o allow_other