commit | c4c740ff488dae232dd3a64fccd26ec7265165a4 | [log] [tgz] |
---|---|---|
author | Karel Zak <kzak@redhat.com> | Tue Sep 06 08:13:35 2005 -0400 |
committer | Theodore Ts'o <tytso@mit.edu> | Tue Sep 06 08:13:35 2005 -0400 |
tree | 067f5d76e52831c41d25700f46d2e2534b0ed1d2 | |
parent | abaa11240a742bcfc4783e2cbebb7dd0cdf17e96 [diff] |
Improve VFAT detection to support filesystems w/o a magic string in the superblock The current libblkid code expects that there's magic string in FAT super block (like "FAT12", "FAT16", ...). It's very often right, but valid FAT super block may be without magic string too :-( The patch from attachment fix this problem. It's inspired by HAL and Linux kernel. Signed-off-by: Karel Zak <kzak@redhat.com> Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>