[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: mounting a netbios share in openbsd...



Thank you all for your advice. Too bad sharity light won't work for me. I'm
sure something is just misconfigured somewhere.. but I can't for the life of
me get it to actually connect to the windows machine. Windows keeps denying
it, saying bad user name or pass. Though, I have even tried specifying the
administrator user account and pass..... Sigh...... hell, smbclient works...
hehe.... Oh well, thanks a lot guys, I'll keep pluggin away at it.


Thanks,
Mike


----- Original Message -----
From: "Justin Honold" <list@honold.org>
To: "Dclaw" <dclaw@san.rr.com>; <misc@openbsd.org>
Sent: Saturday, March 16, 2002 11:42 PM
Subject: Re: mounting a netbios share in openbsd...


> install sharity-light package or port
> sudo chmod u+s /usr/local/sbin/shlight (if you want to be able to mount as
a
> user)
> sudo chmod u+s /usr/local/sbin/unshlight (if you want to be able to mount
as
> a user)
> vi /etc/hosts (add netbios sharing system)
> mkdir ~smb
> /usr/local/sbin/shlight //netbiosip/sharename ~smb -U username -P password
>
> ----- Original Message -----
> From: "Dclaw" <dclaw@san.rr.com>
> To: <misc@openbsd.org>
> Sent: Sunday, March 17, 2002 1:13 AM
> Subject: mounting a netbios share in openbsd...
>
>
> > I have had quite some trouble attempting to find a way to mount a
netbios
> > partition in openbsd. I understand that samba has a utility for this
> called
> > smbmount, but it is my understanding that this is only available under
> > linux, and also requires a kernel compile option... meaning that most
> > likely, it isn't available on openbsd at all. Can anyone recommend any
> > particular apps that I could use to do this? Or, at least affirm my
notion
> > that it can't be done?
> >
> > Thanks
> >
> > Mike