From owner-freebsd-hackers@freebsd.org Sat Jul 29 09:56: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 EFB36DBFFE3 for ; Sat, 29 Jul 2017 09:56: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 8868B66795 for ; Sat, 29 Jul 2017 09:56: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 v6T9Y2JF052096 (version=TLSv1.2 cipher=ECDHE-RSA-AES256-GCM-SHA384 bits=256 verify=NO) for ; Sat, 29 Jul 2017 11:34:02 +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 v6T9XuVE004700 for ; Sat, 29 Jul 2017 11:33:56 +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 v6T9XpGF004697 for ; Sat, 29 Jul 2017 11:33:51 +0200 (CEST) (envelope-from wojtek@puchar.net) X-Authentication-Warning: wojtek.intra: wojtek owned process doing -bs Date: Sat, 29 Jul 2017 11:33:51 +0200 (CEST) From: Wojciech Puchar X-X-Sender: wojtek@wojtek.intra To: freebsd-hackers@freebsd.org Subject: nested GPT Message-ID: User-Agent: Alpine 2.20 (BSF 67 2015-01-07) MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset=US-ASCII 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: Sat, 29 Jul 2017 09:56:28 -0000 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?