]> err.no Git - util-linux/commit
mount: report ambivalent FS detection, improve brute force detection
authorKarel Zak <kzak@redhat.com>
Mon, 15 Mar 2010 12:46:43 +0000 (13:46 +0100)
committerKarel Zak <kzak@redhat.com>
Mon, 15 Mar 2010 12:46:43 +0000 (13:46 +0100)
commitc6c98f93f5e4b3fb9a8b51ed2ef9967793df7b1c
tree2e7a565f33234947bf90343851f252142c61f4fa
parentf5b1bab190e86bd6a52942047d2c767ec82508d1
mount: report ambivalent FS detection, improve brute force detection

The ambivalent probing result should be properly reported and user
should be informed that the problem is possible to bypass by "-t
<type>" or resolved by wipefs(8).

The mount(8) command uses a brute force stage (calls mount(2) for all
/{proc,etc}/fylesystems) if there is not any other way how to detect
the filesystem type. The brute force stage should not be restricted by
libblkid. It's possible that libblkid is not able to detect slightly
corrupted filesystem, but kernel is able to mount such filesystem.

Note that the brute force stage should not be used if libblkid returns
ambivalent probing result. In this case user's intervention is required
(e.g. mount -t <type>).

Reported-by: Mike Frysinger <vapier@gentoo.org>
Signed-off-by: Karel Zak <kzak@redhat.com>
include/fsprobe.h
lib/fsprobe.c
mount/mount.c