Friday 6 November 2009

NT_STATUS_BAD_NETWORK_NAME

if you get this problem, first check this link:
http://www.linuxquestions.org/questions/linux-networking-3/samba-ntstatusbadnetworkname-340291/

second, check if your directory (path) that you wanna share (written in smb.conf) exist and correct.

third, add user samba, by smbpasswd -a usernameinOS , then type a password which will be used to access over samba.

if you have a prolem with wirte access, make sure you put "read only = no" under the share path config in smb.conf.

if you still have a problem, try the file system permission, chmod 777 the path.

Windows vs Linux

in windows if you put $ as last character of the share name (ex. share$) it will not be seen by RPC but can be accessed.

in linux, just put the "browseable = no" in the smb.conf under the share path name.

No comments:

Post a Comment