All of lore.kernel.org
 help / color / mirror / Atom feed
* qemu smb access problem host: linux, guest: win10
@ 2019-09-27  9:19 thomas.strasser.ext
  0 siblings, 0 replies; only message in thread
From: thomas.strasser.ext @ 2019-09-27  9:19 UTC (permalink / raw)
  To: qemu-discuss; +Cc: qemu-devel

[-- 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 --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-09-27 12:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-27  9:19 qemu smb access problem host: linux, guest: win10 thomas.strasser.ext

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.