<div dir="ltr"><div class="gmail-s-prose gmail-js-post-body">
                
<p>I run the VM using</p>
<pre><code>qemu-system-x86_64 -accel kvm,thread=multi -cpu host -smp 2 -m 4096 -drive file=mint20.3.qcow2,if=virtio \
-machine vmport=off \
-vga qxl -usb -device usb-tablet \
-spice port=5900,addr=127.0.0.1,disable-ticketing \
-device virtio-serial-pci \
-chardev spicevmc,id=spicechannel0,debug=0,name=vdagent \
-device virtserialport,chardev=spicechannel0,name=com.redhat.spice.0 \
-device virtserialport,chardev=charchannel1,id=channel1,name=org.spice-space.webdav.0 \
-chardev spiceport,name=org.spice-space.webdav.0,id=charchannel1
</code></pre>
<p>The access the VM using <code>remote-viewer spice://<a href="http://127.0.0.1:5900">127.0.0.1:5900</a></code></p>
<p>Then in the remote viewer I click:</p>
<p>File > Preference > Share folder > Choose a folder from the Host</p>
<p>Then In the host I click:
Nemo >  Network > Spice client folder</p>
<p>Then the directory is mounted and I can share files between guest and host.</p>
<p>I want to get rid of the clicks.</p>
<p>I think to mount a drive I have to use something like</p>
<p>mount -t davfs <a href="https://cs10.cloud.com:2078" rel="nofollow noreferrer">https://cs10.cloud.com:2078</a> /mnt/webdav</p>
<p>But I am not understanding what URL shall i use after <code>mount -t davfs</code></p></div></div>