惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Privacy & Cybersecurity Law Blog
V
V2EX
月光博客
月光博客
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
The Register - Security
The Register - Security
MongoDB | Blog
MongoDB | Blog
P
Privacy International News Feed
The Last Watchdog
The Last Watchdog
Security Archives - TechRepublic
Security Archives - TechRepublic
美团技术团队
Stack Overflow Blog
Stack Overflow Blog
博客园 - 司徒正美
博客园 - 三生石上(FineUI控件)
V
Visual Studio Blog
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
K
Kaspersky official blog
S
Secure Thoughts
T
Tenable Blog
Security Latest
Security Latest
The Cloudflare Blog
S
Security @ Cisco Blogs
H
Heimdal Security Blog
aimingoo的专栏
aimingoo的专栏
TaoSecurity Blog
TaoSecurity Blog
Blog — PlanetScale
Blog — PlanetScale
Microsoft Security Blog
Microsoft Security Blog
Schneier on Security
Schneier on Security
Webroot Blog
Webroot Blog
G
Google Developers Blog
www.infosecurity-magazine.com
www.infosecurity-magazine.com
Scott Helme
Scott Helme
IT之家
IT之家
Latest news
Latest news
The Hacker News
The Hacker News
C
Check Point Blog
T
The Exploit Database - CXSecurity.com
H
Hackread – Cybersecurity News, Data Breaches, AI and More
腾讯CDC
C
CERT Recently Published Vulnerability Notes
NISL@THU
NISL@THU
N
News | PayPal Newsroom
Forbes - Security
Forbes - Security
P
Palo Alto Networks Blog
S
Security Affairs
S
Securelist
Google Online Security Blog
Google Online Security Blog
WordPress大学
WordPress大学
Last Week in AI
Last Week in AI
C
Cybersecurity and Infrastructure Security Agency CISA
A
About on SuperTechFans

博客园 - cy163

.deb/.whl/.tgz/.tar/gz软件包安装方式(Ubuntu) 一份较为详细的深度学习资料汇总 Bert 时代的创新(应用篇):Bert 在 NLP 各领域的 站在BERT肩膀上的NLP新秀们(PART I) Google BERT应用之《红楼梦》对话人物提取 彻底搞懂BERT 醋 肩周炎 老人痴呆 治疗 【】tensorflow学习笔记 利用Vmware 创建Linux虚拟机的方法 什么是crf 明天(20171017)继续学习阅读的文章 使用Samba实现Linux与Windows文件共享实践 基于AllegroGraph实现Protege设计知识库模型的存储步骤 Impala Apache Hadoop 安装方法 人物关系网络图可视化 三维立体柱状图 EI 收录的期刊有哪些 计算直角坐标 与 大地坐标之间转换的 网上工具 有用网站
【管用】 使用VMtools实现主机Windows与虚拟机Linux文件共享
cy163 · 2017-10-05 · via 博客园 - cy163

实现windows主机与linux虚拟机文件共享,有很多方法,包括使用samba文件服务器等,本文介绍通过vmware虚拟机软件中的vmtools工具来实现文件共享。

一、环境

1、主机:Windows7

2、虚拟机:CentOS6.7(通过VMWare搭建)

二、实现过程:

1、设置共享目录

单击VMware的菜单“虚拟机”->"设置"

vm3.png

选择:“选项”-》“共享文件夹

vm4.png

点击“添加”按钮,选择共享的文件夹一直下一步即可。

vm5.png

注:添加共享文件夹后,记住要按”确定“保存设置

2、在共享文件夹放一些文件,做测试

建立三个文件夹做测试:

vm6.png

在虚拟机执行reboot命令重启

3、通过vmware加载vmtools:(相当于把系统盘放到光驱中)

单击VMWare的菜单项“虚拟机”->"安装VMware Tools(T)"选项

vm1.png

4、在虚拟机中安装vmtools:

进入shell:

(1)挂载光盘设备:

如出现设备只读提示

mount: block device /dev/sr0 is write-protected, mounting read-only,不用管它

(2)进入/mnt目录,安装vmtools

vm2.png

cp cp VMwareTools-9.9.3-2759765.tar.gz /root    

cd /root

tar -zxvf VMwareTools-9.9.3-2759765.tar.gz

cd vmware-tools-distrib/

运行vmware-install.pl,然后一路回车即可

5、进入虚拟机/mnt目录下:

发现有一个hgfs的目录,下面有个share目录,即我们设置的共享目录