errors. This will fix problems detecting FAT file systems on certain media
that does not use a 512-byte sector size.
Reported by: James Snyder <jbsnyder@gmail.com>
Tested by: James Snyder <jbsnyder@gmail.com>
* Fix some issues with iso9660, linux_raid, hfs, and via_raid detection from
vendor
* "Fix" detection of FAT32 volumes that have bad fsinfo signatures. This makes
FAT32 detection more lax, but since FreeBSD allows mounting of FAT32
volumes with bad fsinfo blocks, this won't be too big of a deal. In fact
this should fix problems some users are seeing with HAL not being able
to mount certain FAT32 volumes.
Libvolume_id is an API for obtaining many file system related attributes
(such as type, label, uuid, etc.) given an open file handle to a block
special device. HAL is the primary FreeBSD consumer of this port
currently.
Bits needed for this port to work on FreeBSD were provided by jylefort.