mirror of
https://git.freebsd.org/ports.git
synced 2025-05-04 23:47:37 -04:00
The filesystems category houses file systems and file system utilities. It is added mainly to turn the sysutils/fusefs-* pseudo-category into a proper one, but is also useful for the sundry of other file systems related ports found in the tree. Ports that seem like they belong there are moved to the new category. Two ports, sysutils/fusefs-funionfs and sysutils/fusefs-fusepak are not moved as they currently don't fetch and don't have TIMESTAMP set in their distinfo, but that is required to be able to push a rename of the port by the pre-receive hook. Approved by: portmgr (rene) Reviewed by: mat Pull Request: https://github.com/freebsd/freebsd-ports/pull/302 PR: 281988
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
|
|
}
|
|
]
|