From owner-freebsd-questions@FreeBSD.ORG Mon Sep 26 20:31:41 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 2678216A41F for ; Mon, 26 Sep 2005 20:31:41 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from ezekiel.daleco.biz (southernuniform.com [66.76.92.18]) by mx1.FreeBSD.org (Postfix) with ESMTP id B268643D58 for ; Mon, 26 Sep 2005 20:31:40 +0000 (GMT) (envelope-from kdk@daleco.biz) Received: from [192.168.2.2] ([69.27.149.254]) by ezekiel.daleco.biz (8.13.1/8.13.1) with ESMTP id j8QKUTsY091644; Mon, 26 Sep 2005 15:30:52 -0500 (CDT) (envelope-from kdk@daleco.biz) Message-ID: <43385A5A.1010006@daleco.biz> Date: Mon, 26 Sep 2005 15:30:18 -0500 From: Kevin Kinsey User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.11) Gecko/20050923 X-Accept-Language: en-us, en MIME-Version: 1.0 To: kiffin@gish.demon.nl References: <433852A8.10900@gish.demon.nl> In-Reply-To: <433852A8.10900@gish.demon.nl> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Sharing data files on a dual-boot machine ... 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: Mon, 26 Sep 2005 20:31:41 -0000 Kiffin Gish wrote: > I have a dual-boot laptop running on the one hand > Windows XP (sorry) and on the other hand good old FreeBSD. > It is kinda sorry, but it seems a little better than Window ME. :D > My question: is it possible to exchange data files between > both both operaing systems in an easy and efficient way? > > For example, saving all my MP3s on a separate data partition > and playing the same music despite which operating system > I am using? Hrm. I'd say one way, most likely. FreeBSD should be able to read either FAT or NTFS partitions (I do it all the time), but AFAIK WinXP doesn't support UFS. So, you would want to put your mp3s on a FAT partition, most likely, as FreeBSD doesn't *write* NTFS very well (at all?) However, for strictly the example you give, it shouldn't be difficult, as long as the mp3 partition is FAT/FAT32..... Kevin Kinsey