From owner-freebsd-questions@FreeBSD.ORG Tue Sep 23 21:29:26 2008 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 D5CD8106567A for ; Tue, 23 Sep 2008 21:29:26 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from viefep14-int.chello.at (viefep18-int.chello.at [213.46.255.22]) by mx1.freebsd.org (Postfix) with ESMTP id 23CCA8FC24 for ; Tue, 23 Sep 2008 21:29:25 +0000 (UTC) (envelope-from gandalf@shopzeus.com) Received: from [192.168.2.175] (really [89.134.231.52]) by viefep11-int.chello.at (InterMail vM.7.08.02.02 201-2186-121-104-20070414) with ESMTP id <20080923211333.WIXL23766.viefep11-int.chello.at@[192.168.2.175]> for ; Tue, 23 Sep 2008 23:13:33 +0200 Message-ID: <48D95BFC.5070508@shopzeus.com> Date: Tue, 23 Sep 2008 23:13:32 +0200 From: Laszlo Nagy User-Agent: Thunderbird 2.0.0.16 (X11/20080724) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <20080923201906.GB63895@ozzmosis.com> In-Reply-To: <20080923201906.GB63895@ozzmosis.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: Filesystem of choice for a Linux/FreeBSD shared backup disk? 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, 23 Sep 2008 21:29:26 -0000 > For making backups I would probably just use FAT32 and tar, because > practically anything (not just FreeBSD & Linux) will mount FAT32 file > systems, and tar should respect your file attributes (owner, group, > creation timestamp, last modified timestamp, etc). > Except that you cannot create files with >4GB size on FAT32. You might be able to use an archiver that is able to split archives into smaller parts. This has always been a problem. FreeBSD is open source. So Linux is, but they do not have a common filesystem that could be accessed from both system, WITHOUT compromises. :-( Best, Laszlo