From owner-freebsd-questions@FreeBSD.ORG Tue Aug 24 22:41:46 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 07079106567A for ; Tue, 24 Aug 2010 22:41:46 +0000 (UTC) (envelope-from bruce@cran.org.uk) Received: from muon.cran.org.uk (muon.cran.org.uk [204.109.60.94]) by mx1.freebsd.org (Postfix) with ESMTP id D92A98FC12 for ; Tue, 24 Aug 2010 22:41:45 +0000 (UTC) Received: from unknown (client-82-31-24-1.midd.adsl.virginmedia.com [82.31.24.1]) (using TLSv1 with cipher DHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) by muon.cran.org.uk (Postfix) with ESMTPSA id 612455F11; Tue, 24 Aug 2010 22:41:39 +0000 (UTC) Date: Tue, 24 Aug 2010 23:41:39 +0100 From: Bruce Cran To: "Thomas Mueller" Message-ID: <20100824234139.00007e50@unknown> In-Reply-To: <4c739685.g1aaLUnEPIT1pDne%mueller6727@bellsouth.net> References: <4c739685.g1aaLUnEPIT1pDne%mueller6727@bellsouth.net> X-Mailer: Claws Mail 3.7.4cvs1 (GTK+ 2.16.0; i586-pc-mingw32msvc) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Lingua franca file system Linux-NetBSD-FreeBSD? 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: Tue, 24 Aug 2010 22:41:46 -0000 On Tue, 24 Aug 2010 09:53:09 +0000 "Thomas Mueller" wrote: > What is the best choice for a file system that can be read, and > safely written to, by Linux, NetBSD and FreeBSD? I've not tried it recently, but I think UFS (both UFS1 and UFS2 seem to be supported) should work well; since 2.6.29 Linux has supported writing to UFS too; you may need to recompile the kernel to add support for writing depending on how old the kernel is, but http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=blob;f=Documentation/filesystems/ufs.txt;h=7a602adeca2b7399f04b50232c838a9aec305712;hb=HEAD says simply that ufs2 has read-write support. -- Bruce Cran