[OpenIndiana-discuss] Hipster 2020.10 text installer FAIL #3

John D Groenveld groenveld at acm.org
Tue Mar 2 14:17:31 UTC 2021


In message <20210302014545.GA6017 at imap.fastmail.com>, Gary Mills writes:
>These are Solaris partions, now called slices.  They are within a
>single FDISK partition.  You can use the partition command within
>format to see the slices.  You can use the fdisk command within format
>to see the FDISK partitions.

They are GPT partitions, not Solaris slices within a legacy MBR fdisk
partition.
There may be nomenclature byg here:
# zpool create -f -B -d weetest c4t0d0
# fdisk /dev/rdsk/c4t0d0
If you run fdisk /dev/rdsk/c4t0d0, you will see a single EFI partition,
but fdisk is just reporting that its a GPT labeled disk.
format -e /dev/rdsk/c4t0d0 -> partition will allow to create GPT
partitions, including the EFI GPT partition type only required if
booting UEFI, though I find FreeBSD's gpart(8) easier for the OP's use
case of multiple pools and filesystems on a single disk.

John
groenveld at acm.org



More information about the openindiana-discuss mailing list