tobimensch / aqemu

Official AQEMU repository - a GUI for virtual machines using QEMU as the backend
https://sourceforge.net/projects/aqemu/
GNU General Public License v2.0
502 stars 88 forks source link

folder sharing between host and guest #87

Open Golddouble opened 3 years ago

Golddouble commented 3 years ago

Version 0.9.2

I have added a folder for folder sharing. Then I have seen the message

"How to mount on the guest: The 9p filesystem module must be available on the guest mkdir /tmp/shared0; mount -t 9p -o trans=virtio shared0 /tmp/shared0 \ -o version=9p2000.L,posixacl,cache=mmap

So I was trying to find out, how to make the "9p filesystem module available on the guest" and found this: http://scientificlinuxforum.org/index.php?showtopic=2858

Quote:

Facts about 9pfs:

  • it will not work with windows guests (not coded for windows yet)

Question: Does this mean, that I can not share folders in Host and Guest with Windows 7?

Thank you.