Oracle VM VirtualBox How to install enhancements and shared Folders __oracle

Source: Internet
Author: User
Tags oracle vm virtualbox vm virtualbox

I am based on the ubuntu11.10 version, and when the system is properly installed, follow these steps:

Introduction of how to install the enhanced features

1, choose the installation of Enhanced packaging package: The name of the package is generally: vboxguestadditions.iso;

Can be found under the VirtualBox installation directory.



2, the implementation: cd/media/vboxadditions_4.1.8_75467

sudo./vboxlinuxadditions.run

3, after the implementation of the installation command will see the following information:



This means that the installation has been successful, restart the system can be, sudo reboot

Second, how to share folders

1, click on "Equipment"--"allocation of data Space": Will pop up a data Space setting window, select "Add Data Space" here, then choose "Other" in "Data Space location", select the folder that you want to share under the host, here take share as an example, remember to select "Fixed allocation" this option. Click OK to do it;

2, re-enter the virtual Ubuntu, at the command line terminal input:

sudo mkdir/mnt/sharing creates a new mount point;

sudo mount-t vboxsf share/mnt/sharing mount

Execute under LS to see if there is a mount success.

Uninstall: sudo umount-f/mnt/sharing

3, if you do not want to be mounted after each boot, you can set up for automatic mount, if you have selected "auto-mount" option, you can see the/media/directory under the name Sf_name, for example, the shared folder name is share, then see Sf_share.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.