Actions
Feature #9893
closedadd some partition types
Start date:
2018-10-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
Gerrit CR:
Description
Add GPT UUIDs:
EFI_AAPL_BOOT
EFI_AAPL_ZFS
EFI_AAPL_APFS
EFI_FREEBSD_NANDFS
Then add VTOC partition tags for FreeBSD and from FreeBSD - the values described there. This will help us to recognize partitions from dual boot setups. Since the VTOC tag is short (16-bit) value, we need a bit smarter way to build the translation table for uuid to ptag.
And lastly, add some more type names for format command.
Updated by Electric Monk over 3 years ago
- Status changed from In Progress to Closed
- % Done changed from 90 to 100
git commit d06952d085d59072d42d77e29ac5669bbdc25d6e
commit d06952d085d59072d42d77e29ac5669bbdc25d6e Author: Toomas Soome <tsoome@me.com> Date: 2018-10-30T01:09:21.000Z 9893 add some partition types Reviewed by: Igor Kozhukhov <igor@dilos.org> Reviewed by: Yuri Pankov <yuripv@yuripv.net> Reviewed by: Garrett D'Amore <garrett@damore.org> Approved by: Dan McDonald <danmcd@joyent.com>
Actions