From owner-freebsd-questions@freebsd.org Wed Mar 23 20:42:43 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 4EB70ADB03F for ; Wed, 23 Mar 2016 20:42:43 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from forward13o.cmail.yandex.net (forward13o.cmail.yandex.net [IPv6:2a02:6b8:0:1a72::1e3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "forwards.mail.yandex.net", Issuer "Yandex CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0FB8F12E0 for ; Wed, 23 Mar 2016 20:42:42 +0000 (UTC) (envelope-from bsam@passap.ru) Received: from smtp4o.mail.yandex.net (smtp4o.mail.yandex.net [37.140.190.29]) by forward13o.cmail.yandex.net (Yandex) with ESMTP id 52D2D21910; Wed, 23 Mar 2016 23:42:30 +0300 (MSK) Received: from smtp4o.mail.yandex.net (localhost [127.0.0.1]) by smtp4o.mail.yandex.net (Yandex) with ESMTP id E2216232008B; Wed, 23 Mar 2016 23:42:29 +0300 (MSK) Received: by smtp4o.mail.yandex.net (nwsmtp/Yandex) with ESMTPSA id hG3I2Mmsg0-gTQqQ2EB; Wed, 23 Mar 2016 23:42:29 +0300 (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client certificate not present) X-Yandex-ForeignMX: US X-Yandex-Suid-Status: 1 0,1 0 Subject: Re: no such geom: ada1 To: tyler@tysdomain.com, freebsd-questions@freebsd.org References: <56F2DA76.6050908@tysdomain.com> From: Boris Samorodov Message-ID: <56F2FFB4.5020504@passap.ru> Date: Wed, 23 Mar 2016 23:42:28 +0300 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:38.0) Gecko/20100101 Thunderbird/38.7.0 MIME-Version: 1.0 In-Reply-To: <56F2DA76.6050908@tysdomain.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 23 Mar 2016 20:42:43 -0000 23.03.16 21:03, Littlefield, Tyler пишет: > I have 5 drives in this system, ada0 through ada4. One of my drives > stopped working in my ZFS pool after a FreeBSd reinstall. I exported > the pool, deleted partitions on the drive and am now trying to add the > partitions again. I am having no luck however. When I attempt to ad I > get the error in the subject line. The command I am using is: > gpart add -t freebsd-zfs ada1 The command "gpart add..." adds a partition to an existing partition scheme (created by a command "gpart create..."). More information is at GPART(8). HTH -- WBR, bsam