随笔分类 -  vmware

摘要:1: 更新vm-tools yum -y install open-vm-tools 2: 执行挂载操作 vmhgfs-fuse .host:/ /mnt/hgfs 3: 重新进入./mnt / hgfs 即可看到共享文件夹 阅读全文
posted @ 2022-07-20 19:38 王东波 阅读(291) 评论(0) 推荐(0)
摘要:重新挂载即可,看以下步骤: 1,进入/mnt目录(没试过是否任意目录可以) 2,以下命令挂载该共享文件夹 ("share"改为通过 vmware-hgfsclient 命令得到的字符串) mount -t vmhgfs .host:/share /mnt/hgfs 3,如果报错 “mount: un 阅读全文
posted @ 2021-08-11 15:43 王东波 阅读(466) 评论(0) 推荐(0)