[PATCH] libfdisk: (gpt) add GUID for APFS containers

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Add the partition type GUID for the Apple File System to gpt_parttypes.

Signed-off-by: Ernesto A. Fernández <ernesto.mnd.fernandez@xxxxxxxxx>
---
 libfdisk/src/gpt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c
index 1658782a8..279f22978 100644
--- a/libfdisk/src/gpt.c
+++ b/libfdisk/src/gpt.c
@@ -217,6 +217,7 @@ static struct fdisk_parttype gpt_parttypes[] =
 
 	/* Apple OSX */
 	DEF_GUID("48465300-0000-11AA-AA11-00306543ECAC", N_("Apple HFS/HFS+")),
+	DEF_GUID("7C3457EF-0000-11AA-AA11-00306543ECAC", N_("Apple APFS")),
 	DEF_GUID("55465300-0000-11AA-AA11-00306543ECAC", N_("Apple UFS")),
 	DEF_GUID("52414944-0000-11AA-AA11-00306543ECAC", N_("Apple RAID")),
 	DEF_GUID("52414944-5F4F-11AA-AA11-00306543ECAC", N_("Apple RAID offline")),
-- 
2.11.0




[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux Admin]     [Samba]

  Powered by Linux