Mwas alt (prob) to Linux@lemmy.mlEnglish • 3 months agoWhat vm software you use on linuxmessage-square104fedilinkarrow-up184arrow-down11file-text
arrow-up183arrow-down1message-squareWhat vm software you use on linuxMwas alt (prob) to Linux@lemmy.mlEnglish • 3 months agomessage-square104fedilinkfile-text
minus-squareEugenialinkfedilinkEnglish1•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?
minus-squaredata1701d (He/Him)linkfedilinkEnglish2•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.
minus-square@wildbus8979@sh.itjust.workslinkfedilink1•3 months agoInstall the quemu guest agent in the VM. For Linux and Windows you’ll even be able to drag and drop.
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.
Install the quemu guest agent in the VM. For Linux and Windows you’ll even be able to drag and drop.