From owner-freebsd-current@FreeBSD.ORG Tue Sep 7 23:04:29 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 1776B16A4CF; Tue, 7 Sep 2004 23:04:29 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F7B943D4C; Tue, 7 Sep 2004 23:04:28 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.13.1/8.13.1) with ESMTP id i87N3Hhl038432; Tue, 7 Sep 2004 17:03:17 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Tue, 07 Sep 2004 17:03:44 -0600 (MDT) Message-Id: <20040907.170344.112623695.imp@bsdimp.com> To: itetcu@people.tecnik93.com From: "M. Warner Losh" In-Reply-To: <20040907223907.66e707b5@it.buh.tecnik93.com> References: <1094426835.767.50.camel@localhost> <20040907.132716.71088896.imp@bsdimp.com> <20040907223907.66e707b5@it.buh.tecnik93.com> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: bmah@freebsd.org cc: freebsd-doc@freebsd.org cc: freebsd-current@freebsd.org Subject: Re: RFC: 5.3 Migration Guide X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Sep 2004 23:04:29 -0000 In message: <20040907223907.66e707b5@it.buh.tecnik93.com> Ion-Mihai Tetcu writes: : > Item #8: : > o you *MUST* do a fsck -p before mount -uw / (note: I always : > -uw rather than -u). : : why ? It updates summary information in the super blocks, and fixes any dirty file systems. Warner