From owner-freebsd-questions@FreeBSD.ORG Sat Nov 26 15:12:59 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 005C016A41F for ; Sat, 26 Nov 2005 15:12:58 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out4.smtp.messagingengine.com (out4.smtp.messagingengine.com [66.111.4.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id AF27043D92 for ; Sat, 26 Nov 2005 15:12:49 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id AEDDED17409 for ; Sat, 26 Nov 2005 10:12:44 -0500 (EST) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Sat, 26 Nov 2005 10:12:44 -0500 X-Sasl-enc: pPgp3w3QWcgVV4uNgWOCVTnnxTAvEscb1Q67gHlTiEau 1133017964 Received: from gumby.localdomain (88-104-194-111.dynamic.dsl.as9105.com [88.104.194.111]) by frontend2.messagingengine.com (Postfix) with ESMTP id 0BFB5571434 for ; Sat, 26 Nov 2005 10:12:43 -0500 (EST) From: RW To: freebsd-questions@freebsd.org Date: Sat, 26 Nov 2005 15:12:41 +0000 User-Agent: KMail/1.8.3 References: <000201c5f289$dcd9f4c0$2101a8c0@ZGISH> In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511261512.43048.list-freebsd-2004@morbius.sent.com> Subject: Re: WARNING /usr was not properly dismounted ... X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2005 15:12:59 -0000 On Saturday 26 November 2005 13:13, Alistair Sutton wrote: > On 26/11/05, Kiffin Gish wrote: > > When I restarted by machine, I get the warning messages: > > > > WARNING /usr was not properly dismounted > > WARNING /tmp was not properly dismounted > > ... > > > > and for a number of other mount points. > > > > Are there any special precautions I need to take, some disk check utility > > or whatever? > > Assuming you're running FreeBSD 6 (or -CURRENT) then unless you've > knowingly turned off background fsck, all you need to do is just leave > the system to check itself. FWIW turning-off background fsck just means that the filesystems that would have been checked in the background, get checked before they are mounted, as part of the boot process.