First post, by rwGast
First of all I'm sorry if this is the wrong board to post on, wasn't really sure.
I am running a samba share on a raspberry pi, network name RasPi5. I am able to access it from all my other windows/linux boxes. It is an open share no PW needed. I read through this post
Working configuration for Win98 / Linux Samba share, and tried following all the instructions with no luck.
Im not sure what how to install/enable lanman. On the windows side I am using the same log in and password as my linux account, I turned on file sharing and have installed active directory update. I also edited the registry, following the other threads instructions.
This is the share part of my smb.conf on the pi
[NetStore]
comment= Network Shared Folder by Samba Server on Ubuntu
path = /mnt/netshare
force user = smbuser
force group = smbgroup
create mask = 0777
force create mode = 0777
directory mask = 0777
force directory mode = 0777
public = yes
read only = no
workgroup = WORKGROUP
netbios name = Raspi5
client ntlm auth = yes
client ntlmv2 auth = No
ntlm auth = yes
restrict anonymous = 1
server min protocol = NT1
lanman auth = no
client lanman auth = no
unix extensions = no
any ideas?