From owner-freebsd-questions@FreeBSD.ORG Wed Dec 28 06:59:51 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 2C5FD16A41F for ; Wed, 28 Dec 2005 06:59:51 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: from lmail.bathnetworks.co.uk (mail.bathnetworks.com [84.92.24.252]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0FB1843D6B for ; Wed, 28 Dec 2005 06:59:48 +0000 (GMT) (envelope-from bsd@bathnetworks.com) Received: (qmail 21376 invoked by uid 510); 28 Dec 2005 07:02:10 +0000 Received: from 84.92.24.252 by lmail.bathnetworks.co.uk (envelope-from , uid 508) with qmail-scanner-1.24-st-qms (clamdscan: 0.87/1146. spamassassin: 3.0.2. perlscan: 1.24-st-qms. Clear:RC:0(84.92.24.252):SA:0(-3.7/5.0):. Processed in 2.420424 secs); 28 Dec 2005 07:02:10 -0000 X-Spam-Status: No, hits=-3.7 required=5.0 X-Antivirus-MYDOMAIN-Mail-From: bsd@bathnetworks.com via lmail.bathnetworks.co.uk X-Antivirus-MYDOMAIN: 1.24-st-qms (Clear:RC:0(84.92.24.252):SA:0(-3.7/5.0):. Processed in 2.420424 secs Process 21369) Received: from mail.bathnetworks.com (HELO ?84.92.24.252?) (bsd@bathnetworks.com@84.92.24.252) by lmail.bathnetworks.co.uk with SMTP; 28 Dec 2005 07:02:07 +0000 From: Robert Slade To: "freebsd-questions@freebsd.org" In-Reply-To: <20051227141209.A6D8.GERARD@seibercom.net> References: <20051227131407.BA44.GERARD@seibercom.net> <20051227124254.6e3d2301@grokwell.org> <20051227141209.A6D8.GERARD@seibercom.net> Content-Type: text/plain; charset=UTF-8 Message-Id: <1135753327.21128.11.camel@lmail.bathnetworks.co.uk> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 (1.4.6-2) Date: Wed, 28 Dec 2005 07:02:07 +0000 Content-Transfer-Encoding: 8bit Subject: Re: Quick Install Question 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, 28 Dec 2005 06:59:51 -0000 On Tue, 2005-12-27 at 19:18, Gerard Seibert wrote: > On Tuesday, December 27, 2005 1:42:54 PM > "Andrew L. Gould" > Subject: Re: Quick Install Question > Wrote these words of wisdom: > > > > > > > > Is the WinXP partition in the same computer that is running FreeBSD? Or > > is the NTFS partition a shared directory on a separate WinXP computer? > > (I was not aware that Samba could be used to read NTFS partitions > > residing on a FreeBSD computer.) > > > > The original poster wishes to dual boot WinXP and FreeBSD on the same > > computer. > > > > Andrew Gould > > > ***** REPLY SEPARATOR ***** > On 10/11/2005 5:29:42 PM, Gerard Replied: > > Actually, there are three computers. One is running FreeBSD 5.4 and the > other two have WinXP Pro installed. I networked all three together. The > WinXP systems are using the NTFS format. Samba can read and write to > both of the WinXP machines without any problems. > > I really do not know if this is germane to a dual boot system however. > It probably is not since WinXP would not actually be running when > FreeBSD was in this type of configuration. > > Fat32 is really a poor file system when compared to NTFS. It is too bad > that he is unable to get a second machine and use FreeBSD on it instead > of dual booting. > > Just my 2ยข. Gerhard, Just to clear up a point. In your case, Samba is not writing to NTFS. it is handling the communications between the 2 operating systems using the SMB protocol. The individual OS' handle to filing system input/outputs. The issue with FreeBSD reading and writing to NTFS directly is different. There is a driver that will allow FreeBSD to read NTFS, but because of the complexities of NTFS writing to it is dificult and whilst possible can cause the NTFS partition to become unreadable by XP. For info the best way of setting up dual booting of FreeBSD and XP is to use 3 partitions, 1 for XP using NTFS, 1 for FreeBSD and a 3rd Fat32 partition for data transfer. Rob