mariah@feddit.rocks to Linux@lemmy.ml · 14 days agoHow do I share a folder in virt-managermessage-squaremessage-square4fedilinkarrow-up133arrow-down10file-text
arrow-up133arrow-down1message-squareHow do I share a folder in virt-managermariah@feddit.rocks to Linux@lemmy.ml · 14 days agomessage-square4fedilinkfile-text
minus-squaredata1701d (He/Him)linkfedilinkEnglisharrow-up1·14 days agoWhen I exchange files between host and guest, I usually just go to the directory I want to share and run python3 -m http.server
When I exchange files between host and guest, I usually just go to the directory I want to share and run
python3 -m http.server