Command Section

SMBFS(5)                  FreeBSD File Formats Manual                 SMBFS(5)

NAME
     smbfs - SMB FS

SYNOPSIS
     To compile this driver into the kernel, place the following lines in your
     kernel configuration file:

           option NETSMB

     Alternatively, to load the driver as a module at boot time, place the
     following line in loader.conf(5):

           smbfs_load="YES"

DESCRIPTION
     The SMB driver is an implementation of the CIFS (Common Internet
     Filesystem) network protocol.

SEE ALSO
     smbutil(1), mount_smbfs(8)

STANDARDS
     Common Internet File System (CIFS) Protocol, MS-CIFS,
     https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-cifs/,
     December 2018.

     I. Heizer, P. Leach, and D. Perry, Common Internet File System Protocol
     (CIFS/1.0), https://tools.ietf.org/html/draft-heizer-cifs-v1-spec-00,
     June 13, 1996.

HISTORY
     The smbfs device driver first appeared in FreeBSD 4.4.

AUTHORS
     The smbfs device driver was written by Boris Popov <bp@FreeBSD.org>.  The
     manual page was contributed by
     Gordon Bergling <gbe@FreeBSD.org>.

FreeBSD 13.1-RELEASE-p6          April 8, 2020         FreeBSD 13.1-RELEASE-p6

Command Section

man2web Home...