Mounting via
Code: Select all
sudo mount -t vboxsf -o uid=1000,gid=100 share /media/shareI read the following guide by the way: http://forums.virtualbox.org/viewtopic.php?f=29&t=15868
Code: Select all
sudo mount -t vboxsf -o uid=1000,gid=100 share /media/shareCode: Select all
sudo mount -t vboxsf -o rw,uid=1000,gid=1000 share /media/shareIt's the default for users, from /etc/groups:Perryg wrote:really? How did you get you user in a system group?
Code: Select all
users:x:100:user1,user2,user3Perryg wrote:The installation of the guest additions (in the guest) are mandatory to be able to use shared folders.