5.vmtools的安装和使用
问题1:vmtools的作用?
答案1:可以实现windows和Linux之间的粘贴复制和共享文件夹
问题2:如何安装?
1)虚拟机选项点击安装vmtools
2)解压安装包到 /opt/module/ 目录 生成 vmware-tools-distrib 文件夹
tar -zxvf VMwareTools-10.0.5-3228253.tar.gz -C /opt/module/
3)通过 ./pl 执行安装命令
./vmware-install.pl
4)一路默认设置,再reboot重启即可在windows和Linux之间进行复制。
问题2:如何实现共享文件夹(在 /mnt/hgfs/share/ 下可看见)?