Re: OpenBSD installer partitioning has a problem!

2023-12-19 Thread Kenneth Westerback
Henryk Paluch writes: > Hello! > >> The OpenBSD installer partitioning does not accept more than 15 partitions >> with GPT (partitions 'c' and 'i' are already defined in advance by the >> installer). It limits from partition 'a' to 'p', but GPT partitions must >> support up to 128 partitions.

Re: OpenBSD installer partitioning has a problem!

2023-12-19 Thread Stuart Henderson
On 2023/12/19 09:59, Henryk Paluch wrote: > - however it means that additional GPT partitions (starting from 9) are > simply NOT accessible from OpenBSD. not *entirely*, you could add a disklabel entry pointing at the part if disk holding such a partition using one of the non-spoofed letters.

Re: OpenBSD installer partitioning has a problem!

2023-12-19 Thread Henryk Paluch
Hello! > The OpenBSD installer partitioning does not accept more than 15 partitions > with GPT (partitions 'c' and 'i' are already defined in advance by the > installer). It limits from partition 'a' to 'p', but GPT partitions must > support up to 128 partitions. It is actually more

Re: OpenBSD installer partitioning has a problem!

2023-12-18 Thread Kenneth Westerback
OpenBSD GPT abilities encompass creating up to 128 GPT partitions. See fdisk(8) as suggested. The OpenBSD disklabel can only hold 16 partitions, one of which is always 'c'. 'c' always describes the entire disk. 'i' is often created by the installer to hold boot code. GPT partitions of various

Re: OpenBSD installer partitioning has a problem!

2023-12-18 Thread Otto Moerbeek
On Mon, Dec 18, 2023 at 01:15:57PM -0300, spnti wrote: > Hello guys! > > The OpenBSD installer partitioning does not accept more than 15 partitions > with GPT (partitions 'c' and 'i' are already defined in advance by the > installer). It limits from partition 'a' to 'p', but GPT partitions must

Re: OpenBSD installer partitioning has a problem!

2023-12-18 Thread Brian Conway
On Mon, Dec 18, 2023, at 10:15 AM, spnti wrote: > Hello guys! > > The OpenBSD installer partitioning does not accept more than 15 partitions > with GPT (partitions 'c' and 'i' are already defined in advance by the > installer). It limits from partition 'a' to 'p', but GPT partitions must > support

OpenBSD installer partitioning has a problem!

2023-12-18 Thread spnti
Hello guys! The OpenBSD installer partitioning does not accept more than 15 partitions with GPT (partitions 'c' and 'i' are already defined in advance by the installer). It limits from partition 'a' to 'p', but GPT partitions must support up to 128 partitions. Thank you for your attention and