| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
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>
Notes:
svn path=/head/; revision=192423
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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.
Notes:
svn path=/head/; revision=190065
|
|
|
|
|
|
|
|
|
| |
than "sectorsize" from the disc.
Reported by: pav
Notes:
svn path=/head/; revision=182320
|
|
|
|
|
|
|
| |
Reported by: pointyhat via kris
Notes:
svn path=/head/; revision=177221
|
|
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.
Notes:
svn path=/head/; revision=176333
|