From owner-freebsd-fs@FreeBSD.ORG Tue Mar 1 17:39:54 2011 Return-Path: Delivered-To: freebsd-fs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AFF251065676 for ; Tue, 1 Mar 2011 17:39:54 +0000 (UTC) (envelope-from bu7cher@yandex.ru) Received: from forward7.mail.yandex.net (forward7.mail.yandex.net [77.88.61.37]) by mx1.freebsd.org (Postfix) with ESMTP id 3E12B8FC18 for ; Tue, 1 Mar 2011 17:39:53 +0000 (UTC) Received: from smtp7.mail.yandex.net (smtp7.mail.yandex.net [77.88.61.55]) by forward7.mail.yandex.net (Yandex) with ESMTP id E628B1C1006; Tue, 1 Mar 2011 20:39:51 +0300 (MSK) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yandex.ru; s=mail; t=1299001191; bh=tS4sPXCiDSs/LvWNTlBfUWEGG9nvaqOzj4FZxcMwBpQ=; h=Message-ID:Date:From:MIME-Version:To:CC:Subject:References: In-Reply-To:Content-Type; b=FkwocSy14FjWDQyKym6Apjnrp0vsXi8RpNU2YXOoC7OXdVcxslDH5XXoC3FXig70x KI8ds+C/0TF8/dZE61gu7eQS8cQeXfWvdREx0bq/6TTH2KK6YlS80tJJU6nR9JRA/B 7aHWzYcUPblXSmJ8q1+1MRIHYWXO4FC43hjgqNJQ= Received: from [178.141.6.53] (dynamic-178-141-6-53.kirov.comstar-r.ru [178.141.6.53]) by smtp7.mail.yandex.net (Yandex) with ESMTPSA id A6AAE48C805B; Tue, 1 Mar 2011 20:39:51 +0300 (MSK) Message-ID: <4D6D2F56.6040805@yandex.ru> Date: Tue, 01 Mar 2011 20:39:34 +0300 From: "Andrey V. Elsukov" User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.13) Gecko/20110122 Thunderbird/3.1.7 MIME-Version: 1.0 To: a.smith@ukgrid.net References: <20110301165109.15323wik427mxjs4@webmail2.ukgrid.net> In-Reply-To: <20110301165109.15323wik427mxjs4@webmail2.ukgrid.net> X-Enigmail-Version: 1.1.2 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="------------enig10BA319D67B3F42A41431416" Cc: freebsd-fs@freebsd.org Subject: Re: ZFS disk names and gptid under 8.2-RELEASE X-BeenThere: freebsd-fs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Filesystems List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 01 Mar 2011 17:39:54 -0000 This is an OpenPGP/MIME signed message (RFC 2440 and 3156) --------------enig10BA319D67B3F42A41431416 Content-Type: text/plain; charset=KOI8-R Content-Transfer-Encoding: quoted-printable On 01.03.2011 19:51, a.smith@ukgrid.net wrote: > Previously they were showing as ada0p1 etc. I was quite happy with the > previous method as I'd fixed the device names via /boot/device.hints an= d > this made it (to me) perfectly human readable without having to use > labels. Is this something that in 8.2 is now hard coded into ZFS? Ie I > am forced to use gptid or disk labelling? Hi, Andy. You can disable gpt/gptid labels via device.hints or loader prompt: kern.geom.label.gptid.enable=3D0 kern.geom.label.gpt.enable=3D0 When they will be disabled ZFS will use just device names. I think :) --=20 WBR, Andrey V. Elsukov --------------enig10BA319D67B3F42A41431416 Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.16 (FreeBSD) iQEcBAEBAgAGBQJNbS9WAAoJEAHF6gQQyKF6IfIH/0F89S9CV86aOyUoYcJauQBs omE+MhEpPsXuFC3LO6cI0PTK1vTKbhrbnxGZvqxJhfiDsbfb+R0pfRJjDQxhNNQn IhJ3wMAcer2n9Zl2JX6L7hydAE5pPPFKfVlnpRN7sSb5ik4kxF8j/OUl+vCZPnMM V24new4T9MUuORl4OqJ8gSny5P/71v1kJ8uI2PD7JxLGJ7OichoAmAAO+t211jxl 3wZoCsQomZeN4GxUZO6WB2btEg787xZLIO/O9pvlbiRou6T9SZ0gq+jtxyBo9qMr DPnLE7bz7qF+FfTLyYmMKr9aDtJXqRNTQ+MNEU+Xr7/y9jZ4kAg/MDr1i0Jd674= =BBZ2 -----END PGP SIGNATURE----- --------------enig10BA319D67B3F42A41431416--