Is the NT share being exported from a Linux box?
I will explain how I mount actual NT shares from physical Nt boxes onto my
Linux box:
I have a server labeled "jerry-pdctpa" with a "netlogon" share. This NT box
is already avertising the netlogon share, so I do not "export" it from any
other machine.
Locally on my Linux box I have the following directory structure:
/NT/ServerNames/Share
so /NT/Jerry-PDCTPA/NETLOGON would be an example.
In order for me to mount this to my Linux box, I do the following:
mount -t smbfs -o username=nt_domain_uid,password=my_nt_domain_password
//jerry-pdctpa/netlogon /NT/Jerry-PDCTPA/NETLOGON
Keep in mind that the username and password I use to access the NT share is
NT specific.
I hope this helps.
Matthew Miller
-----Original Message-----
From: Mikes work account [mailto:mrock@stewartsigns.com]
Sent: Thursday, June 07, 2001 3:26 PM
To: slug@nks.net
Subject: [SLUG] more samba
I have entered the following command and get the results indicated,, I just
do not understand the response I am getting or know what to do about it,,,If
I am going to mount a fs,, don't I need an exports file on that server that
has the fs I want to mount?? And why don't I use smbmount instead if
mount?? When I use smbmount I get an explanation of the mount command and a
suggested syntax,,which does not work either,,,and it isjust like the
following:
mount -t smbfs -o username=rock,password=mypassword //nt_server/artfiles
/tmp/adfiles
I get:
# tree connect failed:ERRDOS -ERRnosuchshare (you specified an invalid share
name)
SMB connection failed
my smb.conf share looks like this:
[artfiles]
comment = Art Dept Files
path = //nt_server/f
public = yes
browsable = yes
writable = no
printable = yes
Michael C. Rock
This archive was generated by hypermail 2.1.3 : Fri Aug 01 2014 - 18:09:29 EDT