Virtualization: how to share folders between Kubuntu guest and Windows host
56Is it possible to share folder among guest and host?
Often you need to access folders of the host from your guest virtual machine. This is now possible in most virtualization products. Here we will explain how to perform this operaton in VirtualBox. I have Kubuntu installed as guest on an windows host and I needed to access a shared folder in windows from kubuntu.
Simple step-by-step instructions
All you need to do is install the Guest Additions in Kubuntu.
Power off the virtual machine
Go to Machine > Settings… > Shared Folders
Click “Folder Path”, to browse for the folder to share.
Click “Folder Name”, enter a name to describe the sharing.
Click “OK” and start the virtual machine again.
Create a mount point which is an empty folder.
Code in a terminal the following:
sudo mount -t vboxsf folder path_of_mount_point
folder is the name you typed in earlier to describe the shareNow you can browse the shared folder
Stuff on Amazon
PrintShare it! — Rate it: up down flag this hub








