Hello all Ever since I updated my TW guest installation to TW version 20190403 last week I am no longer able to access my guest directories on a Leap 15.0 (and a now a Leap 15.1) host Reason : IMO is because the vboxsf.ko module did not compile. This might be due to the fact the directory where the Virtualbox ko modules are stored has moved lately on the new 5.0.5-1 kernel from : /lib/modules/`uname -r`/extra # where shared directories pointing to a Leap host system work OK to /lib/modules/`uname -r`/misc # where shared directories pointing to a Leap host system do not work OK The following is from TW version 20190403 (i.e. virtualbox shared directories are KO) TW:/lib/modules/5.0.5-1-default/misc # ls -l total 13072 -rw-r--r-- 1 root root 13383560 Apr 4 22:50 vboxguest.ko TW:/lib/modules/5.0.5-1-default/misc # zypper info virtualbox Loading repository data... Reading installed packages... Information for package virtualbox: ----------------------------------- Repository : Dépôt principal (OSS) Name : virtualbox Version : 6.0.4-2.3 Arch : x86_64 Vendor : openSUSE Installed Size : 38.6 MiB Installed : No Status : not installed Source package : virtualbox-6.0.4-2.3.src Summary : VirtualBox is an Emulator The following provides more info concerning my current virtualbox setup with lastest version of TW (where guest directories on my Leap host no longer work) ############################ # Shared directories KO ############################ TW:~ # cat /etc/os-release NAME="openSUSE Tumbleweed" # VERSION="20190403" ID="opensuse-tumbleweed" ID_LIKE="opensuse suse" VERSION_ID="20190403" PRETTY_NAME="openSUSE Tumbleweed" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:tumbleweed:20190403" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" # I was expecting the following grep to list vboxsf below but no such luck TW:~ # lsmod | grep vbox vboxvideo 40960 2 vboxguest 356352 4 ttm 114688 1 vboxvideo drm_kms_helper 204800 1 vboxvideo drm 499712 5 drm_kms_helper,vboxvideo,ttm TW:~ # TW:/lib/modules/5.0.5-1-default # cd /lib/modules/`uname -r`/misc TW:/lib/modules/5.0.5-1-default/misc # ls -trl total 13072 -rw-r--r-- 1 root root 13383560 Apr 4 22:50 vboxguest.ko TW:/lib/modules/5.0.5-1-default/misc # zypper info virtualbox Loading repository data... Reading installed packages... I have another setup on a sightly older TW VirtualBox guest installation as a backup and the my guest directories on my Leap 15.0 (and a now a Leap 15.1) host work fine. ############################ # Shared directories OK ############################ TW:/lib/modules/5.0.3-1-default/extra # cat /etc/os-release NAME="openSUSE Tumbleweed" # VERSION="20190325" ID="opensuse-tumbleweed" ID_LIKE="opensuse suse" VERSION_ID="20190325" PRETTY_NAME="openSUSE Tumbleweed" ANSI_COLOR="0;32" CPE_NAME="cpe:/o:opensuse:tumbleweed:20190325" BUG_REPORT_URL="https://bugs.opensuse.org" HOME_URL="https://www.opensuse.org/" # The following grep lists vboxsf as it should # lsmod | grep vbox vboxsf 53248 1 vboxvideo 40960 2 ttm 114688 1 vboxvideo drm_kms_helper 204800 1 vboxvideo drm 499712 5 drm_kms_helper,vboxvideo,ttm vboxguest 356352 5 vboxsf TW:/lib/modules/5.0.3-1-default/extra # ls -trl /lib/modules/`uname -r`/extra total 744 -rw-r--r-- 1 root root 94507 Mar 24 22:25 vboxsf.ko ************************* -rw-r--r-- 1 root root 662691 Mar 24 22:25 vboxguest.ko Regards James -- To unsubscribe, e-mail: opensuse-factory+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse-factory+owner@opensuse.org