Mwas alt (prob)@thelemmy.club to Linux@lemmy.ml • 3 months agoWhat vm software you use on linuxmessage-squaremessage-square21 fedilinkarrow-up143file-text
arrow-up143message-squareWhat vm software you use on linuxMwas alt (prob)@thelemmy.club to Linux@lemmy.ml • 3 months agomessage-square21 Commentsfedilinkfile-text
minus-squaredata1701d (He/Him)@startrek.websitehexbear5·3 months agoQemu/KVM and Virt Manager. I have three VMs that I pass my GPU to: a Hackintosh, a Windows 10, and and Windows 7. linkfedilink
minus-squareEugenia@lemmy.mlhexbear1·3 months agoI never found a way to share a Public folder with VirtManager though, I need to move files between host and guest. How would you go about it? linkfedilink
minus-squaredata1701d (He/Him)@startrek.websitehexbear2·3 months agoI go to the host folder I want to transfer files from and run ‘’’python3 -m http.server’’’. Then (I can’t remove if I use ‘’’ip a’’’ to find the IP address of the host or if I used mDNS), I use the guest web browser to download files. linkfedilink
Qemu/KVM and Virt Manager. I have three VMs that I pass my GPU to: a Hackintosh, a Windows 10, and and Windows 7.
I never found a way to share a Public folder with VirtManager though, I need to move files between host and guest. How would you go about it?
I go to the host folder I want to transfer files from and run ‘’’python3 -m http.server’’’. Then (I can’t remove if I use ‘’’ip a’’’ to find the IP address of the host or if I used mDNS), I use the guest web browser to download files.
And here I have just been using samba.