From owner-freebsd-questions@FreeBSD.ORG Thu Jun 17 21:43:29 2004 Return-Path: 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 6A44B16A4CE for ; Thu, 17 Jun 2004 21:43:29 +0000 (GMT) Received: from outfbmx005.isp.belgacom.be (outfbmx005.isp.belgacom.be [195.238.3.106]) by mx1.FreeBSD.org (Postfix) with ESMTP id BC0BE43D39 for ; Thu, 17 Jun 2004 21:43:28 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx017.isp.belgacom.be (outmx017.isp.belgacom.be [195.238.2.116]) (8.12.11/8.12.11/Skynet-OUT-FALLBACK-2.22) with ESMTP id i5HG2Pkf031573 for ; Thu, 17 Jun 2004 18:02:25 +0200 (envelope-from ) Received: from outmx017.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i5HG2J4B018274 for ; Thu, 17 Jun 2004 18:02:19 +0200 (envelope-from ) Received: from lori.mine.nu (174-141.244.81.adsl.skynet.be [81.244.141.174]) with ESMTP id i5HG2FMG018243; Thu, 17 Jun 2004 18:02:15 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 5689A5E2; Thu, 17 Jun 2004 18:02:13 +0200 (CEST) Date: Thu, 17 Jun 2004 18:02:13 +0200 From: Geert Hendrickx To: Curtis Almond Message-ID: <20040617160212.GA2621@lori.mine.nu> References: <001501c45477$3b2fb440$6501a8c0@scooby0> <92b67e1b04061708195c3d1c4d@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <92b67e1b04061708195c3d1c4d@mail.gmail.com> User-Agent: Mutt/1.4.2i X-GPG-Key: http://www.win.ua.ac.be/~s005085/gnupgkey.txt X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en cc: freebsd-questions@freebsd.org Subject: Re: Shared Partition? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Jun 2004 21:43:29 -0000 On Thu, Jun 17, 2004 at 10:19:01AM -0500, Curtis Almond wrote: > I am pretty sure the only way to do this is to have a FAT32 partition. > I have not done this on FreeBSD but while playing with Xandros Linux > I was able to get read/write access using a FAT partition. FAT32 may be the only solution if you need read/write-access from both systems, but for stuff like mp3, it may suffice to mount your Windows NTFS-partition read-only. FreeBSD can do that with mount_ntfs(8). I have setup such a thing for someone. Read/write-access to a shared FAT32-partition, and read-only acces to a Win2k NTFS-partition. No problem whatsoever. GH