Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
examples/ | H | - | - | 139 | 101 | |
include/ | H | - | - | 569 | 330 | |
lib/ | H | - | - | 4,430 | 3,369 | |
mount_smbfs/ | H | - | - | 665 | 487 | |
smbutil/ | H | - | - | 1,085 | 840 | |
COPYRIGHT | H A D | 26-Nov-2011 | 1.6 KiB | 30 | 27 | |
CREDITS | H A D | 26-Nov-2011 | 285 | 12 | 6 | |
FREEBSD-upgrade | H A D | 26-Nov-2011 | 296 | 8 | 5 | |
HISTORY | H A D | 26-Nov-2011 | 6.4 KiB | 149 | 125 | |
INSTALL | H A D | 26-Nov-2011 | 2.1 KiB | 69 | 42 | |
Makefile | H A D | 26-Nov-2011 | 1.9 KiB | 88 | 59 | |
Makefile.inc | H A D | 26-Nov-2011 | 959 | 48 | 37 | |
README | H A D | 20-Mar-2019 | 1.5 KiB | 54 | 37 | |
config.mk.in | H A D | 26-Nov-2011 | 1 KiB | 38 | 28 | |
configure | H A D | 26-Nov-2011 | 29 | 4 | 1 |
README
1 2 3 SMB/CIFS protocol and SMB/CIFS file system implementation 4 for FreeBSD, version 1.4. 5 6 This is native SMB/CIFS filesystem (smbfs for short) for FreeBSD. 7It is a complete, kernel side implementation of SMB requester and filesystem. 8 9 Supported platform Comment 10 FreeBSD 4.X Port 11 12 FreeBSD 4.5 Everything available in the base system. 13 14 FreeBSD-current Everything available in the base system. 15 16 Darwin maintained in the Darwin's tree. 17 18 I would be very grateful for any feedback, bug reports etc. 19 20 Supported SMB servers: 21 Samba 22 Windows 95/98/ME/2000/NT4.0 (SPs 4, 5, 6) 23 IBM LanManager 24 NetApp 25 26 An updated version of this package can be retrieved from ftp server: 27 28 ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz 29 30 Performance 31 ========== 32 33 These are some performance benchmarks over a 10Mbit network: 34 35 Win95 machine as server: 36IOZONE: auto-test mode 37 MB reclen bytes/sec written bytes/sec read 38 1 512 339791 323416 39 1 1024 481067 431568 40 1 2048 648394 588674 41 1 4096 630130 583555 42 1 8192 671088 618514 43 44 Samba 2.0.6 as server: 45IOZONE: auto-test mode 46 MB reclen bytes/sec written bytes/sec read 47 1 512 409200 437191 48 1 1024 545600 596523 49 1 2048 729444 798915 50 1 4096 871543 919299 51 1 8192 900790 1024562 52 53Author: Boris Popov <bp@freebsd.org> 54