Hide Forgot
Description of problem: The comparison for "findfs" in argv[0] wasn't updated when this binary was renamed. Version-Release number of selected component (if applicable): e4fsprogs-1.41.12-4.el5_10.x86_64.rpm How reproducible: Always Steps to Reproduce: 1. finde4fs Actual results: tune4fs 1.41.12 (17-May-2010) Usage: finde4fs [-c max_mounts_count] [-e errors_behavior] [-g group] [-i interval[d|m|w]] [-j] [-J journal_options] [-l] [-m reserved_blocks_percent] [-o [^]mount_options[,...]] [-r reserved_blocks_count] [-u user] [-C mount_count] [-L volume_label] [-M last_mounted_dir] [-O [^]feature[,...]] [-E extended-option[,...]] [-T last_check_time] [-U UUID] [ -I new_inode_size ] device Expected results: Usage: finde4fs LABEL=<label>|UUID=<uuid> Additional info:
Hm, that's true. Missed for all these years. findfs works fine with ext4 filesystems or any other type, however, because it simply uses libblkid, so this isn't a critical bug. In retrospect, it would have been better to simply remove finde4fs from the package, because it is not ext4-specific at all. At this stage of rhel5 development (i.e. it's basically over) it is unlikely that this bug will meet the threshold of importance to warrant an update, so I'm afraid I'll just need to close it WONTFIX. Thanks, -Eric