How to use Virstalbox to share files with Linux and Windows, and to move the mouse in and out Virtualbox freely without click Ctrl key, herewith what I have done to achieve both.

1, download 'VBoxGuestAdditions_4.3.12.iso'

2, in RH Linux of Virtualbox, access the iso file and install VBOXADDITIONS. 

a, [root@localhost VBOXADDITIONS_4.3.12_93733]# ll

dr-xr-xr-x. 2     2048 May 16 20:21 64Bit

-r-xr-xr-x. 1      647 Oct  9  2013 AUTORUN.INF

-r-xr-xr-x. 1     6966 May 16 20:12 autorun.sh

dr-xr-xr-x. 2     2048 May 16 20:21 cert

dr-xr-xr-x. 2     2048 May 16 20:21 OS2

-r-xr-xr-x. 1     5523 May 16 20:12 runasroot.sh

-r-xr-xr-x. 1  9942477 May 16 20:17 VBoxLinuxAdditions.run

-r-xr-xr-x. 1 20831744 May 16 20:35 VBoxSolarisAdditions.pkg

-r-xr-xr-x. 1 16917984 May 16 20:10 VBoxWindowsAdditions-amd64.exe

-r-xr-xr-x. 1   311584 May 16 20:01 VBoxWindowsAdditions.exe

-r-xr-xr-x. 1 10471664 May 16 20:02 VBoxWindowsAdditions-x86.exe

b, install and done, the mouse can move in and out freely

[root@localhost VBOXADDITIONS_4.3.12_93733]# ./VBoxLinuxAdditions.run 

Verifying archive integrity... All good.

Uncompressing VirtualBox 4.3.12 Guest Additions for Linux............

VirtualBox Guest Additions installer

Removing installed version 4.3.12 of VirtualBox Guest Additions...

Copying additional installer modules ...

add_symlink: link file /usr/lib/VBoxGuestAdditions already exists

Installing additional modules ...

Removing existing VirtualBox non-DKMS kernel modules       [  OK  ]

Building the VirtualBox Guest Additions kernel modules

Building the main Guest Additions module                   [  OK  ]

Building the shared folder support module                  [  OK  ]

Building the OpenGL support module                         [  OK  ]

Doing non-kernel setup of the Guest Additions              [  OK  ]

Starting the VirtualBox Guest Additions                    [  OK  ]

Installing the Window System drivers

Installing X.Org Server 1.13 modules                       [  OK  ]

Setting up the Window System to use the Guest Additions    [  OK  ]

You may need to restart the hal service and the Window System (or just restart

the guest system) to enable the Guest Additions.

Installing graphics libraries and desktop services componen[  OK  ]

3, share the folder in Virtualbox and access windows folder in Linux

watermark/2/text/aHR0cDovL2Jsb2cuY3Nkbi5uZXQvc2NydWZmeWJlYXI=/font/5a6L5L2T/fontsize/400/fill/I0JBQkFCMA==/dissolve/70/gravity/SouthEast" alt="">

[root@localhost VBOXADDITIONS_4.3.12_93733]# mount -t vboxsf Downloads /mnt

[root@localhost VBOXADDITIONS_4.3.12_93733]# cd /mnt

[root@localhost mnt]# ll

total 16269

-rwxrwxrwx. 1 root root     282 Oct  4  2009 desktop.ini

...

最新文章

  1. 来,一起让我们越来越懒,面向CSS、JS未来编程。(9.28已更新)
  2. Qt 工程 pro文件
  3. 【转载】CSS规范
  4. 关于Oracle10G在库内导数据时,用到的更新语句----ZT
  5. find grep 组合使用
  6. swift:创建滚动视图的图片轮播器
  7. hdoj 1406 完数
  8. 关于http与https区别
  9. SQL---索引---创建索引
  10. 前端lvs访问多台nginx代理服务时出现404错误的处理
  11. 安装 docker
  12. H5的缓存 manifest
  13. RHEL5.5的安装文档
  14. android 所有焦点问题
  15. ARKit从入门到精通(2)-ARKit工作原理及流程介绍
  16. bzoj 2453 : 维护队列 带修莫队
  17. 替代iframe新逻辑
  18. 2.UiSelector API 详细介绍
  19. lintcode-162-矩阵归零
  20. Bootstrap实现的页面

热门文章

  1. javascript笔记整理(函数)
  2. 中转server
  3. english: 遭遇
  4. [课堂实践与项目]NavigationController与TabBarController的综合使用及易错点分析(包含消息提醒,app更新)
  5. 用DELPHI的RTTI实现数据集的简单对象化
  6. django admin manytomany获取所选字段值
  7. 【ASP.NET Web API教程】1 ASP.NET Web API入门
  8. 7个基于Linux命令行的文件下载和网站浏览工具
  9. 怎样取消shutdown关机命令?-shutdown命令的使用解析
  10. Javascript实现简单的富文本编辑器