It should be like this

smbmount //192.168.0.X/test /data/dir -o
rw,username=tridge,password=foobar

Of course the directory /data/dir, or simular mount point, should be
created first

Test the NT server with 
smbclient -L NTserver -U validuser

You could also edit your /etc/fstab file to make it automagicly mount on
boot

//192.168.0.X/test   /data/dir  smbfs rw,username=tridge,password=foobar
0 0

Alternately automagic mount on boot could be obtained by placing the
command (smbmount //192.168.0.X/test /data/dir -o
rw,username=tridge,password=foobar) directly into /etc/rc.local

Regards

Stuart Clark



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
On Behalf Of Michael Gargiullo
Sent: Wednesday, 23 July 2003 5:57 AM
To: redhat mailing list
Subject: Re: network logon?

It doesn't quite work like that, that I've used.

You can mount Windows shares like so:

smbmount -rw username=cwiegand,password=whatever //ntserver/share
/networkshares/share


On Tue, 2003-07-22 at 15:22, [EMAIL PROTECTED] wrote:
> I recently set up a test box on my network with an NT4 PDC. How do I
get 
> RH9 to log into/authenticate with the PDC?
> 
> --
> Chip Wiegand
> Computer Services
> Simrad, Inc
> www.simradusa.com
> [EMAIL PROTECTED]
> 
> "There is no reason anyone would want a computer in their home."
>      --Ken Olson, president, chairman and founder of Digital Equipment

> Corporation, 1977
>  (Then why do I have 8? Somebody help me!)
-- 
Michael Gargiullo <[EMAIL PROTECTED]>
Warp Drive Networks


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to