mounting smb share

Mike Maltese mike at pcmedx.com
Fri Dec 5 10:06:07 PST 2003


> 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 //username at server/share /mountpoint

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



More information about the freebsd-questions mailing list