Make VirtualBox Shared Folder Mount read / write for a non-root User

This is just a note to myself. The command adds user oracle to the vboxsf  group. Don’t even try chmod or chown on the mount point, it won’t help. Replace oracle with your own uid.

sudo usermod -a -G vboxsf oracle

Speak Your Mind

*