Add support for mounting ufs from NetBSD, and fix FreeBSD detection on Fedora 16
authorMichael Scherer <misc@zarb.org>
Thu, 13 Oct 2011 23:05:06 +0000 (01:05 +0200)
committerRichard W.M. Jones <rjones@redhat.com>
Fri, 14 Oct 2011 09:26:16 +0000 (10:26 +0100)
commit05a8359c7cf98fdcf75628299dd3e64401f07ee4
tree0150cad835d8d075c2149c28775c48fcb5772e94
parent15d79b5ea95ba28ebf6d8bb7542d86702edc1e8f
Add support for mounting ufs from NetBSD, and fix FreeBSD detection on Fedora 16

While testing on Fedora 16, I noticed that Linux will mount the disk
without trouble by using automatically ufstype=old, and yet do not
let us read the directories. So we should start directly with usftype=ufs2,
and if it fail, try 44bsd, as used for netbsd and openbsd ( as seen on
http://wiki-static.aydogan.net/How_to_mount_FFS_partition_under_Linux ).
src/inspect_fs.c