From owner-freebsd-questions@FreeBSD.ORG Sat Jun 4 12:13:33 2011 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 0675B106566B for ; Sat, 4 Jun 2011 12:13:33 +0000 (UTC) (envelope-from rwmaillists@googlemail.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8AD618FC13 for ; Sat, 4 Jun 2011 12:13:32 +0000 (UTC) Received: by wwc33 with SMTP id 33so2412133wwc.31 for ; Sat, 04 Jun 2011 05:13:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:date:from:to:subject:message-id:in-reply-to :references:x-mailer:mime-version:content-type :content-transfer-encoding; bh=xLhmfVB97iKhS5h2nUatUmtEQ/pssHUwK7rdR5EHlDI=; b=djVTa+Zy3tewtJQ+wpt0zIQlHLig9909jm3/mb02kiT0Jobl/n3FFxI11bncq7gGu4 /ag8al1T4yPnSbnMFlE1BsnwuZQ9mNp3/AOoYGl+4f65RnnC4P7yLPWwnkvA3JeAMeu1 Xb2CiU3xpQgFQcc5YVen64ZLkBqI/v/tXwCV4= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=date:from:to:subject:message-id:in-reply-to:references:x-mailer :mime-version:content-type:content-transfer-encoding; b=fWwpHvhLQLTBDkaa2r7rl9rPwUdZMD04a1pU9hjkYXTmnG0O4+P4DBekokQ1CYC1vk L9gptsQblvA2R0nKZvwJCmtKYbc+gw1TG73oEVOAfmRcYxFvUgoGj3jAuhjZbgAzUIBr QAP4KS/86cwP05QHxqLhZmmqLas+rQ/Bbe+bo= Received: by 10.227.205.14 with SMTP id fo14mr2921786wbb.79.1307189611271; Sat, 04 Jun 2011 05:13:31 -0700 (PDT) Received: from gumby.homeunix.com (87-194-105-247.bethere.co.uk [87.194.105.247]) by mx.google.com with ESMTPS id d19sm1617536wbh.8.2011.06.04.05.13.28 (version=SSLv3 cipher=OTHER); Sat, 04 Jun 2011 05:13:29 -0700 (PDT) Date: Sat, 4 Jun 2011 13:13:26 +0100 From: RW To: freebsd-questions@freebsd.org Message-ID: <20110604131326.74141ad8@gumby.homeunix.com> In-Reply-To: <20110604104812.dfbf2888.freebsd@edvax.de> References: <4DE9ED56.9020504@locolomo.org> <20110604104812.dfbf2888.freebsd@edvax.de> X-Mailer: Claws Mail 3.7.9 (GTK+ 2.22.1; i386-portbld-freebsd8.2) Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: Where's my disk? 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: Sat, 04 Jun 2011 12:13:33 -0000 On Sat, 4 Jun 2011 10:48:12 +0200 Polytropon wrote: > On Sat, 04 Jun 2011 10:31:18 +0200, Erik N=F8rgaard > wrote: > > The first problem is that I have no idea how my disk will be > > recognized, now the root partition is on /dev/ad6s1a. >=20 > A good approach is to apply a label or use the UFSID of > the partitions (which don't depend on controller position) > instead of the device names. Additionally do a swapoff and use "glabel label" to label any swap partitions. Don't forget to update fstab before doing a swapon or rebooting or you might overwrite the label.=20