mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2024-12-25 15:06:14 +01:00
glocalfile: Add native exfat magic number to filesystem list
This commit is contained in:
parent
622b31f69e
commit
762b284ecc
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user