Ubuntu – Configure VirtualBox Shared Folders


mkdir /mnt/vbox_share

mount.vboxsf SHARED_FOLDER /mnt/vbox_share

To mount this every time linux boots, edit the file /etc/rc.local and put the following line at the start:
mount.vboxsf VirtualBox /mnt/vbox_share

More: http://my-wd-local.wikidot.com/otherapp:configure-virtualbox-shared-folders-in-a-windows-ho

Leave a Reply

Your email address will not be published. Required fields are marked *