From owner-freebsd-questions@FreeBSD.ORG Mon Jan 10 23:04:23 2005 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 DC21016A4CE for ; Mon, 10 Jan 2005 23:04:23 +0000 (GMT) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 56D6943D48 for ; Mon, 10 Jan 2005 23:04:23 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.10] (pD9E6855E.dip.t-dialin.net [217.230.133.94]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id F0FF82FC32; Tue, 11 Jan 2005 00:04:14 +0100 (CET) Message-ID: <41E309F0.8040307@incubus.de> Date: Tue, 11 Jan 2005 00:04:16 +0100 From: Matthias Buelow User-Agent: Mozilla Thunderbird 0.9 (X11/20041124) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Malcolm Kay References: <20050108153717.6864134a@eric.placeverte.home> <200501091146.51095.malcolm.kay@internode.on.net> <20050109100748.5a696381@eric.placeverte.home> <200501102314.58007.malcolm.kay@internode.on.net> In-Reply-To: <200501102314.58007.malcolm.kay@internode.on.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit cc: mess-mate cc: freebsd-questions@freebsd.org Subject: Re: file roo large !! 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, 10 Jan 2005 23:04:24 -0000 Malcolm Kay wrote: > Is it really possible to have a ext3fs mount under FBSD 5.3? I know you > can mount an ext2fs file system and an existing linux ext3fs will probably > mount successfully (without journaling) as an ext2fs; but is this what are > you trying to do? I've last mounted ext2 on 5.2.1 (it was probably considered broken then since the module was excluded from the kernel build and had to be uncommented explicitly in the Makefile) and encountered a 2gb file size limit. Perhaps this problem isn't completely resolved yet? mkb.