diff options
author | Sergei Antonov <saproj@gmail.com> | 2014-07-31 12:46:06 +0200 |
---|---|---|
committer | Karel Zak <kzak@redhat.com> | 2014-07-31 10:50:42 +0200 |
commit | 210d4595dea9ff998a04ba07b3d07694abd32d24 (patch) | |
tree | 369b950f29e9ddf5a195e1a825889f662a88c4d6 | |
parent | 80b037cc6f138a8095459afc0b7f16f586a40b57 (diff) | |
download | util-linux-210d4595dea9ff998a04ba07b3d07694abd32d24.tar.gz |
libfdisk: (gpt) add Microsoft Storage Spaces GUID
Storage Spaces is Microsoft's logical volume management.
It has been around since Windows 8.
Cc: Karel Zak <kzak@redhat.com>
Signed-off-by: Sergei Antonov <saproj@gmail.com>
-rw-r--r-- | libfdisk/src/gpt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libfdisk/src/gpt.c b/libfdisk/src/gpt.c index 1b5ffb43ab..d5acf95d04 100644 --- a/libfdisk/src/gpt.c +++ b/libfdisk/src/gpt.c @@ -162,6 +162,7 @@ static struct fdisk_parttype gpt_parttypes[] = DEF_GUID("AF9B60A0-1431-4F62-BC68-3311714A69AD", N_("Microsoft LDM data")), DEF_GUID("DE94BBA4-06D1-4D40-A16A-BFD50179D6AC", N_("Windows recovery environment")), DEF_GUID("37AFFC90-EF7D-4E96-91C3-2D7AE055B174", N_("IBM General Parallel Fs")), + DEF_GUID("E75CAF8F-F680-4CEE-AFA3-B001E56EFC2D", N_("Microsoft Storage Spaces")), /* HP-UX */ DEF_GUID("75894C1E-3AEB-11D3-B7C1-7B03A0000000", N_("HP-UX data")), |