]> git.ipfire.org Git - thirdparty/util-linux.git/commit
findmnt: fix misleading warning messages for ntfs3
authorKarel Zak <kzak@redhat.com>
Tue, 13 Jan 2026 17:38:24 +0000 (18:38 +0100)
committerKarel Zak <kzak@redhat.com>
Wed, 14 Jan 2026 12:05:56 +0000 (13:05 +0100)
commita80b2f8c46dd823104b609d3cff2fd7157ec9cc2
treeb48d89beb3f95423db1dcef198c67bdf6cc6fc1e
parent3b7170f96c043628b8a73d2fd1e1da32b1f9eb07
findmnt: fix misleading warning messages for ntfs3

* Remap fstab aliases like "ntfs3" to "ntfs" as reported by libblkid.

* Use mounttype (from --with-ntfs-mounttype=) to check if supported by
  the kernel rather than the type provided by libblkid.

* Don't check if the kernel supports type read from filesystem if an
  explicit type specified in fstab.

Fixes: https://github.com/util-linux/util-linux/issues/3912
Addresses: https://github.com/util-linux/util-linux/pull/3963
Signed-off-by: Karel Zak <kzak@redhat.com>
misc-utils/findmnt-verify.c