DragonFly On-Line Manual Pages
SMBFS(5) DragonFly 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>.
DragonFly 5.9-DEVELOPMENT January 16, 2021 DragonFly 5.9-DEVELOPMENT