Gnome-boxes no access to shared folders from guest to host system

If have installed gnome-boxes from manjaro official repository on my Manjaro KDE Plasma host system. On boxes I have intalled Manjaro XFCE. It works so far. In the settings of the new virtual machine (Manjaro XFCE) I have given access to my host folders (settings → devices & shares → shared folders). See attachments.


shared-folders-short

I have also given access to my host folder via samba. But nothing is visible in the guest system.

But after having starting the VM (guest, Manjaro XFCE) and going into thunar nowhere I can find access to my host shared folders. What is wrong there?

Additionally the clipboard function between host and guest is also not working. There are no settings in boxes.

Hello Rulinux, I have never worked with boxes, but to have access to shared folders on VirtualBox you have to:

For Host:
Assign the group “vboxuser” to the user.

For Guest:
sudo usermod -a -G vboxsf userName

Maybe you have to do something similar for Gnome-Boxes?
I’m sure someone here knows better. :slight_smile:

Greetings

See
https://help.gnome.org/users/gnome-boxes/stable/clipboard.html.en

Also keep in mind that you need to set up the SPICE vdagent in your guest OS. And of course you need to use the Spice protocol to connect to the guest.

Last time I checked Gnome Boxes uses spice-webdav , so you really need the SPICE tools in your guest OS.

Thanks. I have found this description already before. But the setting seems not to exist.
I must be already preinstalled and no more settings do exist. I did not understand that the clipboard only works for text and pictures, e.g. screenshots. Not more.

FILES TRANSFER
I have found out that you can even get files from host to guest without extra samba and spice settings on the host. In the guest system select on the top right (3 vertical buttons). The first line it is written send files. (see attachment). But it is actually just an upload from the host to the guest not vice versa. Of course in the guest settings you have to give access first to specific folders on your host system.
send-file
CLIPBOARD

I found SPICE vdagent is already automatically preinstalled on the guest system. I did not install it on the guest system.

But what settings and how do I need to make in spice vdagent, spice protocol set up and may be spice-webdav?

However. What still does not work is to “send” / transfer files from the guest system to the host system in boxes!!