The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > UNIX for Dummies Questions & Answers
.
google unix.com




Thread: SAMBA Help
View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #2 (permalink)  
Old 09-26-2007
porter porter is offline Forum Advisor  
Registered User
  
 

Join Date: Jan 2007
Posts: 2,965
Go into a command line and type


Code:
net use

to mount a drive I do the following..., I'm using "s:" as an example...


Code:
net use s: \\machine\share /USER:username

and to remove....


Code:
net use s: /d

does the result of "nslookup hostname" match the IP you use?