shared folder on debian as guest is root

Discussions about using Linux guests in VirtualBox.
Post Reply
clahor
Posts: 5
Joined: 15. Jul 2019, 09:00

shared folder on debian as guest is root

Post by clahor »

hi
on a debian 's guest my shared folded is root , it's easy to fix :

#
mount -t vboxsf VB_share /media/sf_VB_share

sudo chown user:user sf_VB_share

it's what I do on each reboot but is it normal??

thx for answer
Post Reply