Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

samba

Status
Not open for further replies.

simanek

Programmer
Jan 19, 2001
137
US
Hi all,

I'm currently fighting with samba and my windows 2000 server and I could really use some help. The win2k server is named mp3-test and the directory on my linux box has been created as /test. I'm on an internal network with my ip address being 192.168.0.3 and the mp3-test at 192.168.0.1. Now I'm trying to mount the share, that i know other internal windows machines can see from my windows machine to my linux box. I've tried everything and i keep getting 'directory not found' errors. The command I use is:

/usr/sbin/smbmount //mp3-test/d /test -o username=mp3 password=mp3 ip=192.168.0.1

Any ideas why this is giving me that error? Thanks.

Mike
~~~~
"It's a Swingline!"
~~~~
 
Try this:

/usr/sbin/smbmount \\\\mp3-test\\d /test -o username=mp3
password=mp3 ip=192.168.0.1
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top