Qemu dir shareing

Hello!

I have an OpenSUSE 12.3 host OS, and i have a windows7 in qemu. I would like to share a folder from my host OS, to use this on windows7 in virtual machine. How can i do this on gui?

Please help me! Thank you very much! Sorry for my bad english.

Without any other restrictions you could use something like winscp on
windows to access the host’s SSH service to read files directly; this
should basically work out of the box as long as the host’s SSH service is
enabled and not blocked by firewalls.

You could also enable other services on the host for the same purpose:
SMB, FTP, NFS, etc.

Good luck.

Hmm. Could i do it like in oracle virtualbox? In virtualbox, i simply add a folder to the guest os.

I cant ping the host from the guest system.

On Mon, 18 Mar 2013 13:06:03 +0000, mohalaci wrote:

> Hmm. Could i do it like in oracle virtualbox? In virtualbox, i simply
> add a folder to the guest os.
>
> I cant ping the host from the guest system.

A quick google search turned up this:

http://wiki.qemu.org/Documentation/9psetup

Looks like that’s what you’re looking for.

Jim


Jim Henderson
openSUSE Forums Administrator
Forum Use Terms & Conditions at http://tinyurl.com/openSUSE-T-C

You should have the SUSE KVM documentation at your elbow, it’s very good
Http://doc.opensuse.org/documentation/htmlsingle/openSUSE/opensuse-kvm.html

See section 12.6

HTH,
TSU