Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

use SAMBA to access NT share?

4 views
Skip to first unread message

tmaz

unread,
Dec 24, 2002, 9:50:13 AM12/24/02
to
Would it be possible to set up the smbclient to automatically mount a
Windows NT share for a specific user upon login? If so, what steps would
need to be taken. I tried using the mount command with smbfs option on my
linux system, but couldn't seem to get it to work even though I was using a
step-by-step how to.

Any suggestions would be appreciated.

Regards,

--
Tom Mazowski
--


Fao, Sean

unread,
Dec 24, 2002, 11:42:09 AM12/24/02
to
tmaz wrote:

> Would it be possible to set up the smbclient to automatically mount a
> Windows NT share for a specific user upon login? If so, what steps would
> need to be taken. I tried using the mount command with smbfs option on my
> linux system, but couldn't seem to get it to work even though I was using
> a step-by-step how to.

Without seeing what you have, it's hard to say what is going wrong. Would
you prefer that the mount take place at boot or during login?

Read the man pages on fstab, you will add something like,

//computer_name/share /mnt/dir smbfs username=uname,password=pass,noauto

The noauto is if you do *not* want it to mount automatically. I don't know
what kind of permissions, etc. you want on the mount so I'll leave that up
to you.

What command are you typing to perform the mount? Can you connect to the
computer using smbclient? Have you configured /etc/samba/smb.conf and
family? Post a little more about what isn't working and what you have done.

Hope this help...

Sean
--
Remove I-WANT-NO-SPAM from Email Address to reply.

0 new messages