Return to BSD News archive
Path: euryale.cc.adfa.oz.au!newshost.anu.edu.au!harbinger.cc.monash.edu.au!news.rmit.EDU.AU!news.unimelb.EDU.AU!munnari.OZ.AU!news.ecn.uoknor.edu!news.cis.okstate.edu!newsfeed.ksu.ksu.edu!news.physics.uiowa.edu!math.ohio-state.edu!howland.reston.ans.net!newsfeed.internetmci.com!news.mathworks.com!uunet!in2.uu.net!news.artisoft.com!usenet From: Terry Lambert <terry@lambert.org> Newsgroups: comp.unix.bsd.freebsd.misc Subject: Re: Can FreeBSD mount Netbeui volumes? Date: Sat, 18 May 1996 15:56:37 -0700 Organization: Me Lines: 35 Message-ID: <319E55A5.68D66B93@lambert.org> References: <postmaster-0905961001120001@206.65.200.5> <319404CD.33E93F68@lambert.org> <4nfhjp$2f5@anorak.coverform.lan> <319D6A06.391D3E08@lambert.org> <4nla4n$p74@ghost.whirlpool.com> NNTP-Posting-Host: hecate.artisoft.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 2.01 (X11; I; Linux 1.1.76 i486) Andrew Gillham wrote: ] I *believe* it is: NETBios Extended User Interface. ] If I remember correctly, NetBEUI was "invented" when Micro$oft ] realized that an SMB server couldn't talk to more than 255ish nodes ] on one "network", and the only way was to use multiple NICs/networks ] or "extend" the protocol. (NetBIOS being the "protocol" (sic)) NetBIOS is the INT 2A (and thanks to Intel OpenNet, 2C) BIOS level interface to networks called by the INT 21 file handling routines. NetBEUI is definitely a wire protocol, not an API. The 255 node limit was the difference between the level 1 and 2 SMB protocol revisions (this one *is* documented in the samba docs). ] Just to make life fun, and not exclude any "hacks", lets run ] NetBEUI on the Ethernet_802.3 "frame type"... :) I don't think you can. The reason IPX works at all (Novell buggered the 802.3 implementation) is that its protocol number is an illegal length (everything can go to hell in a handbasket on DECNet networks; DECNet consistently sends illegally long packets. I think you *must* have 802.2 LLC for NetBEUI (if I had the OSI documents, I could tell you for sure -- but then, if I had those, I could thel you want it stands for 8-)). Terry Lambert terry@lambert.org --- Any opinions in this posting are my own and not those of my present or previous employers.