===> Basic Instructions:
After kldload fuse.ko (see sysutils/fusefs-kmod documentation) and setting
# sysctl vfs.usermount=1
you should make .smb directory in your homedir:
% mkdir ~/.smb
Copy your smb.conf (usually in /usr/local/etc/) and
/usr/local/share/doc/smbnetfs/smbnetfs.conf to this directory:
% cp /usr/local/smb.conf /usr/local/share/doc/smbnetfs/smbnetfs.conf ~/.smb/
Make mountpoint for smb network and mount it:
% mkdir ~/mountpoint
% smbnetfs ~/mountpoint
Now you can get access to smb shares in your network, for example:
% cd ~/mountpoint/ip-addr
===> Registering installation for fusefs-smbnetfs-0.3.7
Вопросы:
1. "After kldload fuse.ko (see sysutils/fusefs-kmod documentation)"