From owner-freebsd-questions@FreeBSD.ORG Tue Jan 27 19:49:52 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B10EB1065692 for ; Tue, 27 Jan 2009 19:49:52 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: from mail-ew0-f21.google.com (mail-ew0-f21.google.com [209.85.219.21]) by mx1.freebsd.org (Postfix) with ESMTP id 28BD38FC24 for ; Tue, 27 Jan 2009 19:49:51 +0000 (UTC) (envelope-from andrewlylegould@gmail.com) Received: by ewy14 with SMTP id 14so3197217ewy.19 for ; Tue, 27 Jan 2009 11:49:51 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:cc:content-type; bh=TzYOfyaS5MQFJs461B8IZnbHYfOEGRyS9+ad3QXF2mY=; b=O6ybLCvvpCxFCn+jfNr9srCrTgNFTAperpishkTTAFng/PXi7PABPNgGZCqsKYu9Tt 0DVKOXhPz9pQr1J9u4znGVvyzq5/yy0dA7Ir+AWJdDvOsdaDBwgZBnyvBeqc/m1J0i4w YX8AG7eFCbcw3p8bTy/CVPoLywCcA8c9YAoPQ= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=i9Yz//yuuf6MTI9tntsJNTerG5xXKT46sw81mluASjIgnj3D2c8beLZpwfIwNfGz/b pT38co12H6goXvOCExO2L78AS0amfLmC01VO0HUXSSV6AuyfsEgxYlLar4qGrEItoGGL e7GEkBVT6yc5ciRCzhfwEW6Qx8wZhExCVgGq0= MIME-Version: 1.0 Received: by 10.103.223.2 with SMTP id a2mr10639mur.88.1233085791102; Tue, 27 Jan 2009 11:49:51 -0800 (PST) In-Reply-To: <20090127200233.X18393@wojtek.tensor.gdynia.pl> References: <20090127200233.X18393@wojtek.tensor.gdynia.pl> Date: Tue, 27 Jan 2009 13:49:51 -0600 Message-ID: From: Andrew Gould To: Wojciech Puchar Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: FreeBSD Questions Mailing List Subject: Re: tool for detecting filesystem? 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: Tue, 27 Jan 2009 19:49:54 -0000 On Tue, Jan 27, 2009 at 1:03 PM, Wojciech Puchar < wojtek@wojtek.tensor.gdynia.pl> wrote: > Later, in a different city, I played it on my MacBook. It was a slideshow >> with music that had been created using a Roxio product. I did a >> right-click >> on the CD's icon and selected "Get Info", where I learned that the CD was >> formatted for UDF. >> >> What would have been the best/easiest way to determine the filesystem >> present on a CD or hard drive partition from within FreeBSD? >> > > [root@wojtek ~]# file -s /dev/ad0a > /dev/ad0a: Unix Fast File system [v2] (little-endian) last mounted on > /mnt3, last written at Tue Dec 30 00:29:21 2008, clean flag 1, readonly flag > 0, number of blocks 49992, number of data blocks 49439, number of cylinder > groups 4, block size 8192, fragment size 1024, average file size 16384, > average number of files in dir 64, pending blocks to free 0, pending inodes > to free 0, system-wide uuid 0, minimum percentage of free blocks 0, SPACE > optimization > > Thanks. Andrew