- Thread Author
- #1
OK, so I installed Windows using QUEMU and Virtmanager, configured everything and I want to share some folders in it. I saw the Samba method and it looked waay to hard to set up. I'm lazy so I just installed
and set up a virtual file system inside Virtmanager from the GUI entering the path to my folder. Everything works out of the box! But when I try to add another folder from my Linux system as a shared folder trough the Filesystem in Virtmanager it's not being shared. Any help would be appreciated.You must have 10 posts to see the links. Currently you had 0 posts.
Steps to Reproduce:
- Install Windows in VM: Use QEMU and VirtManager to install and configure a Windows VM.
- Set up Folder Sharing:
- Skip Samba setup.
- Install WinFSP in the Windows VM.
-
Code:
#Starts the VirtIO-FS service sc start VirtioFsSvc #Makes it sticky - start on every restart sc create VirtioFsSvc binpath="C:\Program Files\Virtio-Win\VioFS\virtiofs.exe" start=auto depend="WinFsp.Launcher/VirtioFsDrv" DisplayName="Virtio FS Service"
- In VirtManager, configure a virtual file system via the GUI by entering the path to the folder to the Linux system.
- Initial folder sharing works as expected.
- Attempt to Add Another Shared Folder:
- Use VirtManager's GUI to add an additional folder via the Filesystem option.
- The second folder does not appear or is not shared.
- Only the first folder is recognized and shared by Windows