Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
SMBFS(5)		      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.

       The smbfs filesystem driver supports only the obsolete SMBv1  protocol.
       smbfs  has  known  bugs and likely has security vulnerabilities.	 smbfs
       and userspace counterparts smbutil(1) and mount_smbfs(8)	may be removed
       from a future version of	FreeBSD.  Users	are advised  to	 evaluate  the
       filesystems/smbnetfs port instead.

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	14.3			 April 6, 2022			      SMBFS(5)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=smbfs&sektion=5&manpath=FreeBSD+14.3-RELEASE+and+Ports>

home | help