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>
Sat, 6 Jul 2024 13:57:30 +0000 (15:57 +0200)
commitd915191aff7cb95f3e531e6bc56fb479ba7db911
tree5f310d82390347f1f59e765b25046f033a221b44
parentecfce98c8bed3c512861592fdc9a1c38198fe2fb
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-master
Gbp-Pq: Name fsck-warn-if-fsck.-type-not-found-and-device-is-specified.patch
disk-utils/fsck.c