From owner-freebsd-geom@FreeBSD.ORG Thu Sep 9 09:23:27 2010 Return-Path: Delivered-To: freebsd-geom@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7B15110656DA for ; Thu, 9 Sep 2010 09:23:27 +0000 (UTC) (envelope-from s.dave.jones@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id 2DD468FC1C for ; Thu, 9 Sep 2010 09:23:26 +0000 (UTC) Received: by vws7 with SMTP id 7so1254571vws.13 for ; Thu, 09 Sep 2010 02:23:26 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:cc:content-type; bh=/xOBHM9HQLLd0c+4RJ5A03Cn6p6hkCkADhdKt+HxaFc=; b=s44T6BRLakzeRB7d7vTvhjeK6qyPBZSTHGW0IVRr1vBX8K4hD7oqNwhlr6Cbz/y7KM 68Dc0FaAhRsNpFq2r6XI7axmo/YoiEf4VCJ2e1WjDa5YpKmhGNOZMp1Ib5NFrA3QSKar T31Dvt6AMLdSdEQJuJ/B1+AzcLSOXNbjVEz2Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; b=ZcjBVb8bilWYXy7cfSEErGYatR+MTbLYH6cI3bLh1KvQClAMnJsrDPiT4ndUyc+2D2 Ja5a+D/iwNWxJ8+YVCxgs3vbcye0JQ/S0RrPHQn4zB8CWmnI9Vwkl05Xf6NTVh0/usQ9 TM0GYWpzD6ORx7DWsSrNsz9fM0NMwqW91Vxn0= MIME-Version: 1.0 Received: by 10.220.121.134 with SMTP id h6mr637894vcr.111.1284024205984; Thu, 09 Sep 2010 02:23:25 -0700 (PDT) Received: by 10.220.202.138 with HTTP; Thu, 9 Sep 2010 02:23:25 -0700 (PDT) In-Reply-To: <20100909085007.00001b09@unknown> References: <20100909085007.00001b09@unknown> Date: Thu, 9 Sep 2010 17:23:25 +0800 Message-ID: From: dave jones To: Bruce Cran Content-Type: text/plain; charset=ISO-8859-1 Cc: freebsd-geom@freebsd.org Subject: Re: gpart cannot find ada0 X-BeenThere: freebsd-geom@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: GEOM-specific discussions and implementations List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2010 09:23:27 -0000 Hi Bruce, Thanks for the reply. I tried to run gpart create -s mbr ada0, I got: gpart: geom 'ada0': Operation not permitted Then I umount some partitions which are mounted on ada0, gpart shows partitions: # gpart show ada0 => 63 126189504 ada0 MBR (60G) 63 81919089 1 freebsd [active] (39G) 81919152 44255358 2 !12 (21G) 126174510 15057 - free - (7.4M) I don't know why? Did I miss something? Would you tell me, thanks. Regards, Dave. On Thu, Sep 9, 2010 at 3:50 PM, Bruce Cran wrote: > On Thu, 9 Sep 2010 14:49:37 +0800 > dave jones wrote: > >> However, when I run "gpart show ada0", I got: >> gpart: No such geom: ada0. > > You'll need to create an MBR or GPT scheme on ada0 using gpart before > it'll show up. > > -- > Bruce Cran >