From owner-freebsd-questions Thu Dec 21 23:36:30 2000 From owner-freebsd-questions@FreeBSD.ORG Thu Dec 21 23:36:28 2000 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from femail6.sdc1.sfba.home.com (femail6.sdc1.sfba.home.com [24.0.95.86]) by hub.freebsd.org (Postfix) with ESMTP id 7354C37B400 for ; Thu, 21 Dec 2000 23:36:28 -0800 (PST) Received: from cx443070b ([24.0.36.170]) by femail6.sdc1.sfba.home.com (InterMail vM.4.01.03.00 201-229-121) with SMTP id <20001222073628.FRXC15927.femail6.sdc1.sfba.home.com@cx443070b>; Thu, 21 Dec 2000 23:36:28 -0800 Message-ID: <000f01c06bea$36b4c5f0$aa240018@cx443070b> From: "Jeremiah Gowdy" To: , "Stuart Morse" , References: <00122206585602.13143@web1.tninet.se> Subject: Re: Sharing disks between Win32 and FreeBSD Date: Thu, 21 Dec 2000 23:38:44 -0800 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4133.2400 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG >> It would be nice to be able to generate my object > > code directly to the FreeBSD machine using a shared disk. Does > > FreeBSD support NETBUI, or should I use NFS? What are some of the > > pros and cons? NFS and NetBEUI are not the same type of protocol. NetBEUI is a non-routable _transport_ protocol like TCP/IP (except tcp/ip is routable). NFS is an application layer protocol like FTP, HTTP, etc. The term you're looking for is probably NetBIOS, which many people confuse with NetBEUI. Rather than either of those just say SMB (or CIFS) which is the NFS-like (Don't quote me on that) protocol that Microsoft uses for their file and printer sharing. FreeBSD has a Samba port. Samba is NetBIOS over SMB over TCP/IP. So, yes, FreeBSD can serve files to Windows computers using TCP/IP (not NetBEUI). In order to connect FreeBSD to your Windows shares you need to use Samba's smbclient, which is kind of like a *nix ftp client, or you can use the beta version of the SMBFS KLD module to mount Windows shares to your filesystem (bless the guy who wrote it. if I ever meet him, I will buy him all the beer he can handle.) It's remarkably stable for a beta. I will admit, I use it on a production box :) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message