Bug 864227 - mount option -v or --verbose does not work
Summary: mount option -v or --verbose does not work
Keywords:
Status: CLOSED ERRATA
Alias: None
Product: Fedora
Classification: Fedora
Component: util-linux
Version: 17
Hardware: x86_64
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Karel Zak
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-10-08 22:28 UTC by Alessandro Volpi
Modified: 2013-02-25 23:03 UTC (History)
3 users (show)

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2013-02-24 08:49:58 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Alessandro Volpi 2012-10-08 22:28:52 UTC
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

Comment 1 Karel Zak 2012-10-09 09:59:27 UTC
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

Comment 2 Fedora Update System 2013-02-03 16:52:28 UTC
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

Comment 3 Fedora Update System 2013-02-05 03:07:24 UTC
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).

Comment 4 Fedora Update System 2013-02-24 08:50:00 UTC
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.

Comment 5 Alessandro Volpi 2013-02-25 23:03:33 UTC
As far as I know, the latest release of util-linux has fixed the bug.

Thanks.


Note You need to log in before you can comment on or make changes to this bug.