From owner-freebsd-questions@FreeBSD.ORG Wed Jun 11 13:30:16 2003 Return-Path: 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 C602937B401 for ; Wed, 11 Jun 2003 13:30:16 -0700 (PDT) Received: from gusalmighty.com (gusalmighty.com [65.39.221.102]) by mx1.FreeBSD.org (Postfix) with SMTP id 4583D43FB1 for ; Wed, 11 Jun 2003 13:30:16 -0700 (PDT) (envelope-from gus@gusalmighty.com) Received: (qmail 31944 invoked from network); 11 Jun 2003 20:23:23 -0000 Received: from gusalmighty.com (HELO ?192.168.1.2?) (gus@gusalmighty.com@65.39.221.102) by gusalmighty.com with SMTP; 11 Jun 2003 20:23:23 -0000 From: Justin Hopper To: freebsd-questions@freebsd.org Content-Type: text/plain Organization: Message-Id: <1055363235.24174.1492.camel@work.gusalmighty.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-5) Date: 11 Jun 2003 13:27:15 -0700 Content-Transfer-Encoding: 7bit Subject: Checking the clean bit of a filesystem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jun 2003 20:30:17 -0000 Hello, Does anyone know the easiest way, besides running fsck, to check the clean bit on a filesystem? I need to check if a filesystem is marked clean and I do not want to call fsck. If there is not a way through userland commands to check the clean bit, can someone point me in the general direction of where this bit is set (variable name in some structure, etc). Thanks. -- Justin Hopper