https://bugzilla.novell.com/show_bug.cgi?id=815161 https://bugzilla.novell.com/show_bug.cgi?id=815161#c0 Summary: mount --no-canonical no longer works for output from 'mount"; (but does for df) Classification: openSUSE Product: openSUSE Factory Version: 13.1 Milestone 0 Platform: x86-64 OS/Version: SUSE Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: suse@tlinx.org QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.28) Gecko/20120306 Firefox/3.6.28 When I use the no-canonical option in mount, it should take a dev-mapper file like this: /dev/mapper/HnS-Media_Back and change the display device name to /dev/HnS/Media_Back (which is what is listed in /etc/fstab). When I display this with mount, this no longer works. Maybe Mount no longer dispays values from /etc/mtab as it should: The programs mount and umount maintain a list of currently mounted filesystems in the file /etc/mtab. If no arguments are given to mount, this list is printed. Reproducible: Always Steps to Reproduce: 1. put a lvh volume in fstab by it's given name /dev/VolGroup/LogVolName in fstab. 2. Mount it with and without the --no-canonical 3. Try remounting it with "-f" as described in the man page: --no-canonicalize Don't canonicalize paths. The mount command canonicalizes all paths (from command line or fstab) and stores canonicalized paths to the /etc/mtab file. This option can be used together with the -f flag for already canonicalized absolut paths. Actual Results: the canonical name with "mapper" and dashes instead of slashes and double slashes instead of slashes, is shown in the mount command. Note: the "df" command shows the canonical name!! Expected Results: mount should display values from /etc/mtab not /proc/mounts. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.