From owner-freebsd-current@FreeBSD.ORG Sun Dec 14 10:58:45 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 829A916A4CE for ; Sun, 14 Dec 2003 10:58:45 -0800 (PST) Received: from smtp.web.de (smtp05.web.de [217.72.192.209]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8C3E843D09 for ; Sun, 14 Dec 2003 10:58:44 -0800 (PST) (envelope-from yanestra@web.de) Received: from dsl-213-023-218-083.arcor-ip.net ([213.23.218.83] helo=web.de) by smtp.web.de with asmtp (TLSv1:RC4-MD5:128) (WEB.DE 4.99 #566) id 1AVbRz-0007bP-00; Sun, 14 Dec 2003 19:58:43 +0100 Message-ID: <3FDCB2E9.7020005@web.de> Date: Sun, 14 Dec 2003 19:58:49 +0100 From: "Klaus-J. Wolf" User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.5) Gecko/20031210 X-Accept-Language: en-us, en, de MIME-Version: 1.0 To: current@freebsd.org References: <3FDC984A.70805@web.de> <20031214172926.GA10645@troutmask.apl.washington.edu> In-Reply-To: <20031214172926.GA10645@troutmask.apl.washington.edu> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: yanestra@web.de cc: Steve Kargl Subject: Re: [RC1] ext2fs broken? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: current@freebsd.org List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 14 Dec 2003 18:58:45 -0000 Hi, Steve, thanks for the comment. The same configuration was working perfectly with 5.1-RELEASE, so I expected 5.2-RC1 wouldn't do a regression... Regards, k.j. Steve Kargl wrote: >While it may be nice to transparently use ext2fs file systems, >you are aware of the comment in /sys/conf/NOTES? > ># Add support for the EXT2FS filesystem of Linux fame. Be a bit ># careful with this - the ext2fs code has a tendency to lag behind ># changes and not be exercised very much, so mounting read/write could ># be dangerous (and even mounting read only could result in panics.) > > >