From owner-freebsd-questions@FreeBSD.ORG Sun Nov 23 16:29:01 2003 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 0F13116A4CE for ; Sun, 23 Nov 2003 16:29:01 -0800 (PST) Received: from ms-smtp-02-eri0.southeast.rr.com (ms-smtp-02-lbl.southeast.rr.com [24.25.9.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 186BF43FBF for ; Sun, 23 Nov 2003 16:29:00 -0800 (PST) (envelope-from wegster@mindcore.net) Received: from mindcore.net (rdu163-100-105.nc.rr.com [24.163.100.105]) hAO0SwNW002764; Sun, 23 Nov 2003 19:28:58 -0500 (EST) Message-ID: <3FC150C8.1070704@mindcore.net> Date: Sun, 23 Nov 2003 19:28:56 -0500 From: Scott W User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.5) Gecko/20031007 X-Accept-Language: en-us, en MIME-Version: 1.0 To: paul van den bergen References: <200311241109.09724.pvandenbergen@swin.edu.au> In-Reply-To: <200311241109.09724.pvandenbergen@swin.edu.au> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: freebsd-questions@freebsd.org Subject: Re: mounting windows FS questions 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: Mon, 24 Nov 2003 00:29:01 -0000 paul van den bergen wrote: >Hi all, > >I have a dual boot machine.... Win2k + BSD... > >obviously I can mount the windows partition under BSD. >can I mount the BSD partition(s) under windows? > >I have been told that writing to the windows partition from BSD is kinda >dubious. why is this? is it possible to work around this? > > > > > Unsure if there's anything to mount BSD partitions from within Windows- I wouldn't be surprised, but as Windows uses broken/different permissions and file attributes, I wouldn't really want to do this. For mounting Windows filesystems, you can mount fat/vfat/fat32 partitions all day long read-write, but NTFS uses some sort of sequence IDs in their file attributes, which if ignored or screwed up, can cause serious issues on the filesystem....so in short, I don't mount NTFS read/write ;-) Scott