yep - that fixed it thanks a bunch
On Tue, Jan 14, 2025 at 6:28 PM Chris Hofstaedtler <[email protected]> wrote: > On Tue, Jan 14, 2025 at 05:17:52PM +0200, Vassilis Virvilis wrote: > > Package: fuse3 > > Version: 3.14.0-10 > > Severity: normal > > > > Not sure if this a bug in the fuse3 package or in the mount package. > > > > The problem is that mount passes the arguments of mount.fuse3 in the > wrong > > order. > > Found by strace that this is what is passed: > > > > /sbin/mount.fuse3 -o rw,users,nosuid,nodev,exec sshfs#user@machine > :space/ > > /home/user/mnt/space > > > > This is what mount.fuse3 expects: > > $ /sbin/mount.fuse3 --help > > usage: /sbin/mount.fuse3 type#[source] destination [-t type] [-o > > opt[,opts...]] > > Please try again with mount, libmount1, etc version 2.40.4-1 or > newer. > > Chris > > -- Vassilis Virvilis

