|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
I think you mean :
mount -t smbfs -o username=Administrator,password=adminpassword //AMD450/C/ /var/tmp
which will probably complain that you are not root. smbmount does not
recognize -o, but appears to take -U and -P for the username and
password :
smbmount //AMD450/C/ /var/tmp -U Administrator -P adminpassword
On Tue, Mar 06, 2001 at 09:16:06AM -0500, Dennis Dougherty wrote:
> Try
> smbmount //AMD450/C/ /var/tmp -o
> username=Administrator,password=adminpassword
>
>
> On 5 Mar 2001, at 19:43, Derek Wildstar wrote:
> >
> > On Mon, 5 Mar 2001, Nicholas Vettese wrote:
> >
> > > I'm trying to mount a Windows 2000 share and I can't get it to work. (RH7
> > > w/all updates)
> > >
> > > My usage:
> > > [root@P200 /]# smbmount //AMD450/C/ /var/tmp username=Administrator
> > > password=adminpassword
> > > .....
>
>
> Dennis J. Dougherty, CPIM
> MIS Manager
> Pennsylvania Crusher Corporation
> ddougher@penncrusher.com
> http://www.penncrusher.com
> PH: 610-544-7200 ext 266
> Fax: 610-544-2514
>
>
> ______________________________________________________________________
> Philadelphia Linux Users Group - http://www.phillylinux.org
> Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
> General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
______________________________________________________________________
Philadelphia Linux Users Group - http://www.phillylinux.org
Announcements-http://lists.phillylinux.org/mail/listinfo/plug-announce
General Discussion - http://lists.phillylinux.org/mail/listinfo/plug
|
|