VirtualBox: Full-Screen-Display and Share-Folder problem

Environment

Host: Windows 7
Guest: Ubuntu 12.04 32, Linux Mint 16 KDE 32


How to solve Full-screen-display problem?

Install Guest Additions (VBOXADDITIONS):
From the VirtualBox’s menu –> Devices –> Install Guest Additions(user: root)


How to solve share-folder problem?

Also, you should install Guest Additions first.

  1. Create a folder named vbox-temp(or other name) in Windows 7 in which you want to share something(file, software and so on) between host and guest systems:
    From the VirtualBox’s menu –> Devices –> Shared Folders

  2. Create a folder named vbox-share(or other name) in guest system(Ubuntu, Mint …) in which you want to see the files you shared in host system

    sudo mkdir /home/zfan/vbox-share
    
  3. Connect the share folder in host system and guest system(In this example: vbox-temp in host and vbox-share in guest)

    sudo mount -t vboxsf vbox-temp /home/zfan/vbox-share
    
  4. If you don’t want to do step 3 every time you start your guest(Ubuntu, Mint…), you can add this command to /etc/rc.local file before exit 0 line in guest nix(Linux kernal) systems

    sudo vi /etc/rc.local
    

    Then, modify rc.local like:

    ...
    sudo mount -t vboxsf vbox-temp /home/zfan/vbox-share
    exit 0
    ...
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值