-
Notifications
You must be signed in to change notification settings - Fork 1.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
2.36.1 breaks user mounts on kernels < 5.10 #1193
Comments
Addresses: #1193 Signed-off-by: Karel Zak <kzak@redhat.com>
Addresses: #1193 Signed-off-by: Karel Zak <kzak@redhat.com>
|
Unfortunately, you're right ;-) Fixed, the change will be available in v2.36.2. Note to the linuxquestions.org discussion, fuse user mounts are supported since v2.35 without user= in your fstab (or without fstab entry at all). man mount: It means you can as regular user use as well as on your command line without any entry in your fstab. |
upstream issue: util-linux/util-linux#1193 fixes #12306
upstream issue: util-linux/util-linux#1193 fixes #12306
|
Wenn do you plan to issue 2.36.2? |
This week I hope. |
Since 2.36.1, trying to mount a user mount defined in fstab fails because the
symfollowoption is unknown.https://www.linuxquestions.org/questions/slackware-14/util-linux-2-36-1-breaks-fuse-sshfs-4175685400/
https://bugs.archlinux.org/task/68660
As far as I can tell, the lines that insert the option
https://github.com/karelzak/util-linux/blob/95c706c9c2ae2d7e1f095713dae68c7f9cc2462d/libmount/src/context_mount.c#L425-L426
are wrong anyway, because
MS_NOSYMFOLLOWis not part ofMS_SECURE, sonosymfollowis not implied by user mounts andsymfollowdoes not need to be added.The text was updated successfully, but these errors were encountered: