zoukankan      html  css  js  c++  java
  • Virtualbox mouse move in and out and file share with windows

    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



    [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
    ...


  • 相关阅读:
    db2缓冲池调优
    linux下安装rpm出现error: Failed dependencies
    linux下挂载磁盘
    db2 常见错误以及解决方案[ErrorCode SQLState]
    db2数据库表操作错误SQL0668N Operation not allowed for reason code "1" on table "表". SQLSTATE=57016的解决方法
    db2用户权限赋值
    db2查看当前用户模式及当前用户的权限
    loadrunner常用函数整理
    书上的脚本案例
    hdu 1711---KMP
  • 原文地址:https://www.cnblogs.com/yxwkf/p/5115804.html
Copyright © 2011-2022 走看看