From owner-freebsd-questions@FreeBSD.ORG Wed Feb 29 13:42:23 2012 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 BB21D106566B for ; Wed, 29 Feb 2012 13:42:23 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id 6D3718FC17 for ; Wed, 29 Feb 2012 13:42:23 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 29 Feb 2012 08:42:22 -0500 Received: from smtp04.lnh.mail.rcn.net (smtp04.lnh.mail.rcn.net [207.172.157.104]) by mr16.lnh.mail.rcn.net (MOS 4.3.4-GA) with ESMTP id BPR06968; Wed, 29 Feb 2012 08:42:21 -0500 Received: from 209-6-86-84.c3-0.smr-ubr2.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.86.84]) by smtp04.lnh.mail.rcn.net with ESMTP; 29 Feb 2012 08:42:21 -0500 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20302.11068.426551.17422@jerusalem.litteratus.org> Date: Wed, 29 Feb 2012 08:42:20 -0500 To: Polytropon In-Reply-To: <20120228173042.218144e7.freebsd@edvax.de> References: <201202040953.19456.jmc-freebsd2@milibyte.co.uk> <201202041433.55000.jmc-freebsd2@milibyte.co.uk> <20120228173042.218144e7.freebsd@edvax.de> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: "bsalinux@gmail.com" , freebsd-questions@freebsd.org Subject: Re: fixating USB Storage 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: Wed, 29 Feb 2012 13:42:23 -0000 Polytropon writes: > Label the drives and use labels instead of device names. > > Get some inspiration from Warren's excellent article here: > http://www.wonkity.com/~wblock/docs/html/disksetup.html Good piece, but it doesn't explicitly cover one case and "man" provides no example. I have a disk - ad1 - with a partition - p2 - that was (obviously) created by gpart ... but no label was attached. Can I add a label to that partition later? "man gpart" only shows a label being added when the partition is created, Robert Huff