Main index | Section 5 | Options |
Alternatively, to load the driver as a module at boot time, place the following line in loader.conf(5):
smbfs_load="YES"
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.
MS-CIFS, Common Internet File System (CIFS) Protocol, December 2018.
https://tools.ietf.org/html/draft-heizer-cifs-v1-spec-00
Common Internet File System Protocol (CIFS/1.0), June 13, 1996.
, , ,SMBFS (5) | April 6, 2022 |
Main index | Section 5 | Options |
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 |