This is an update on an earlier post, regarding read/write access to a shared folder on a host machine from a linux guest in Virtualbox:
mount -t vboxsf -o uid=1000,gid=1000 <folder name given in VirtualBox> /home/<user>/where/ever/you/want
To add ownership and automatically mount in virtualbox via vboxsf
in Ubuntu add to the /etc/rc.local
file before the exit 0
line
Leave a Reply