赞
踩
因为Server版没有桌面,VMware Tools不能直接装,导致没办法共享文件。
Ubuntu中的包如果需要更新,先执行下面的步骤
sudo apt update
再执行
sudo apt upgrade
不需要更新的话,直接执行下面的步骤
先把open-vm-tools卸载了
sudo apt-get --purge remove open-vm-tools
再安装open-vm-tools
sudo apt-get install open-vm-tools
开启相关服务
- systemctl start open-vm-tools.service
- systemctl enable open-vm-tools.service
修改配置文件
vim /etc/fstab
在该文件末尾插入
.host:/ /mnt/ fuse.vmhgfs-fuse allow_other,defaults 0 0
其中/mnt/是共享文件夹在虚拟机中的路径
在VMware中设置共享文件夹
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。