主持人:Windows 10
嘉宾:Fedora 29 server
VMware:Workstation 15
我想和Fedora guest分享Windows的d:\workspace,
根据open-vm-tools的文件
我已经通过以下命令在Fedora上安装了open-vm-tools:
yum install open-vm-tools open-vm-tools-desktopVMware工作站Enable a Shared Folder for a Virtual Machine的文档没有open-vm-tools,下一步怎么办?
发布于 2019-04-15 16:02:30
下一步是在Fedora来宾文件系统中挂载共享文件夹:
vmhgfs-fuse .host:/workspace /home/myuser/workspace -o subtype=vmhgfs-fuse,allow_other有关使用vmhgfs-fuse的更多信息,请查看文档:Mounting Shared Folders in a Linux Guest
https://stackoverflow.com/questions/52811072
复制相似问题