From owner-freebsd-newbies@FreeBSD.ORG Tue Nov 30 18:41:19 2004 Return-Path: Delivered-To: freebsd-newbies@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A0DCE16A4CE for ; Tue, 30 Nov 2004 18:41:19 +0000 (GMT) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0178F43D48 for ; Tue, 30 Nov 2004 18:41:19 +0000 (GMT) (envelope-from smithcam@adelphia.net) Received: from [192.168.0.199] (really [68.169.225.230]) by mta13.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20041130184118.PYRF12490.mta13.adelphia.net@[192.168.0.199]> for ; Tue, 30 Nov 2004 13:41:18 -0500 Message-ID: <41ACBECF.6040000@adelphia.net> Date: Tue, 30 Nov 2004 10:41:19 -0800 From: Kevin Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.2) Gecko/20041120 X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-newbies@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: writable file system for windows X-BeenThere: freebsd-newbies@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Gathering place for new users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Nov 2004 18:41:19 -0000 I'm happily running 5.3-Release on a dual-boot system with windows. I have my NTFS partition mounted read-only on bsd so I can get files from windows. What is the safest method of writing files from bsd so that windows can read them ? Should I create a FAT partition in windows and mount this one rw for this purpose ?