Uploaded by DionDeVille on Nov 26, 2009
Create and access shared folders and hard drives from virtual machines created in VirtualBox and get Linux guests to automount them at boot.
Step-by-step instructions are:
1. Notice the directory for /media (in the video) contains only 4 folders, initially
2. Go to Devices/Shared Folders in the top bar menu
3. Enter the address of the folder to be shared (in the video this is /media/disk)
4. Enter a name for the shared folder as it is to be seen by the guest OS (in the video it is called "disk")
5. Click OK
6. Open a terminal and write
sudo mkdir /media/(name of shared media)
sudo mount -t vboxsf (name of shared folder as seen my the guest) /media/(name of shared media)
In the video those two lines are written as
sudo mkdir /media/disk
sudo mount -t vboxsf disk /media/disk
7. Make the shared media automount by adding the mount command (e.g sudo mount -t vboxsf disk /media/disk) into the file rc.local by opening it with a text editor and placing the mount command before "exit 0". For example
Open Terminal and type
kdesudo kate /etc/rc.local
then edit the file as demonstrated in the video.
8. Notice the directory for /media (in the video) now contains 4 folders plus the one we've just added i.e /media/disk
Warning: do not delete the mount point without first unmounting the shared media with "umount /media/(name of shared media)" otherwise you will delete the content of the shared media.
More detailed instructions for setting up shared media and using VirtualBox (from start to finish) can be found at http://journalxtra.com/virtualbox
Category:
Tags:
- virtual box
- shared folders
- virtual machines
- how2
- guide
- learn how to
- instructions for
- accessing shared media
- automount shared media
License:
Standard YouTube License
-
1 likes, 0 dislikes
3:08
How To Transfer Files From A Host Pc To A Virtual Boxby 2reallyboredguys11,851 views
1:57
How to access shared folders on VirtualBox on Windows Vista/7 Guestby RizalSadeli16,429 views
3:24
Access Shared Folder On XP from Ubuntu 8.10 in WLANby xavierig2,422 views
5:22
[HowTo] Enable file sharing in VirtualBox between Ubuntu(Host) & XP(Guest) OSby Tru3m0sl3m68,191 views
1:06
MEMUP MediaDisk DNX Seriesby MemupDotCom3,241 views
8:17
Ping of Deathby Gregorpm5,643 views
6:33
Virtualbox Share folder Windows Guest Linux Host with The .jar Barby thejartender1,053 views
6:03
Domino 8.5.1 on OpenSUSE Part 6C - Network Bridge and Shared Foldersby spanky762228 views
3:34
FIle sharing in virtualboxby manuugadu5,956 views
3:20
Virtualbox XP on Ubuntu (Gutsy) Hostby siralphred8,222 views
5:14
Ubuntu 9.10 how to setup VirtualBox with USBby linden9403,251 views
1:34
How to Make and Connect to a Shared Drive or Folderby guides4tech7,237 views
4:24
Folder Sharing in Virtual Boxby grngrn225,797 views
2:39
Sharing Folders in Virtual Box.mpgby schmolze548 views
8:06
Tutorial: How to Install Samba on an Ubuntu Linux Server and Share Files Anonymously on a LANby ReicheltAcademy16,062 views
1:15
Access shared folders in Windows Vista/7 Guest in VirtualBoxby PCProKids72,480 views
9:50
Tutorial: How to Share a Folder and Files Between Your Host Machine and Your VirtualBox Linux Serverby ReicheltAcademy8,693 views
4:09
installing guest additions in virtualboxby linuxandfriends14,190 views
6:49
Enable USB support and folder sharing in virtualboxby radhavictory4,248 views
8:28
File Sharing With Ubuntu 9.04 Using Sambaby pcmedianet102,390 views
- Loading more suggestions...
Link to this comment:
All Comments (0)