Re: mounting NT shares

2000-06-18 Thread Matthew Dalton
try: # smbmount "//servername/share" -c 'mount /mountpoint' (also: man smbmount) Matthew [EMAIL PROTECTED] wrote: > > Hiya > > I am not too certain as to the correct way to mount a share from an NT box > onto my linux server. > > I have been trying smbmount : //servername/share /mountpoint >

mounting NT shares

2000-06-18 Thread zdrysdal
Hiya I am not too certain as to the correct way to mount a share from an NT box onto my linux server. I have been trying smbmount : //servername/share /mountpoint however this does not seem to work for me. Is this the correct way or should i be using smbclient or something similar? thank you