From owner-freebsd-stable@FreeBSD.ORG Fri Jun 3 02:09:29 2005 Return-Path: X-Original-To: freebsd-stable@FreeBSD.org Delivered-To: freebsd-stable@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B075716A432; Fri, 3 Jun 2005 02:09:29 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from luzifer.incubus.de (incubus.de [80.237.207.83]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5E44143D4C; Fri, 3 Jun 2005 02:09:29 +0000 (GMT) (envelope-from mkb@incubus.de) Received: from [192.168.2.10] (p54AAC82E.dip.t-dialin.net [84.170.200.46]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by luzifer.incubus.de (Postfix) with ESMTP id 8AA283067F; Fri, 3 Jun 2005 04:12:20 +0200 (CEST) Message-ID: <429FBC5F.2060101@incubus.de> Date: Fri, 03 Jun 2005 04:11:43 +0200 From: Matthias Buelow User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050526) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Don Lewis References: <200506030200.j53209PW004757@gw.catspoiler.org> In-Reply-To: <200506030200.j53209PW004757@gw.catspoiler.org> X-Enigmail-Version: 0.91.0.0 OpenPGP: id=6FF22C9F; url=http://www.mkbuelow.net/mkbkeys Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: freebsd-stable@FreeBSD.org, yuval_levy@yahoo.com Subject: Re: filesystems not properly unmounted X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 03 Jun 2005 02:09:29 -0000 Don Lewis wrote: > That might help to an extent, but would not eliminate the problem. Any > file systems between root and the mount point of the ext2 file system > would be busy and would not be able to be unmounted. They would still > be marked dirty and would need to be fsck'ed after the reboot. Ah, ok. I think I understand how it works.. BTW., does the 2GB limit for files still apply for ext2 (mounted on FreeBSD, obviously)? I think I encountered this on 5.2.1 when ext2 was commented out from the kernel Makefile (as module) and marked as "broken" but I needed it (this was when I also encountered that "won't clean buffers" problem in the same way as the OP.) mkb.