I finally installed (on VM) the beta, and note that somehow the sharedfolder option doesn't stay permanently enabled.
Previously on the alpha VM, at first it didn't stay enabled, but after I ran the VM from an Arch-based distro (since you said the sharedfolder thing worked better in systemd), it finally stuck.
The beta VM's shared folder thing didn't stick after installation. So I booted into the same Arch distro, ran the VM, ran the command:
Code: Select all
sudo mount -t vboxsf -o uid=$UID,gid=$(id -g) Virtualbox-SharedFolder ~/sharedfolder
For both VM I am using VMSVGA. All the settings are the same AFAICT.
However, there is a difference in how the mounted Virtualbox-SharedFolder shows up in Thunar for both VM:
alpha:
beta1:
Has any other change in beta been effected to cause this?
Note: I tried the simpler
Code: Select all
sudo mount -t vboxsf Virtualbox-SharedFolder ~/sharedfolder
first, but had permissions issues for the Virtualbox-SharedFolder directory between my host and VM.
Even with the simpler command, the sharedfolder as mounted in beta VM's Thunar shows up (for that session) as "sharedfolder" rather than "Virtualbox-SharedFolder"