How to enable a Virtualbox shared folder for Linux guest systems

win:略

linux:

usermod -a -G vboxsf 'whoami'

chown -R 'whoami' :/home/'whoami'/share

注销重新登陆