Performed following steps
On Ubuntu 20.04 host
$ sudo apt install samba
$ sudo nano /etc/samba/smb.conf
add following content at the bottom of the file
$ service smbd restart
-> login
no complaint
On Windows 10 guest
-> Windows/File Explorer
Tried
\\10.0.2.2
also
\\10.0.2.2\qemu
both unable to connect Samba server
Pls help. Thanks
Regards
On Ubuntu 20.04 host
$ sudo apt install samba
$ sudo nano /etc/samba/smb.conf
add following content at the bottom of the file
Code:
[LinuxHost]
comment = Host Share
path = /home/satimis
valid users = satimis
public = no
writable = yes
printable = no
-> login
no complaint
On Windows 10 guest
-> Windows/File Explorer
Tried
\\10.0.2.2
also
\\10.0.2.2\qemu
both unable to connect Samba server
Pls help. Thanks
Regards