tail head cat sleep
QR code linking to this page

Manual Pages  — SMBFS

NAME

smbfs – SMB FS

CONTENTS

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 sysutils/fusefs-smbnetfs port instead.

SEE ALSO

smbutil(1), mount_smbfs(8)

STANDARDS

https://docs.microsoft.com/en-us/openspecs/windows_protocols/ms-cifs/

MS-CIFS, Common Internet File System (CIFS) Protocol, December 2018.

https://tools.ietf.org/html/draft-heizer-cifs-v1-spec-00

I. Heizer, P. Leach, D. Perry, Common Internet File System Protocol (CIFS/1.0), June 13, 1996.

HISTORY

The smbfs device driver first appeared in FreeBSD 4.4 .

AUTHORS

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

SMBFS (5) April 6, 2022

tail head cat sleep
QR code linking to this page


Please direct any comments about this manual page service to Ben Bullock. Privacy policy.

Never write it in C if you can do it in `awk';
Never do it in `awk' if `sed' can handle it;
Never use `sed' when `tr' can do the job;
Never invoke `tr' when `cat' is sufficient;
Avoid using `cat' whenever possible.
— Taylor's Laws of Programming