From owner-freebsd-current@FreeBSD.ORG Sun Dec 12 18:45:55 2004 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 BB49616A4CE for ; Sun, 12 Dec 2004 18:45:55 +0000 (GMT) Received: from rproxy.gmail.com (rproxy.gmail.com [64.233.170.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6E6E543D48 for ; Sun, 12 Dec 2004 18:45:55 +0000 (GMT) (envelope-from kjelderg@gmail.com) Received: by rproxy.gmail.com with SMTP id z35so582341rne for ; Sun, 12 Dec 2004 10:45:54 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=JLye5zCMS9y3/VHDGTioi66hLE94H51atsYF7ves/mrkWP8M5XrDxJVyTlr3L/RCAO8YwXckgr35bAPzRy27R41MjkRM2ppxyS/RPwLvhqEjNv1afM+b2waoaGwVaVfFnvZUGecrHGMCVWvqsKoIx0JWDrO/v5pCkaIQ3jTbHrQ= Received: by 10.38.104.3 with SMTP id b3mr2074537rnc; Sun, 12 Dec 2004 10:45:54 -0800 (PST) Received: by 10.38.101.55 with HTTP; Sun, 12 Dec 2004 10:45:54 -0800 (PST) Message-ID: Date: Sun, 12 Dec 2004 12:45:54 -0600 From: Eric Kjeldergaard To: FreeBSD Current In-Reply-To: <20041212160944.GB14106@laptoxa.toxa.lan> Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit References: <12573.1102852732@critter.freebsd.dk> <41BC3943.1050700@wanadoo.fr> <41BC5FCF.3040903@kasimir.com> <41BC64A5.9000404@wanadoo.fr> <20041212160944.GB14106@laptoxa.toxa.lan> Subject: Re: [TEST] NTFS patch X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Eric Kjeldergaard List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Dec 2004 18:45:55 -0000 > Btw, if you try to mount linux ext2 partition (if exist), and then > reboot (without umounting it by hands), both linux and bsd partitions > becomes unclean, e.g. you need to fsck.ext3 linux partition to mount it > again. > Tested on -stable and -current. There is in fact a PR that has been in for a while now regarding exactly this. It's just recently become a problem for me. I've found bad solutions to it (umount -f -t ext2fs -a in /etc/rc.shutdown) but not any good ones yet. -- If I write a signature, my emails will appear more personalised.