On my AcerAspireone I have Windows7 and Ubuntu. I have installed samba in order to access my windows files over a network (from W10).
I mounted the windows partition and created a share of the windows map in that partition. On the Ubuntu system the partition is mounted in /media/pp/Acer
.
I created a local network share for the Windows folder in /media/pp/Acer
and called it WindowsAcer2 and checked the "allow others...."
My smb.conf is:
[global]
workgroup = WORKGROUP
server string = Samba
Server %v
NetBIOS name = ubuntu
security = user
map to guest = bad user
name resolve
order = bcast host
dns proxy = no
[WindowsAcer2]
comment = W7dirWindows
path =/media/pp/Acer/
browsable = yes
writable = yes
guest ok = yes
read only = no
create mode = 0777
directory mode 0777
I have access to the windows files when I go to the mounted partition by /media/pp/Acer/Windows
, but I get the mentioned error when trying (on the same PC! with Ubuntu) to open the Network/WORKGROUP/Ubuntu//WindowsAcer2
shared map.
Anybody can help me on this one?