What happened to VBox shared files (vboxsf)?

I can no longer seem to get vboxsf to work. OM Lx Rock host virtualbox-6.0.8-2.x86_64.
Even with VBox Rock I get:

$ sudo mount -cit vbofsf Documents /home/ben79/shared
mount: /home/ben79/shared: unknown filesystem type 'vbofsf'.

This used to work, anyone know what I’m doing wrong? This is in guest machine:

$ lsmod | grep vbox
vboxsf                 40960  0
vboxvideo              45056  1
drm_kms_helper        208896  1 vboxvideo
ttm                   106496  1 vboxvideo
vboxguest              40960  4 vboxsf
drm                   499712  5 drm_kms_helper,vboxvideo,ttm
$ rpm -qa | grep virtual
...
virtualbox-guest-additions-6.0.8-2.x86_64

I can add that this happens from OM Lx 4.0 to Cooker it seems broken everywhere or I’m doing something wrong.

It’s a typo:

$ sudo mount -cit vboxsf Documents /home/ben79/shared

works. :hot_face: