Re: Can no longer access windows network in v7.10
Well in the smb.config you posted I saw this after closer reading:
I assume this is your share.
So it should read something like this:
Well in the smb.config you posted I saw this after closer reading:
[CMF]
path = /home/cmf
read only = No
guest ok = Yes
path = /home/cmf
read only = No
guest ok = Yes
So it should read something like this:
[cmf]
path = /home/cmf
read only = no
guest ok = yes
case sensitive = no
strict locking = no
force user = cmf
path = /home/cmf
read only = no
guest ok = yes
case sensitive = no
strict locking = no
force user = cmf
Comment