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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

smbmount_smbfs problem

Status
Not open for further replies.

benp07

Technical User
Aug 31, 2001
87
US
i am running freebsd 4.6.2
i am using this command to mount a windows share from windows xp
mount_smbfs //user@server/share_name /path/to/mountpoint
and everytime i get this message
mount_smbfs: can't get server address: ssyerr = operation timed out
i have also tried this command
mount -t smbfs //user@server/share_name /path/to/mountpoint
and get the same message

can any one give me some ideas to try
thanks alot
Ben

 
try something like:

mount -o username=something,password=something,ip=something -t smbfs //usear@server/share_name /path/to/mountpoint
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top