ubuntu下想设置共享文件夹
需要安装VMware Tools工具
但是安装的时候提示下面的
open-vm-tools are available from the OS vendor and VMware recommends using
open-vm-tools. See http://kb.vmware.com/kb/2073803 for more information.
Do you still want to proceed with this legacy installer? [no]
这是因为VMware 推荐使用操作系统供应商提供的 open-vm-tools,而不是使用旧版安装程序(legacy installer)安装 VMware Tools。这是因为 open-vm-tools 是 VMware Tools 的开源实现,它提供了一系列的虚拟化工具,可以改善在 VMware 环境中虚拟机的功能、管理和维护。
直接安装open-vm-tools工具就可以了
打开终端。
更新包索引:
sudo apt update
安装 open-vm-tools:
sudo apt install open-vm-tools
重启虚拟机以完成安装:
sudo reboot
最后设置共享文件夹成功