a $ is a special character in linux, you have to escape it like \$
Main Topics
Browse All TopicsHello,
I cannot mount my windows 2000 share on my ubuntu server box. I have
tried two different ways, but neither work. Eventually, I would like to
make a mount on boot in fstab.
ubuntu@ubuntu:~$ smbclient \\\\192.168.0.200\\install
Password:
Anonymous login successful
Domain=[WORKGROUP] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
I have no idea what NT_STATUS_BAD_NETWORK_NAME
anything on google. If I try using a valid username, it fails, but I
know that anonymous should work.
ubuntu@ubuntu:~$ sudo mount -t smbfs //192.168.0.200/install$ /mnt/
zandstra2
Anonymous login successful
4662: tree connect failed: ERRDOS - ERRnosuchshare (You specified an
invalid share name) SMB connection failed
Again, I could not find anything with ERRDOS on google. I know for a
fact the sharename is valid. There are also other shares that I know
exist that fail.
This is interesting, because I do not have direct access to the
windows 2000 box. I am 1000 miles away from both computers, but can ssh into ubuntu. I can have someone access the windows 2000, but not myself. I assume no changes are neccessary on the windows box to connect with samba?
This Question has been solved and asker verified All Experts Exchange premium technology solutions are available to subscription members.
Experts Exchange has been collecting answers to technology questions since 1996…3 million and counting! If you have a question, chances are we already have your answer.
If you can't find the exact answer you're looking for, ask our exclusive community of 50,000 experts. You’ll get a personalized answer from a trusted professional.
Thousands of free tech tips, tricks, how-to’s and tutorials are available in our peer reviewed articles section. See for yourself how smart our experts are, no login required.
Access the answers to your technology questions today.
30-day free trial. Register in 60 seconds.
Members of the expert community talk about why the experience at Experts Exchange is different than what you will find anywhere else.

Try it out and discover for yourself.
30-day free trial. Register in 60 seconds.
Join the community of experts here and help other tech pros by answering question in your area of expertise. You can earn FREE access to all Experts Exchange's premium features and resources.
yes it is a hidden share. Escaping the $ did not help. I ran this:
mount -t cifs -o username=***,password=***,
which returned:
mount error 13 = Permission denied
Refer to the mount.cifs(8) manual page (e.g.man mount.cifs)
I did not recognize cifs, so I also tried smbfs, which had the same output error. Do I have to install something additional for cifs? I know for a fact the user/password I tried is correct and should work.
I tried this also, which with smbfs, authenticated anonymous login but said no share found. With cifs it said error 13 - permission denied.
What is the difference between smbfs/cifs?
Hmm... Once again, I cannot login as a user it always gives NT_STATUS_LOGON_FAILURE.
If I try anonymous, It authenticates, but fails later.
smbclient //192.168.0.200/install\$
Anonymous login successful
Domain=[WORKGROUP] OS=[Windows 5.1] Server=[Windows 2000 LAN Manager]
tree connect failed: NT_STATUS_BAD_NETWORK_NAME
By the way thanks for your help so far.
Business Accounts
Answer for Membership
by: sanjoozPosted on 2007-09-13 at 05:44:34ID: 19883103
Why are you using dollar($) sign? It is hidden share or something like that?
Did you try without it?