gedankensplitter/virtualbox.md

15 lines
547 B
Markdown
Raw Normal View History

2022-02-18 11:49:54 +00:00
# VirtualBox
### guest share
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:
2022-03-11 07:18:46 +00:00
`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.