From owner-freebsd-bugs@FreeBSD.ORG Thu Feb 20 20:56:33 2014 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 9D5B9BA2; Thu, 20 Feb 2014 20:56:33 +0000 (UTC) Received: from microbel.pvv.ntnu.no (microbel.pvv.ntnu.no [IPv6:2001:700:300:1900::1:2]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 592051E4C; Thu, 20 Feb 2014 20:56:33 +0000 (UTC) Received: from 242.243.251.212.customer.cdi.no ([212.251.243.242] helo=nobby.localnet) by microbel.pvv.ntnu.no with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.72) (envelope-from ) id 1WGafT-0000i6-CC; Thu, 20 Feb 2014 21:56:30 +0100 From: Ulf Lilleengen To: freebsd-bugs@freebsd.org Subject: Re: misc/186814: Gpart when cloning does not transfer label name Date: Thu, 20 Feb 2014 21:56:26 +0100 Message-ID: <3715906.v7S7zrvMl8@nobby> User-Agent: KMail/4.10.5 (FreeBSD/10.0-RELEASE; KDE/4.10.5; amd64; ; ) In-Reply-To: <201402161037.s1GAbqIY079576@cgiserv.freebsd.org> References: <201402161037.s1GAbqIY079576@cgiserv.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Spam-Score: -0.9 (/) X-Spam-Report: Status=No hits=-0.9 required=5.0 tests=ALL_TRUSTED, TVD_RCVD_IP version=3.3.1 Cc: "Vladislav V. Prodan" , freebsd-gnats-submit@freebsd.org X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Feb 2014 20:56:33 -0000 On Sunday 16. February 2014 10.37.52 Vladislav V. Prodan wrote: > >Number: 186814 > >Category: misc > >Synopsis: Gpart when cloning does not transfer label name > >Confidential: no > >Severity: non-critical > >Priority: low > >Responsible: freebsd-bugs > >State: open > >Quarter: > >Keywords: > >Date-Required: > >Class: sw-bug > >Submitter-Id: current-users > >Arrival-Date: Sun Feb 16 10:40:01 UTC 2014 > >Closed-Date: > >Last-Modified: > >Originator: Vladislav V. Prodan > >Release: FreeBSD 10.0 > > >Organization: > support.od.ua > > >Environment: > FreeBSD vm-10-1.domain.com 10.0-STABLE FreeBSD 10.0-STABLE #0: Sun Feb 16 > 06:09:42 EET 2014 root@vm-10-1.domain.com:/usr/obj/usr/src/sys/GENERIC > amd64 > >Description: > Gpart when cloning does not transfer label name > Have you tried the -l flag to restore? # gpart restore -l ada1 < ada0.backup Ulf