일상/메모
VMWare Sharing 디렉터리 마운트
LimSeongHyeon
2025. 6. 7. 16:29
$ sudo mount -t fuse.vmhgfs-fuse .host:/Kali /mnt/hgfs/Kali -o allow_other
</etc/fstab>
.host:/Kali /mnt/hgfs/Kali fuse.vmhgfs-fuse defaults,allow_other 0 0