详解VirtualBox中与主机共享文件夹的方法(图文)
作者:xingoo 时间:2022-01-04 19:12:07
安装VirtualBox为了共享文件夹,折腾了一晚上!网上的很多资料都不是很全面,这里就全面的总结一下,如果有其他的疑问,可以留言多多交流。
VirtualBox下载地址,版本为5.1.2
设置共享文件路径
点击虚拟机 设置-->选择 共享文件夹
(图1 设置共享文件夹)
设置共享文件夹路径
1 选择路径
2 填写自定义的共享名称(在后面需要与挂载路径相对应)
3 设置自动挂载/固定分配
(图2 设置共享文件路径属性)
安装VirtualBox增强工具
先安装必备的包
执行下面的命令:
yum install -y gcc gcc-devel gcc-c++ gcc-c++-devel make kernel kernel-devel
安装完后,重启虚拟机:
shutdown -r now
点击 设置-->点击 安装增强功能...
(图3 点击设置)
自动执行安装 或者 进入目录/media/VBOXADDITIONS_5.1.2_108956,执行命令
./VBoxLinuxAddtion.run
得到输出内容
[root@localhost VBOXADDITIONS_5.1.2_108956]# ./VBoxLinuxAdditions.run
Verifying archive integrity... All good.
Uncompressing VirtualBox 5.1.2 Guest Additions for Linux...........
VirtualBox Guest Additions installer
Removing installed version 5.1.2 of VirtualBox Guest Additions...
vboxadd.sh: Stopping VirtualBox Additions.
vboxadd-service.sh: Stopping VirtualBox Guest Addition service.
Copying additional installer modules ...
Installing additional modules ...
vboxadd.sh: Building Guest Additions kernel modules.
vboxadd.sh: You should restart your guest to make sure the new modules are actually used.
vboxadd.sh: Starting the VirtualBox Guest Additions.
You may need to restart the the Window System (or just restart the guest system)
to enable the Guest Additions.
即安装成功!
挂载共享文件夹
切换到root用户输入挂载命令:
sudo mount -t vboxsf shared_file /home/xingoo/shared
注意格式为
sudo mount -t vboxsf 共享文件夹名称(在设置页面设置的) 挂载的目录
然后进入/home/xingoo/shared,就可以看到windows中的文件了
(图4 windows文件)
[root@localhost shared]# ll
total 337516
-rwxrwxrwx. 1 root root 149599799 Aug 15 21:29 apache-hive-2.1.0-bin.tar.gz
-rwxrwxrwx. 1 root root 196015975 Aug 15 21:31 hadoop-2.6.4.tar.gz
如果宿主机是windows经常需要来回的拷贝内容,那么可以打开【共享粘贴板】,步骤为:
设备-->共享粘贴板-->双向
以上就是本文的全部内容,希望对大家的学习有所帮助,也希望大家多多支持脚本之家。
来源:http://www.cnblogs.com/xing901022/p/5774677.html
标签:VirtualBox,共享文件夹
0
投稿
猜你喜欢
Linux中文本处理工具之sort命令详解
2023-08-28 15:19:58
Apache服务器配置全攻略(四)
2008-01-16 12:30:00
Godaddy主机控制面板的登录及概览
2010-05-05 13:08:00
使用命令行配置Windows 2008防火墙
2009-01-06 14:14:00
瑞典40家大型媒体网站同时遭DDoS攻击
2009-12-08 13:23:00
用ASP实现网页保密的两种方法
2007-09-19 12:13:00
centos7之如何进行ip和端口限制
2023-07-28 04:09:18
谈谈搜索引擎更新周期问题
2008-01-20 10:33:00
51wan高达10万大奖 寻找女一号
2009-10-22 15:11:00
Windows7正式发布 被称10余年来最重要产品
2009-10-28 11:12:00
2009最具运营价值的WEBGAME TOP10揭晓
2009-11-12 15:22:00
使用VMware虚拟机安装Linux(CentOS7镜像)
2022-05-13 08:01:06
友情链接交换与PR值更新总结
2007-09-28 11:55:00
中科院软件所张俊林:Baidu分词算法分析
2008-10-06 17:44:00
VM12 虚拟机使用桥接模式却连不上网的解决方法(图文讲解)
2023-08-26 06:48:10
调整Discuz 帖内图片最大宽度
2009-11-02 10:36:00
Windows 2000中任务时间表的帐号问题
2007-10-18 14:35:00
Ubuntu虚拟机下使用cutecom进行串口通信的方法
2023-10-13 05:53:05
如何删除并重新安装 IIS 和 Exchange
2010-02-25 19:18:00
一句话问答 搜索引擎优化的常见问题整理
2009-01-13 11:58:00