[Bug 1173507] New: mount failed using input from fstab
https://bugzilla.suse.com/show_bug.cgi?id=1173507 Bug ID: 1173507 Summary: mount failed using input from fstab Classification: openSUSE Product: openSUSE Distribution Version: Leap 15.1 Hardware: Other OS: Other Status: NEW Severity: Normal Priority: P5 - None Component: Basesystem Assignee: screening-team-bugs@suse.de Reporter: guenter.halt@halt-hoenow.de QA Contact: qa-bugs@suse.de Found By: --- Blocker: --- if an mountpoint has spaces in the name, the binary mount works fine started in a terminal. However, using the same mountpoint in the /etc/fstab, it reports an error. Example: mkdir "test mp" # space between "test" and "mp" mount /dev/sda1 "test mp" successfully! -------------- in /etc/fstab .... (line36) /dev/sda1 "test mp" ext4 defaults 0 0 .... Command: mount -a Report: mount: /etc/fstab: Einlesefehler in Zeile 36 -- ignoriert ( As real mountpoint was "VirtualBox VMs" intended) -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1173507 https://bugzilla.suse.com/show_bug.cgi?id=1173507#c1 --- Comment #1 from Arvin Schnell <aschnell@suse.com> --- See the man page for fstab: If the name of the mount point contains spaces or tabs these can be escaped as `\040' and '\011' respectively. So the entry must be: /dev/sda1 test\040mp ext4 defaults 0 0 -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1173507 https://bugzilla.suse.com/show_bug.cgi?id=1173507#c2 --- Comment #2 from Günter Halt <guenter.halt@halt-hoenow.de> --- o.k. it works! sorry now i found it in the man-page! i tryed: "test mp" test\ mp test\0x20mp Thank you! -- You are receiving this mail because: You are on the CC list for the bug.
https://bugzilla.suse.com/show_bug.cgi?id=1173507 https://bugzilla.suse.com/show_bug.cgi?id=1173507#c3 Arvin Schnell <aschnell@suse.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution|--- |WORKSFORME --- Comment #3 from Arvin Schnell <aschnell@suse.com> --- Closing since it works according to the documentation. -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@suse.com