Mount shared folder (vbox) as another user
- by jlcd
I'm trying to mount my vbox shared folder every time my ubuntu starts.
So, I added an entry on /etc/init with this:
description "mount vboxsf Desktop"
start on startup
task
exec mount -t vboxsf Desktop /var/www/shared
Seems to work, except by the fact that all the files are owned by "root", and I don't have permission to write on the…