I am trying to get my Windows Qemu KVM to be able to access the host Kubuntu filesystem, so that I can work with files on Linux and Windows at the same time. I tried looking for various guides online, but what I found are either outdated or inapplicable. The most up to dated guide I can find is this one, which I followed until it mentioned running the spice-webdav service, after which it says to run map-drive.bat, which would "map the shared folder, which is by default ~/Public". It gives an alternative to change the shared folder, which requires the use of virt-viewer instead.
- I found that using
virt-viewerstill doesn't let me configure the shared folder (the option is still blacked out and disabled). Any ideas on what I can try? - Even if I accepted the shared folder being
~/Public, I still don't know where it gets mapped to on Windows.
In case it helps, I have a folder sharing via smb, which I can use to transfer files, but I'm looking for something a program in Linux and Windows can both read and write to, for example mapping ~/Documents/ on Linux to C:\Users\User\Documents\ on Windows. I'd like my stuff in a single place, not scattered between systems.
Any ideas as to what I can try?
Thank you for your time.