freebsd-ports/sysutils/fusefs-smbnetfs/files/pkg-message.in
Edwin Groothuis 534f6a29af ports/116365: sysutils/fusefs-smbnetfs has a typo in the pkg-message
PR:		ports/116365
Submitted by:	"G. V. Tjong A Hung" <gvtjongahung@users.sourceforge&#8203;.net;;>
2007-09-23 03:57:21 +00:00

23 lines
586 B
Text

===> 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 %%PREFIX%%/etc/) and
%%PREFIX%%/share/doc/smbnetfs/smbnetfs.conf to this directory:
% cp %%PREFIX%%/etc/smb.conf %%PREFIX%%/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