]> git.ipfire.org Git - thirdparty/e2fsprogs.git/commit
f_detect_junk: avoid dd option oflag=append
authorMatthias Andree <matthias.andree@gmx.de>
Thu, 26 Jun 2025 20:28:41 +0000 (22:28 +0200)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 1 Jul 2025 14:32:24 +0000 (10:32 -0400)
commit2d0bc1c1139195f367ef95d3bfc96c762b82f863
tree96b87b307dfeef2438bda789c4e67d01f4e92057
parent880b431f412017f521c2d328b7e234db4568ba35
f_detect_junk: avoid dd option oflag=append

because it is unavailable on, for instance, FreeBSD's dd.
Instead use dd to just generate 16 MB of zeroes and use
the shell append redirection.

Signed-off-by: Matthias Andree <matthias.andree@gmx.de>
Link: https://lore.kernel.org/r/20250626202919.321842-2-matthias.andree@gmx.de
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
tests/f_detect_junk/script