4 Copy config.in file to the config.local and edit it for your needs. Build
5 process requires kernel sources in order to compile KLD module. If you want
6 to use encrypted passwords you'll need an src/sys/crypto directory (sys-crypto
7 cvsup collection) because encryption process involves DES algorithm.
9 Note for FreeBSD-current: it have kernel module sources in the base
10 tree and requires options LIBMCHAIN and LIBICONV included in the kernel
11 config file. smbfs can be either compiled in the kernel or loaded as module.
13 If FreeBSD machine and SMB server uses different character sets you
14 may consider install ports/converters/iconv package (version 2.0 required).
16 Type 'make' to compile.
18 If you're running any previous version of smbfs, unmount all mounted
19 shares and unload an old module via 'kldunload smbfs' command.
25 'make install' command will copy compiled binaries to /usr/local/bin
26 directory and KLD module into /modules directory.
28 If you're running smbfs for the first time, it is also necessary to
29 run 'make makedev' command in order to create /dev/nsmb0 device.
34 KLD module can be loaded either manually:
38 or via loader.conf(5) file:
42 However it is not strictly necessary because mount_smbfs(8) command
43 will load it automatically.
45 Copy ./examples/dot.nsmbrc file into your home directory with ./.nsmbrc
46 name and edit it for your needs.
52 Please read mount_smbfs man page to get overview of command options.
54 Here is a quick example:
56 mount_smbfs -I hostname //bp@myserver/myshare /mnt
58 If something goes wrong, please try to find a problem and, if it is a bug
59 send me detailed description or patch. Before complaining about a bug, please
60 check the same operations with smbclient program included in the Samba package.
67 All files can be completly removed by typing 'make deinstall' in the