From owner-freebsd-current@FreeBSD.ORG Sun Dec 21 01:47:03 2008 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 76C0C106564A for ; Sun, 21 Dec 2008 01:47:03 +0000 (UTC) (envelope-from onemda@gmail.com) Received: from yx-out-2324.google.com (yx-out-2324.google.com [74.125.44.28]) by mx1.freebsd.org (Postfix) with ESMTP id 1AC5C8FC1E for ; Sun, 21 Dec 2008 01:47:02 +0000 (UTC) (envelope-from onemda@gmail.com) Received: by yx-out-2324.google.com with SMTP id 8so1268696yxb.13 for ; Sat, 20 Dec 2008 17:47:02 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:cc:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=eJu5BJiYLeqTncL4MC01Gv7MV/vbrFh3iTimXZlmST8=; b=T9TE0qzrLEuJ3fkVsLmHChP3ghmoZn0LDYujnA522D9iiHgNwYRkJ9b/HEr8s68ytG ESSpfpxVb5FSvn2yrn+4pF8CV1/Ffb7LqYC4mvto+b9m3r6GgV02rF9m+G0kGn/JbzID u09k0Quy2VBi4RPjGUWRv/YwaxMYV9SVNUlH0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:cc:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=Kp41y7K/A0u4urzSgmKV/2SBPaGRyNW8evyh/ofKwR/YJJBhwli9cN4clpROi6meKa p3CVixLzIg5oNvQMuHxdIC2+eS601222T/MwUmKPVHC4cuL9mXiX10EzzHcJWRAn46Om cjrpxW5OkejAHh1hshAbxh0ZPGKqCg1per4Lk= Received: by 10.231.16.199 with SMTP id p7mr61639iba.40.1229824022082; Sat, 20 Dec 2008 17:47:02 -0800 (PST) Received: by 10.231.17.8 with HTTP; Sat, 20 Dec 2008 17:47:02 -0800 (PST) Message-ID: <3a142e750812201747o339d7298p11236bb02c7f858f@mail.gmail.com> Date: Sun, 21 Dec 2008 02:47:02 +0100 From: "Paul B. Mahol" To: gelraen In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: Cc: freebsd-current@freebsd.org, freebsd-geom@freebsd.org Subject: Re: Changed names of logical disks on recent -CURRENT: part of logical disks not accessible now 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: Sun, 21 Dec 2008 01:47:03 -0000 On 12/20/08, gelraen wrote: > Hello, > > I've csup'ed about 1 hour ago (previous csup was few days back), > recompiled kernel and slice names changed from ad0s5 to something like > ad0s3s1, etc. > But in /dev I found only 3 levels of slices: Maybe because of recent switch from geom_bsd, geom_mbr to geom_part_bsd and geom_part_mbr. -- Paul