[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
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