VMware虚拟机 Ubuntu v15.04 和 Windows v8.1 共享文件夹

本文介绍如何在VMware虚拟机中实现Ubuntu 15.04与Windows 8.1之间的共享文件夹功能。首先确保安装了最新版的VMware Workstation 11并成功安装VMware Tools。然后通过一系列命令卸载open-vm-tools,安装git,并从GitHub获取补丁,最后编译并安装这些补丁来启用共享文件夹功能。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >


VMware虚拟机 Ubuntu v15.04 和 Windows v8.1 共享文件夹

Please ensure that latest Workstation 11 is installed.

首先确定安装了 VMware Tools,如下图。判断是否已成功安装了VMwa Tools的简单方法:检查虚拟机与宿主机能否互相进行复制/粘贴内容的操作,如果能,就是安装成功了,如果不能,就需要重新安装。

然后进行下面步骤。

Make sure open-vm-tools is not installed.
$ sudo apt-get remove open-vm-tools

1. Make sure the updates are done:
$ sudo apt-get update

2. Make sure git is installed
$ sudo apt-get install git

3. Run the command to get the tools from repository.
$ sudo git clone https://github.com/rasa/vmware-tools-patches.git

4. cd to vmware-tools-folder
$ cd vmware-tools-patches

5. Run the patch
$ sudo ./download-tools.sh
这里需要较长的时间。

6. Run the following patch
$ sudo ./untar-and-patch.sh

7. Run the complie.sh file
$ sudo ./compile.sh

8 进入mnt目录查看已经有hgfs目录了
$ cd /mnt/
$ ls
cdrom  hgfs
 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值