From owner-freebsd-stable@FreeBSD.ORG Tue Sep 27 19:52:22 2005 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 9C62816A41F for ; Tue, 27 Sep 2005 19:52:22 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: from xproxy.gmail.com (xproxy.gmail.com [66.249.82.205]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3501943D4C for ; Tue, 27 Sep 2005 19:52:22 +0000 (GMT) (envelope-from dpkirchner@gmail.com) Received: by xproxy.gmail.com with SMTP id t13so1304323wxc for ; Tue, 27 Sep 2005 12:52:21 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Z1Vy/Ei+dDsoV2FcfNaLw9xhCIyPqJRDZ2iaelW11Jil49lMYm6+MmdyW7cmBfUvgvI0zs6AYtLzrDmEwoKCXyLEmk+Utb2lMghS/S6tJy6zIVU0QgBWaXcvIhSLTYoLn5virwpCRVELJk/9eyz+D1WKorX302b2tesKgAlQXFA= Received: by 10.70.31.20 with SMTP id e20mr3152392wxe; Tue, 27 Sep 2005 12:45:55 -0700 (PDT) Received: by 10.70.104.20 with HTTP; Tue, 27 Sep 2005 12:45:55 -0700 (PDT) Message-ID: <35c231bf050927124559afada1@mail.gmail.com> Date: Tue, 27 Sep 2005 12:45:55 -0700 From: David Kirchner Sender: dpkirchner@gmail.com To: Kenneth W Cochran In-Reply-To: <200509271937.PAA7704957@shell.TheWorld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <200509271937.PAA7704957@shell.TheWorld.com> Cc: freebsd-stable@freebsd.org Subject: Re: UFS2 vs UFS1 determination X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: David Kirchner List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 19:52:22 -0000 On 9/27/05, Kenneth W Cochran wrote: > Hello -stable: > > How can I determine a filesystem's type in FreeBSD? > More specifically, how can I determine whether a filesystem is UFS1 > or UFS2 (assuming, of course, that UFS2 is supported by the OS)? > FAQ/doc/RTFM pointers are welcome. :) I dunno about FAQs about this, but check out "/sbin/dumpfs"