1. 在vmware中设置windows共享目录 D:\02_VMShare

在这里插入图片描述
2. 在ubuntu中安装open-vm-tools,如已安装请忽略。

apt-get install open-vm-tools open-vm-tools-desktop
  1. 在ubuntu中root模式下用vmtools挂载共享目录
[root@ubuntu~]# vmware-hgfsclient //查看共享的目录
VMShare
[root@ubuntu~]#vmhgfs-fuse .host:/ /home/share -o nonempty -o allow_other

一定要加allow_other选项,不然之后的hgfs文件普通用户不能访问
如果之前没有加-o allow_other,提示:

fuse: mountpoint is not empty
fuse: if you are sure this is safe, use the ‘nonempty’ mount option

可将nonempty选项加到里面去

sudo vmhgfs-fuse .host:/ /mnt/hgfs -o nonempty -o allow_other
Logo

华为开发者空间,是为全球开发者打造的专属开发空间,汇聚了华为优质开发资源及工具,致力于让每一位开发者拥有一台云主机,基于华为根生态开发、创新。

更多推荐