glocalfile: Add native exfat magic number to filesystem list

This commit is contained in:
Leigh Scott 2021-03-29 18:29:15 +01:00
parent 622b31f69e
commit 762b284ecc

View File

@ -609,6 +609,8 @@ get_fs_type (long f_type)
return "efivarfs";
case 0x00414A53:
return "efs";
case 0x2011BAB0UL:
return "exfat";
case 0x137D:
return "ext";
case 0xEF51: