Showing posts with label virtualbox. Show all posts
Showing posts with label virtualbox. Show all posts

Installing VirtualBox Guest Addition on Centos

Tuesday, July 6, 2010 1:04 AM Posted by naz
Labels: ,

0

Log in as root and type in terminal:

  • yum install gcc -y
  • yum install kernel sources -y
  • yum install kernel-devel -y
Restart the system.
Mount the VboxGuestAdditions.iso.
Move to the following directory:

  • cd /media/VBOXADDTIONS_2.2.4_47978
As root execute:
  • sh ./VBoxLinuxAddtions-x86.run
Restart the system. Done.

as being mentioned here.

VirtualBox Shared Folder in Linux Guest-Vista Host Machine Setup

Saturday, March 13, 2010 2:05 AM Posted by naz
Labels:

0

Step by step guide:
  • Create a host machine folder to share to the guest machine for example in my case - D:\shared2guest
  • Add the folder to the shared folder properties of the Linux guest virtual machine and named it as shared2guest
  • Create a folder at /home/username/shared2guest to be the mount point of the VirtualBox shared folder in the Linux guest
  • So, for the Linux guest in VirtualBox, the command to use the shared folder is " mount -t vboxsf [shared folder name] [mount point]"
  • The command I was using is : " mount -t vboxsf shared2guest /home/noor/shared2guest"

I am by the way, logged on as the root and my linux guest is CentOS 5.4. In other case where you are not, refer to this.

Love,