qemu-devel.nongnu.org archive mirror
 help / color / mirror / Atom feed
From: "thomas.strasser.ext@etm.at" <thomas.strasser.ext@etm.at>
To: "qemu-discuss@nongnu.org" <qemu-discuss@nongnu.org>
Cc: "qemu-devel@nongnu.org" <qemu-devel@nongnu.org>
Subject: qemu smb access problem host: linux, guest: win10
Date: Fri, 27 Sep 2019 09:19:34 +0000	[thread overview]
Message-ID: <223422.542537691-sendEmail@md2evabc> (raw)

[-- Attachment #1: Type: text/plain, Size: 1410 bytes --]

Hello!

I have problems, accessing a shared folder from Windows 10 guest on my OpenSuse host machine.

I can access the shared folder in my virtual machine with \\192.168.0.4\qemu.
However, If I open it with explorer I get a Could not access \\192.168.0.4\qemu error.
In the Windows command line I"m getting a file not found message.
net use \\192.168.0.4\qemu works without any problems.
The permission of the shared folder (/opt/virtMachines/share-win10) and all files in it is rwxrwxrwx.

The smbd version is 4.7.11-git.153.b36ceaf2235lp150.3.14.1-SUSE-oS15.0-x86_64.
The qemu version is 2.11.2.

I start the qemu with the following options:


qemu-kvm -smp 8,sockets=2,cores=4,threads=1 -cpu host,kvm=on -m size=1024 -k de \
  -balloon none \
  -monitor unix:qemu-monitor-socket,server,nowait -daemonize \
  -cdrom /opt/virtMachines/dvds/empty.iso \
  -hda /opt/virtMachines/images/win10.qcow2 \
  -drive file=/opt/virtMachines/images/vs-and-tools.qcow2 \
  -drive file=/opt/virtMachines/images/src-and-build.qcow2 \
  -display sdl \
  -vga vmware \
  -netdev "user,id=mynet0,restrict=y,net=192.168.0/24,dhcpstart=192.168.0.130,hostfwd=tcp::2228-:22,hostfwd=tcp::2238-:3389,smb=/opt/virtMachines/share-win10" \
  -device rtl8139,netdev=mynet0 \
  -boot order=dc,menu=on -no-quit



How can I access my shared folder?

Thank you!

Have a nice day

   Thomas Strasser


[-- Attachment #2: Type: text/html, Size: 3895 bytes --]

                 reply	other threads:[~2019-09-27 12:32 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=223422.542537691-sendEmail@md2evabc \
    --to=thomas.strasser.ext@etm.at \
    --cc=qemu-devel@nongnu.org \
    --cc=qemu-discuss@nongnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).