DragonFly users List (threaded) for 2006-06
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]
Re: SMBFS questions
On Wed, June 7, 2006 3:36 am, Gergo Szakal wrote:
> Hey, I am here again, with my n00b questions. :-)
> I would like to load smbfs support at boot time. How do I achieve it? i
> cannot even load it after boot, I get this:
In /boot/loader.conf:
libiconv_load="YES"
libmchain_load="YES"
smbfs_load="YES"
The libiconv and libmchain modules are necessary for support of smbfs;
they don't get automatically get loaded. (A potential project for anyone
with the skills.)
If you want to load it up now without rebooting:
# kldload libiconv
# kldload libmchain
# kldload smbfs
'kldstat' should then show you something like:
# kldstat
Id Refs Address Size Name
1 9 0xc0100000 5b753c kernel
... snip ...
7 1 0xd6c04000 3000 libiconv.ko
8 1 0xd6c49000 3000 libmchain.ko
9 1 0xd8460000 20000 smbfs.ko
[
Date Prev][
Date Next]
[
Thread Prev][
Thread Next]
[
Date Index][
Thread Index]