add minor explanation

This commit is contained in:
coelner 2022-03-11 08:18:46 +01:00
parent 3d1b29ad34
commit c135dcf56f

View File

@ -4,4 +4,12 @@
FYI: _remember to mkdir a folder for this_
`sudo mount.vboxsf media /mnt/exchange`
after adding a guest share the users need access which is granted by a group:
`sudo usermod -G vboxsf -a $USER`
`sudo usermod -G vboxsf -a $USER`
sometimes it will generate a protocol error:
```
[ 6.646480] vboxsf: could not stat root of share: -71
[ 6.647218] 06:53:23.826079 automount Error: vbsvcAutomounterMountIt: Failed to mount 'exchange' on '/mnt/exchange': Protocol error (-1,71)
```
the workaround is to choose an new/other folder on the host system.