Open Virtual Machine Tools
TIPs 2008. 9. 7. 15:57Host(windows) - Guest(Linux) 일때, vmware-tools 모듈 설치 안될때
http://open-vm-tools.wiki.sourceforge.net/Packaging 에서 다운
# ./configure
# make
# make install
# make
# make install
공유 폴더 설정시
# mount -t vmhgfs .host:/ /mnt/hgfs
or /etc/fstab 에 추가
.host:/ /mnt/hgfs vmhgfs defaults 0 0