From owner-freebsd-questions@FreeBSD.ORG Wed Nov 23 02:21:18 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 1A23316A41F for ; Wed, 23 Nov 2005 02:21:18 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from S4.cableone.net (s4.cableone.net [24.116.0.230]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8A23B43D45 for ; Wed, 23 Nov 2005 02:21:15 +0000 (GMT) (envelope-from v.velox@vvelox.net) Received: from vixen42.vulpes (unverified [24.119.122.41]) by S4.cableone.net (CableOne SMTP Service S4) with ESMTP id 37700789 for multiple; Tue, 22 Nov 2005 19:40:34 -0700 Date: Tue, 22 Nov 2005 20:27:47 -0600 From: Vulpes Velox To: Gerry Freymann Message-ID: <20051122202747.3b00ee4b@vixen42.vulpes> In-Reply-To: <20051122101348.00b15a29.lists@interpool.ca> References: <1132671589.707.21.camel@localhost> <20051122101348.00b15a29.lists@interpool.ca> X-Mailer: Sylpheed-Claws 1.9.100 (GTK+ 2.8.7; i386-portbld-freebsd5.4) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-NotAscii: charset=us-ascii X-IP-stats: Incoming Last 1, First 187, in=327, out=0, spam=0 X-External-IP: 24.119.122.41 X-Abuse-Info: Send abuse complaints to abuse@cableone.net Cc: freebsd-questions@freebsd.org, kiffin@gish.demon.nl Subject: Re: Sharing filesystems between FreeBSD and Windows ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Nov 2005 02:21:18 -0000 On Tue, 22 Nov 2005 10:13:48 -0500 Gerry Freymann wrote: > On Tue, 22 Nov 2005 15:59:49 +0100 > Kiffin Gish wrote: > > >I have a home network running 3 desktop machines with Windows XP > >Pro, and a webserver, fileserver and laptop with FreeBSD 5.x. > > > >What's the best way to be able to exchange files and directory > >shares between the two environments? > > > >It would also be nice to share the printer which is connected to > >one of the Windows boxes via USB. > > > >I hear that Samba is the way to go, but also have heard about such > >client-based utilities like Sharity-light which also do the trick. > > I would install Samba on your FreeBSD box, which would allow the XP > machines to access the resources there. > > I've used sharity-light to go the other way (freebsd -> XP) but > found it even siimpler to use the built in mount support > > mount_smbfs > > The printer is doable too, although it can be more complicated > depending on what you have. Samba will assist in making that > happen, and you'll likely want apsfilter in there too. Any ways... I've seen samba mentioned a few times... from my experience you will need to turn on encryption for 3rd party smb servers. Under the NT branches you can get this by going to control panel, administrative tools, and then look for what ever it is used for editing local security policies. It will be in there.