Hi Karel, > On Mon, May 22, 2023 at 04:21:54PM +0200, Karel Zak wrote: > > On Sun, May 21, 2023 at 09:20:18PM +0200, Quentin Rameau wrote: > > > > One could even argue that "defaults" should have been fine to be passed, > > > > but now it's a regression so needs to be fixed. > > > > > > One difference that I can see is that before, "user" was being passed > > > but now, "user=$user" is being passed (and that gives an error too) > > > > > > With mount patched with the above patch, and "user" option in the fstab > > > > > > $ mount /mnt/ssh/path > > > fusermount3: unknown option 'user=quinq > > > > > > But maybe that should be a different thread, what do you think? > > > > I'll fix it. You're right. > > You need https://github.com/util-linux/util-linux/commit/fe0b1e793c9017edba72768e2e0b4c769c204604 I can confirm that this fixes that second problem indeed, thanks!