[Bug 858493] New: mount-by-device ceased to work properly in 13.1
https://bugzilla.novell.com/show_bug.cgi?id=858493 https://bugzilla.novell.com/show_bug.cgi?id=858493#c0 Summary: mount-by-device ceased to work properly in 13.1 Classification: openSUSE Product: openSUSE 13.1 Version: Final Platform: x86-64 OS/Version: openSUSE 13.1 Status: NEW Severity: Normal Priority: P5 - None Component: Kernel AssignedTo: kernel-maintainers@forge.provo.novell.com ReportedBy: mario.natiello@math.lth.se QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:26.0) Gecko/20100101 Firefox/26.0 The following fstab entries [CODE] /dev/sdb1 /mount/usbdisk vfat user,rw,noauto 0 0 remuser@IP:. /localuser/target fuse.sshfs users,allow_other,reconnect, follow_symlinks,rw, noauto,_netdev,idmap=user,uid=1000,gid=100, IdentityFile=/localuser/.ssh/id_rsa,ServerAliveInterval=60 0 0 [/CODE] should allow to mount the filesystems just by stating EITHER the device OR the mountpoint as in, e.g., [CODE]
mount /dev/sdb1 mount /mount/usbdisk mount /localuser/target [/CODE] All these work ok. However the following one does not work: [CODE] mount remuser@IP:. mount: remuser@IP:.: No such file or directory mount --source remuser@IP:. mount: remuser@IP:.: No such file or directory[/CODE] [/CODE] despite the fact that the syntax is supported by the man pages of fstab, mount and sshfs, and despite the fact that it did work in 12.2 and it currently works in other distros (I tried in ubuntu 13.04).
Reproducible: Always Steps to Reproduce: 1. Put in fstab a remote device that is mounted by sshfs 2. mount the device by stating "mount device" or "mount --source device" 3. mount fails while "mount mountpoint" does not fail. Actual Results: [/CODE]
mount remuser@IP:. mount: remuser@IP:.: No such file or directory mount --source remuser@IP:. mount: remuser@IP:.: No such file or directory [/CODE] [/CODE]
Expected Results: Remote file system properly mounted -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=858493 https://bugzilla.novell.com/show_bug.cgi?id=858493#c1 --- Comment #1 from mario natiello <mario.natiello@math.lth.se> 2014-01-21 10:00:13 UTC --- I was told that this bug should not be filed in "kernel" but in "util-linux". Managers, please move it there if proper. -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=858493 https://bugzilla.novell.com/show_bug.cgi?id=858493#c Borislav Petkov <bpetkov@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bpetkov@suse.com Component|Kernel |Basesystem AssignedTo|kernel-maintainers@forge.pr |bnc-team-screening@forge.pr |ovo.novell.com |ovo.novell.com -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=858493 https://bugzilla.novell.com/show_bug.cgi?id=858493#c2 Bernhard Wiedemann <bwiedemann@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |bwiedemann@suse.com AssignedTo|bnc-team-screening@forge.pr |sbrabec@suse.com |ovo.novell.com | --- Comment #2 from Bernhard Wiedemann <bwiedemann@suse.com> 2014-02-10 13:37:27 CET --- not sure, if fstab/mount is really meant to work this way. -> assigning to util-linux maintainer to decide -- 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.
https://bugzilla.novell.com/show_bug.cgi?id=858493 https://bugzilla.novell.com/show_bug.cgi?id=858493#c3 --- Comment #3 from mario natiello <mario.natiello@math.lth.se> 2014-02-10 13:31:13 UTC --- (In reply to comment #2)
not sure, if fstab/mount is really meant to work this way. -> assigning to util-linux maintainer to decide OK thanks for the assignment. I believe fstab/mount is meant to work this way, it has been working this way for years, or perhaps decades, and fails to do so only now, after I upgraded to openSuSE 13.1
-- 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.
http://bugzilla.novell.com/show_bug.cgi?id=858493 http://bugzilla.novell.com/show_bug.cgi?id=858493#c4 Tomáš Chvátal <tchvatal@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WONTFIX --- Comment #4 from Tomáš Chvátal <tchvatal@suse.com> --- The product for which this bug is reported is no longer supported. Sorry we didn't manage to find out the solution for the problem during the lifetime. If the problem still occurs on current releases feel free to report a new ticket and/or if the problem is in upstream software itself to report it to the upstream developers. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com