Install Guest Additions_use Shared Folders
May 16, 2012 Leave a comment
Let’s assume that we have Linux as a guest OS.
1. Install Guest Additions…
2. There will appear disk called like “VBOXADDITIONS_4.1.10_76836”. Copy content of the disk to another folder like this.
# mkdir /root/Desktop/addition
# cp /media/VBOXADDITIONS_4.1.10_76836 /root/Desktop/addition
# cd /root/Desktop/addition
# sh ./VBoxLinuxAdditions.run
It will install guest additions.
Now reboot the system.
To use shared folder do this:
1.
2. Click add
3.
4.
5. Mount the content of shared folder to guest directory, like this:
# mkdir /0
# sudo mount -t vboxsf rpm /0
Desired content will be located in /0.