Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 13 Oct 2018 17:24:21 +0200 (CEST)
From:      Wojciech Puchar <wojtek@puchar.net>
To:        freebsd-hackers@FreeBSD.org
Subject:   recursive GPT partitioning 
Message-ID:  <alpine.BSF.2.20.1810131720260.68658@puchar.net>

next in thread | raw e-mail | index | archive | help
i have 2 SSDs in server which is GPT partitioned. Among others there are 
lots of partitions for virtual machines. i use glabel to label these
partitions

Each partition is geli encrypted andthen partitioned MBR or GPT way 
depending on many things.

for geli encrypted partition then subdivided with MBR i can directly 
access (of course if bhyve is not running on it) it with for example

/dev/label/partitionname.elis1 - to access first subpartition of geli 
encrypted "partitionname" labeled partition.


but with GPT subpartitioned partition it doesn't work. i need to use 
ggatel to access subpartition.

can it be changed?



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.BSF.2.20.1810131720260.68658>