]> err.no Git - util-linux/commitdiff
libblkid: add magic to vfat
authorJeroen Oortwijn <oortwijn@gmail.com>
Tue, 2 Nov 2010 21:13:12 +0000 (22:13 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 8 Nov 2010 12:18:19 +0000 (13:18 +0100)
Add the "FAT     " magic to vfat. There are devices that use this magic
in their FAT filesystem.

Addresses: https://bugs.launchpad.net/ubuntu/+source/util-linux/+bug/491476
Signed-off-by: Jeroen Oortwijn <oortwijn@gmail.com>
shlibs/blkid/src/superblocks/vfat.c

index 078b1dda55cb1d275205a98d8f99c470b307e8d4..60191b99e3a0c2d37e1476ea92f34c9175aba563 100644 (file)
@@ -415,6 +415,7 @@ const struct blkid_idinfo vfat_idinfo =
                { .magic = "MSDOS",    .len = 5, .sboff = 0x36 },
                { .magic = "FAT16   ", .len = 8, .sboff = 0x36 },
                { .magic = "FAT12   ", .len = 8, .sboff = 0x36 },
+               { .magic = "FAT     ", .len = 8, .sboff = 0x36 },
                { .magic = "\353",     .len = 1, },
                { .magic = "\351",     .len = 1, },
                { .magic = "\125\252", .len = 2, .sboff = 0x1fe },