Description of problem: no output of the mount command when the -v option or the --verbose long option is selected. The mount command works but nothing is sent to stdout Version-Release number of selected component (if applicable): mount from util-linux 2.21.2 (libmount 2.21.0: selinux, debug) How reproducible: always Steps to Reproduce: 1.su -l 2.mount -v /dev/sda2 /mnt/boot_ls1 Actual results: The device is mounted as it should be, but the -v option is ignored. This does not change if the long option --verbose is selected. Expected results: something like "Device /dev/sda2 mounted on /mnt/boot_ls1" should appear on the terminal. Additional info: This happens when working on a X terminal emulator or on the plain system console
Thanks. Fixed by upstream commit 84600ddc6d34d88c9aa6e0a6145457f14d71acf7. The Fedora package will be fixed ASAP. # mount -v /dev/sdb1 /mnt/test mount: /dev/sdb1 mounted on /mnt/test # umount -v /mnt/test umount: /mnt/test (/dev/sdb1) unmounted
util-linux-2.21.2-4.fc17 has been submitted as an update for Fedora 17. https://admin.fedoraproject.org/updates/util-linux-2.21.2-4.fc17
Package util-linux-2.21.2-4.fc17: * should fix your issue, * was pushed to the Fedora 17 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing util-linux-2.21.2-4.fc17' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2013-1931/util-linux-2.21.2-4.fc17 then log in and leave karma (feedback).
util-linux-2.21.2-4.fc17 has been pushed to the Fedora 17 stable repository. If problems still persist, please make note of it in this bug report.
As far as I know, the latest release of util-linux has fixed the bug. Thanks.