Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 2 Jan 2005 11:56:13 -0800 (PST)
From:      Gregor Mosheh <stigmata_blackangel@yahoo.com>
To:        Stefan Bethke <stb@lassitu.de>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: smbfs module + securelevel
Message-ID:  <20050102195613.61107.qmail@web53808.mail.yahoo.com>
In-Reply-To: <2B9804D8-5CF4-11D9-8D31-000A95C893E4@lassitu.de>

next in thread | previous in thread | raw e-mail | index | archive | help
Viel danke, Stefan!


--- Stefan Bethke <stb@lassitu.de> wrote:

> Am 02.01.2005 um 20:04 schrieb Gregor Mosheh:
> 
> > I am trying to mount a SMB share in the usual
> fashion:
> > mount -t smbfs //user@host/share /mnt
> >
> > And in response I get this:
> > smbfs: vfsload(smbfs): Operation not permitted
> >
> > I am running at securelevel 1, so it would make
> sense
> > if that were why I'm not allowed to load the
> module.
> > My question is: How do I have this module loaded
> > during the boot process, before the securelevel is
> > set? Is there a rc.conf variable to set? Or is
> > mentioning this smbfs share in the fstab
> sufficient?
> 
> To make sure a module is loaded, add a line to
> /boot/loader.conf:
> 
>      smbfs_load="YES"
> 
> I believe that you also might need to load
> libiconf.ko, if it isn't 
> pulled in automatically when loading smbfs:
> 
>      libiconf_load="YES"
> 
> 
> HTH,
> Stefan
> 
> -- 
> Stefan Bethke <stb@lassitu.de>   Fon +49 170 346
> 0140
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050102195613.61107.qmail>