From owner-freebsd-questions@FreeBSD.ORG Wed Dec 1 02:12:12 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 83F1C16A4CE for ; Wed, 1 Dec 2004 02:12:12 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.204]) by mx1.FreeBSD.org (Postfix) with ESMTP id 262AB43D3F for ; Wed, 1 Dec 2004 02:12:12 +0000 (GMT) (envelope-from ippiraman@gmail.com) Received: by wproxy.gmail.com with SMTP id 68so900548wra for ; Tue, 30 Nov 2004 18:12:11 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=ifXfxvmlw8tBoVFeDCNpJzGm5Jt3Hi4OmjsEWgSir9a3BSn7r9TBofmvV5gknDpL6jSBV49xADr6R+nwonxHT8oVc2qTcoXHcZ3BQRJwlc1/OUX9WSwohlHbs0SC2WA3pFyMO3xifKQvskd+ai0jCOPY56zpZixMDt44HTtrHQc= Received: by 10.54.27.9 with SMTP id a9mr411773wra; Tue, 30 Nov 2004 18:12:11 -0800 (PST) Received: by 10.38.102.4 with HTTP; Tue, 30 Nov 2004 18:12:11 -0800 (PST) Message-ID: Date: Wed, 1 Dec 2004 10:12:11 +0800 From: Irvin Piraman To: "Kevin D. Kinsey, DaleCo, S.P." , freebsd-questions@freebsd.org In-Reply-To: <41ACEC38.9070904@daleco.biz> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <41ACBECF.6040000@adelphia.net> <41ACCAF5.6090403@gautherot.net> <41ACCDD5.9080407@adelphia.net> <41ACEC38.9070904@daleco.biz> Subject: Re: writable file system for windows X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Irvin Piraman List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 01 Dec 2004 02:12:12 -0000 Here's my setup: I have two HDDs (40 GB + 30 GB). 40 GB is split in two NTFS for WinXP system files and FAT32 for my data files. FreeBSD is installed on the other hdd. This allows me to create a a back-up of my data files on my FreeBSD partition and have r/w access to the FAT32 on the other drive. HTH On Tue, 30 Nov 2004 15:55:04 -0600, Kevin D. Kinsey, DaleCo, S.P. wrote: > Kevin Smith wrote: > > > > > Hi-- My question is really directed at which type of file system I > > should > > choose for the shared area (bsd/windows) when I do the partitioning, > > rather than access. I seem to be able to mount NTFS partitions and > > read them, but my understanding is that they are unsafe to write to > > from bsd. At least on Linux this is the case. I want to be able to > > write > > files from bsd and read them in windows. The ext2fs system seems like > > one way, but I was hoping that I could use a native windows/dos file > > system > > that would not require any special mounting on the windows side. > > > > -K > > > > > > Olivier Gautherot wrote: > > > >> If you have no restrictions regarding ACL, this is the quickest way > >> to do so. > >> > >> You can also create an ext2fs file system, that can be mounted > >> read-only under Windows using Cygwin ;-) > >> > >> Cheers > >> Olivier > > > > Kevin, > > I don't *think*, (but am having a little trouble verifying) that > mount_msdosfs(8) will have any trouble with FAT 32; I know > I've read 'em; can't remember whether I had to write 'em or > not (I stick 'em in a FBSD box to backup before "flattening" > winboxen). I am sure FAT (FAT16?) would be OK. Maybe > Olivier or someone else can say. > > [ BTW, I think he was simply giving options, not suggesting > that ext2fs would be the best way. ] > > I did a small bit of perusal of the CVS commit logs and > the source for the mount utilities in question, but it's a > good bit over my head --- I can't determine (other than > reading the manpage) exactly how dangerous it would be, > (heck, I've not even figured out exactly how they do it *at all*) > but I agree that it seems risky to try it with NTFS based > on what we can see. Is there any way to try it as FAT32? > Like I said, I'm *pretty* sure I've done this often. > > Kevin Kinsey > > > _______________________________________________ > freebsd-newbies@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-newbies > To unsubscribe, send any mail to "freebsd-newbies-unsubscribe@freebsd.org" >