From owner-freebsd-questions@FreeBSD.ORG Tue Nov 22 15:14:14 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 3DFEF16A41F for ; Tue, 22 Nov 2005 15:14:14 +0000 (GMT) (envelope-from lists@interpool.ca) Received: from simmts6-srv.bellnexxia.net (simmts6.bellnexxia.net [206.47.199.164]) by mx1.FreeBSD.org (Postfix) with ESMTP id 203F543D5D for ; Tue, 22 Nov 2005 15:13:41 +0000 (GMT) (envelope-from lists@interpool.ca) Received: from interpool.homeunix.com ([69.156.21.65]) by simmts6-srv.bellnexxia.net (InterMail vM.5.01.06.10 201-253-122-130-110-20040306) with SMTP id <20051122151340.YWZY29614.simmts6-srv.bellnexxia.net@interpool.homeunix.com>; Tue, 22 Nov 2005 10:13:40 -0500 Date: Tue, 22 Nov 2005 10:13:48 -0500 From: Gerry Freymann To: freebsd-questions@freebsd.org Message-Id: <20051122101348.00b15a29.lists@interpool.ca> In-Reply-To: <1132671589.707.21.camel@localhost> References: <1132671589.707.21.camel@localhost> Organization: Interpool Development www.interpool.ca X-Mailer: Sylpheed version 1.0.5 (GTK+ 1.2.10; i386-portbld-freebsd4.11) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-Originating-IP: [0] Cc: 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: Tue, 22 Nov 2005 15:14:14 -0000 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. Good luck! -gerry