From owner-freebsd-questions@FreeBSD.ORG Tue Sep 22 23:05: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 4B075106566B for ; Tue, 22 Sep 2009 23:05:52 +0000 (UTC) (envelope-from brentb@beanfield.com) Received: from mail8.beanfield.net (mail8.beanfield.net [66.207.192.15]) by mx1.freebsd.org (Postfix) with ESMTP id 4BBDE8FC0C for ; Tue, 22 Sep 2009 23:05:50 +0000 (UTC) Received: (qmail 11236 invoked by uid 89); 22 Sep 2009 23:05:48 -0000 Received: from unknown (HELO ?192.168.1.101?) (brentb@beanfield.com@66.207.196.202) by mail8.beanfield.net with ESMTPA; 22 Sep 2009 23:05:48 -0000 Message-ID: <4AB9586B.7050102@beanfield.com> Date: Tue, 22 Sep 2009 19:06:19 -0400 From: Brent Bloxam User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: Dan Nelson References: <4A4500D7.5090104@beanfield.com> <4AB93BA1.9050105@beanfield.com> <20090922214330.GG29215@dan.emsphone.com> In-Reply-To: <20090922214330.GG29215@dan.emsphone.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-questions@freebsd.org Subject: Re: Device naming on scbus using isp 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, 22 Sep 2009 23:05:52 -0000 Dan Nelson wrote: > If you're mounting UFS filesystems, you can label them and mount them by > label (see the tunefs and glabel manpages for more info). ZFS should find > its pool devices automatically, but you can always manually label devices > with glabel and refer to the label instead of the da## name. > Thanks Dan, I'm using UFS so looks like labeling will be the solution to this issue