From owner-freebsd-hackers@freebsd.org Sun Aug 6 14:26:27 2017 Return-Path: Delivered-To: freebsd-hackers@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 880BCDAE8B5 for ; Sun, 6 Aug 2017 14:26:27 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: from puchar.net (puchar.net [194.1.144.90]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "puchar.net", Issuer "puchar.net" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id 1BBCA2DDB for ; Sun, 6 Aug 2017 14:26:26 +0000 (UTC) (envelope-from wojtek@puchar.net) Received: Received: from 127.0.0.1 (localhost [127.0.0.1]) by puchar.net (8.15.2/8.14.9) with ESMTPS id v76EFcbq062733 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO); Sun, 6 Aug 2017 16:15:38 +0200 (CEST) (envelope-from wojtek@puchar.net) X-Authentication-Warning: puchar.net: Host puchar-wojtek-router.vpn.intra [10.0.224.34] claimed to be wojtek.intra Received: from wojtek.intra (localhost [127.0.0.1]) by wojtek.intra (8.15.2/8.15.2) with ESMTP id v76EFXdR010443; Sun, 6 Aug 2017 16:15:33 +0200 (CEST) (envelope-from wojtek@puchar.net) Received: from localhost (wojtek@localhost) by wojtek.intra (8.15.2/8.15.2/Submit) with ESMTP id v76EFSpL010440; Sun, 6 Aug 2017 16:15:28 +0200 (CEST) (envelope-from wojtek@puchar.net) X-Authentication-Warning: wojtek.intra: wojtek owned process doing -bs Date: Sun, 6 Aug 2017 16:15:28 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@wojtek.intra To: Eric McCorkle cc: freebsd-hackers@freebsd.org Subject: Re: nested GPT In-Reply-To: Message-ID: References: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII; format=flowed X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 06 Aug 2017 14:26:27 -0000 > Please note that the boot loaders are unable to handle nested partition I don't need this. > schemes. If you have any data necessary for the initial boot on such a > partition, it won't work. > > On 07/29/2017 08:30, Oliver Pinter wrote: >> On 7/29/17, Wojciech Puchar wrote: >>> i have GPT partitioned SSD, and some partitions are used for bhyve virtual >>> disk containing windows - itself GPT partitioned. >>> >>> whenbhyve is stopped geom doesn't look at this GPT partitioned partition. >>> ggatel is a workaround but can it be changed so nested GPT partitions will >>> work? >> >> Take a look at geom_map(4). >> >>> _______________________________________________ >>> freebsd-hackers@freebsd.org mailing list >>> https://lists.freebsd.org/mailman/listinfo/freebsd-hackers >>> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >>> >> _______________________________________________ >> freebsd-hackers@freebsd.org mailing list >> https://lists.freebsd.org/mailman/listinfo/freebsd-hackers >> To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" >> > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org" > >