mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 15:37:40 -04:00
Add note about how to load fusefs at boot time. Use fusefs instead of fully qualified fusefs.ko. PR: 264477 Reported by: grahamperrin@gmail.com Approved by: mi@ALDAN.algebra.com (maintainer, timeout > 2 weeks)
33 lines
781 B
Text
33 lines
781 B
Text
[
|
|
{ type: install
|
|
message: <<EOM
|
|
===> Basic Instructions:
|
|
|
|
Load fusefs:
|
|
# kldload fusefs
|
|
|
|
To load fusefs at boot time, add it to rc.conf:
|
|
# sysrc kld_list+=fusefs
|
|
|
|
After fusefs is loaded, and setting
|
|
# sysctl vfs.usermount=1
|
|
|
|
you should make .smb directory in your homedir:
|
|
% mkdir ~/.smb
|
|
|
|
Copy your smb.conf (usually in %%PREFIX%%/etc/) and
|
|
%%DOCSDIR%%/smbnetfs.conf to this directory:
|
|
% cp %%PREFIX%%/etc/smb.conf %%DOCSDIR%%/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
|
|
|
|
XXX Note, use of Gnome keyring was replaced in version 0.6.1 with
|
|
XXX libsecret, which this port does not enable by default.
|
|
EOM
|
|
}
|
|
]
|