NetBSD/dist/smbfs
jdolecek 210e3d8b14 if the share name contains a dot, assume it's actually a server name
or server IP address - this allows 'mount_smbfs //192.168.0.1/foo /mnt'
to work as expected, i.e. being same as if -I 192.168.0.1 would be
specified too
perhaps we should resolve the IP to real NetBIOS name, but
apparently both Samba 2.2.8 and Windows XP accept the logon request
even when the NetBIOS name isn't correct

adresses PR kern/20991 by Robert Vargason
2003-04-09 09:12:38 +00:00
..
examples fix the name of global configuration file - it's /etc/nsmb.conf, not 2003-04-04 07:54:44 +00:00
include use /etc/nsmb.conf rather than /usr/local/etc/nsmb.conf by default 2003-04-04 07:41:32 +00:00
lib if the share name contains a dot, assume it's actually a server name 2003-04-09 09:12:38 +00:00
mount_smbfs sprinle __RCSID() 2003-04-04 08:05:32 +00:00
smbutil Import once more, this time stripping $'s from RCS Ids, so that they 2003-02-16 09:19:10 +00:00
COPYRIGHT Import the userland part of FreeBSD smbfs (mount_smbfs, smutil, libsmb) 2003-02-16 08:15:07 +00:00
CREDITS Import the userland part of FreeBSD smbfs (mount_smbfs, smutil, libsmb) 2003-02-16 08:15:07 +00:00
FREEBSD-upgrade Import the userland part of FreeBSD smbfs (mount_smbfs, smutil, libsmb) 2003-02-16 08:15:07 +00:00
HISTORY Import the userland part of FreeBSD smbfs (mount_smbfs, smutil, libsmb) 2003-02-16 08:15:07 +00:00
INSTALL Import the userland part of FreeBSD smbfs (mount_smbfs, smutil, libsmb) 2003-02-16 08:15:07 +00:00
Makefile Import once more, this time stripping $'s from RCS Ids, so that they 2003-02-16 09:19:10 +00:00
Makefile.inc Import once more, this time stripping $'s from RCS Ids, so that they 2003-02-16 09:19:10 +00:00
README Import the userland part of FreeBSD smbfs (mount_smbfs, smutil, libsmb) 2003-02-16 08:15:07 +00:00
config.mk.in Import once more, this time stripping $'s from RCS Ids, so that they 2003-02-16 09:19:10 +00:00
configure Import the userland part of FreeBSD smbfs (mount_smbfs, smutil, libsmb) 2003-02-16 08:15:07 +00:00

README


    SMB/CIFS protocol and SMB/CIFS file system implementation
		for FreeBSD, version 1.4.
    
    This is native SMB/CIFS filesystem (smbfs for short) for FreeBSD.
It is a complete, kernel side implementation of SMB requester and filesystem.

    Supported platform		Comment
	FreeBSD 4.X		Port

	FreeBSD 4.5		Everything available in the base system.

	FreeBSD-current		Everything available in the base system.

	Darwin			maintained in the Darwin's  tree.

    I'm would be very grateful for any feedback, bug reports etc.

    Supported SMB servers:
	Samba
	Windows 95/98/ME/2000/NT4.0 (SPs 4, 5, 6)
	IBM LanManager
	NetApp

    An updated versions of this package can be retrieved from ftp server:

    ftp://ftp.butya.kz/pub/smbfs/smbfs.tar.gz

    Perfomance
    ==========
    
    There is some perfomance benchmarks over 10Mbit network:
    
    Win95 machine as server:
IOZONE: auto-test mode
	MB      reclen  bytes/sec written   bytes/sec read
	1       512     339791              323416
	1       1024    481067              431568
	1       2048    648394              588674
	1       4096    630130              583555
	1       8192    671088              618514

    Samba 2.0.6 as server:
IOZONE: auto-test mode
	MB      reclen  bytes/sec written   bytes/sec read
	1       512     409200              437191
	1       1024    545600              596523
	1       2048    729444              798915
	1       4096    871543              919299
	1       8192    900790              1024562

Author: Boris Popov <bp@freebsd.org>