mounting smb share

2003-12-05 Thread IT Clown
Hi

Im having some trouble mounting an smb share.When i use the
following command i can access the smb successfully:
smbclient //server/share -U username.

When i use the following command i get bad passwd: mount -t
smbfs -O username=username //server/share /dir.

Any idea why i would get that?Thanks.

Regards
___
 Look Good, Feel Good www.healthiest.co.za

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: mounting smb share

2003-12-05 Thread Mike Maltese
> Im having some trouble mounting an smb share.When i use the
> following command i can access the smb successfully:
> smbclient //server/share -U username.
>
> When i use the following command i get bad passwd: mount -t
> smbfs -O username=username //server/share /dir.

mount_smbfs should look more like this:

mount_smbfs //[EMAIL PROTECTED]/share /mountpoint

It will then prompt you for a password unless you've configured ~/.nsmbrc
(and/or /etc/nsmb.conf).

___
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"