Add some information on accessing shared folder

I was unsure how to access the shared folder. Once I found it out, I wanted to share.
This commit is contained in:
Marcel Robitaille 2022-06-19 23:28:10 -04:00 committed by GitHub
parent 187da46c3b
commit 651a4d4955
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -535,6 +535,14 @@ You can install the minimal Samba components on Ubuntu using:
sudo apt install --no-install-recommends samba
```
If everything is set up correctly, the `smbd` address will be printed
when the virtual machine is started.
For example: ` - smbd: On guest: smb://10.0.2.4/qemu`.
If using a Windows guest, right-click on "This PC",
click "Add a network location",
and paste this address, removing `smb:`
and replacing forward slashes with backslashes.
SPICE WebDAV 🐧 🪟
----------------