码迷,mamicode.com
首页 > Windows程序 > 详细

孙其功陪你学之——ubuntu与windows文件共享

时间:2014-09-23 16:10:44      阅读:263      评论:0      收藏:0      [点我收藏+]

标签:windows   ubuntu   虚拟机   终端   linux   

本人安装的是VM虚拟机,在虚拟机安装的是Ubuntu12.10版本。如果想ubuntu与windows文件共享,一般需要先配置虚拟机共享文件。

bubuko.com,布布扣

bubuko.com,布布扣


然后再终端输入:sudo mount -t vmhgfs .host:/ /mnt/hgfs 

进入/mnt/hgfs/文件夹,就会看到共享的文件。

如果你不想每次都在终端输入命令,想直接开机之后就自动挂载,可以配置如下:

1、在终端输入命令:sudo gedit /etc/init.d/rc.local,打开rc.local文件,输入:sudo mount -t vmhgfs .host:/ /mnt/hgfs

bubuko.com,布布扣

2、在终端输入命令:sudo gedit /etc/init.d/rcS,打开rcS文件,输入:sudo mount -t vmhgfs .host:/ /mnt/hgfs

3、在终端输入命令:sudo gedit /etc/open-vm-tools,打开open-vm-tools文件,输入:sudo mount -t vmhgfs .host:/ /mnt/hgfs

然后再重新启动虚拟机,就会看到,共享的文件已经自动挂载到/mnt/hgfs/文件夹下了。


孙其功陪你学之——ubuntu与windows文件共享

标签:windows   ubuntu   虚拟机   终端   linux   

原文地址:http://blog.csdn.net/a350203223/article/details/39498287

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!