Thinstation / thinstation

A framework for making thin and light Linux based images for x86 based machines and thinclients.
https://www.thinstation.net/
788 stars 188 forks source link

VirtualBox shared folder doesn't mount #739

Closed vhst closed 2 years ago

vhst commented 2 years ago

Shared folder doesn't mount in VirtualBox (tested with version 6.1.32). vboxguest package is installed.

/sbin/mount.vboxsf: mounting failed with the error: No such device

After a long research I've found out that the module vboxsf has not been compiled. Apparently it's because the code in the script file is commented. I've tried to uncomment, install kernel-keys port and compile the module but with no luck. vboxsf doesn't load:

modprobe: ERROR: could not insert 'vboxsf': Key was rejected by service

What was the reason for commenting that part of code? Is there a way to fix it somehow?

Thinstation commented 2 years ago

vboxsf code was merged into kernel 5.14. Try upgrading to that kernel