From owner-freebsd-stable@FreeBSD.ORG Mon Sep 11 14:12:28 2006 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 36DA416A403 for ; Mon, 11 Sep 2006 14:12:28 +0000 (UTC) (envelope-from vivek@khera.org) Received: from yertle.kcilink.com (yertle.kcilink.com [65.205.34.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id 97B0543D45 for ; Mon, 11 Sep 2006 14:12:27 +0000 (GMT) (envelope-from vivek@khera.org) Received: from [192.168.7.103] (host-103.int.kcilink.com [192.168.7.103]) by yertle.kcilink.com (Postfix) with ESMTP id E7645B80F for ; Mon, 11 Sep 2006 10:12:25 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: <20060910164158.C1031@ganymede.hub.org> References: <20060910164158.C1031@ganymede.hub.org> Content-Type: multipart/signed; micalg=sha1; boundary=Apple-Mail-10--711881419; protocol="application/pkcs7-signature" Message-Id: <940C72E7-3428-4771-88A8-3AB861097D8E@khera.org> From: Vivek Khera Date: Mon, 11 Sep 2006 10:12:24 -0400 To: freebsd-stable X-Mailer: Apple Mail (2.752.2) X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Subject: Re: check if file system is clean ... 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: Mon, 11 Sep 2006 14:12:28 -0000 --Apple-Mail-10--711881419 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed On Sep 10, 2006, at 3:44 PM, Marc G. Fournier wrote: > I checked both fsck and fsck_ffs man page, and don't see anything > in either ... is there some way I can check if a file system is > actually 'clean', without running fsck? run dump? not sure how picky that is. --Apple-Mail-10--711881419--