fsck: warn if fsck.<type> not found and device is specified
authorKarel Zak <kzak@redhat.com>
Thu, 8 Feb 2024 11:42:51 +0000 (12:42 +0100)
committerChris Hofstaedtler <zeha@debian.org>
Mon, 3 Jun 2024 15:03:37 +0000 (17:03 +0200)
commitbcb37d79ddfac73c90db4d57129dd9a997b89c4b
treea92ce0e05fb10cd0e8fd467acb3f30327c064c87
parent1d4483c848110feafa7dcb303b59ee7303b5254d
fsck: warn if fsck.<type> not found and device is specified

The fsck(8) command prints an error for certain 'required'
filesystems, such as extN, if the corresponding fsck.<type> helper is
not found. However, for other filesystems, it silently ignores the
device. While this behavior is acceptable for the -A option, if a user
explicitly specifies the device on the command line, it is probably a
good idea to be more verbose and issue a warning that the device will
be ignored. The warning is enabled only for interactive mode (only one
device specified or -s).

Note that some filesystems do not have an fsck utility, so caution is
needed when issuing such warnings to prevent the generation of a large
number of unwanted entries in system logs, etc."

Reported-by: наб <nabijaczleweli@nabijaczleweli.xyz>
Signed-off-by: Karel Zak <kzak@redhat.com>
Closes: #1062208
Gbp-Pq: Topic upstream
Gbp-Pq: Name fsck-warn-if-fsck.-type-not-found-and-device-is-specified.patch
disk-utils/fsck.c