From owner-freebsd-current@FreeBSD.ORG Thu Apr 21 01:13:51 2011 Return-Path: Delivered-To: freebsd-current@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E6DA3106564A; Thu, 21 Apr 2011 01:13:51 +0000 (UTC) (envelope-from wblock@wonkity.com) Received: from wonkity.com (wonkity.com [67.158.26.137]) by mx1.freebsd.org (Postfix) with ESMTP id A32BA8FC13; Thu, 21 Apr 2011 01:13:51 +0000 (UTC) Received: from wonkity.com (localhost [127.0.0.1]) by wonkity.com (8.14.4/8.14.4) with ESMTP id p3L1DopS034364; Wed, 20 Apr 2011 19:13:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Received: from localhost (wblock@localhost) by wonkity.com (8.14.4/8.14.4/Submit) with ESMTP id p3L1DoiR034361; Wed, 20 Apr 2011 19:13:50 -0600 (MDT) (envelope-from wblock@wonkity.com) Date: Wed, 20 Apr 2011 19:13:50 -0600 (MDT) From: Warren Block To: Doug Barton In-Reply-To: <4DAF791E.30401@FreeBSD.org> Message-ID: References: <4DAEAE1B.70207@FreeBSD.org> <20110420203754.GM85668@acme.spoerlein.net> <4DAF46F8.9040004@FreeBSD.org> <4DAF5FBA.8080304@FreeBSD.org> <4DAF791E.30401@FreeBSD.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.2.7 (wonkity.com [127.0.0.1]); Wed, 20 Apr 2011 19:13:50 -0600 (MDT) Cc: FreeBSD-Current , Alexander Motin Subject: Re: Switch from legacy ata(4) to CAM-based ATA X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 21 Apr 2011 01:13:52 -0000 On Wed, 20 Apr 2011, Doug Barton wrote: > On 04/20/2011 16:01, Warren Block wrote: > >> Not sure I understand the question. I have a little article called >> FreeBSD Labeled Filesystems: >> http://www.wonkity.com/~wblock/docs/html/labels.html > > That's a good article, but it highlights what seem to be some deficiencies in > the various implementations. For the most part they seem ufs-centric, > although glabel shows some promise for supporting ext2fs and msdosfs (both of > which are workhorse file systems for me). Multiple filesystems are supported, although the labels appear in different places. See 'man glabel | less -p tunefs'. If your MS-DOS or ext2fs filesystem is natively labeled, the system automatically creates those labels in the appropriate directories in /dev. > In your article you point out another thing that seems sub-optimal to > me, different locations for different types of things which are all > referred to as labels. It seemed spread out to me, too. But it hasn't been a problem, and I've come to think of it as namespaces.