NT_STATUS_BAD_NETWORK_NAME
By Jamsi • Jun 5th, 2007 • Category: LinuxWhilst trying to connect to a windows 2003 server via smbclient, I kept recieivng the error message “NT_STATUS_BAD_NETWORK_NAME”. After much google searching I found that the solution is to drop the trailing slash .. so simple .. so easy. I hate samba.
The error I kept receiving was
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
WRONG way
smbclient //server/Data/ -U james
CORRECT way
smbclient //server/Data -U james
Goodbye NT_STATUS_BAD_NETWORK_NAME !!
No related posts.
FREE NEWSLETTER -> Want Tech Tips Sent Straight to your Inbox?
Grab our Newsletter to Ensure your PC is Running Smooth!
Jamsi is currently studying a full time Bachelor of Computer/Business degree and working part time as an Internet Security Consultant.
Email this author | All posts by Jamsi























