Package: exfat-fuse Version: 1.3.0-1 Severity: important Dear Maintainer,
Trying to mount exfat device by unprivileged user renders this error: :~$ /sbin/mount.exfat-fuse -d /dev/sdg1 mnt/ FUSE exfat 1.3.0 fusermount: unknown option 'user=sauron' It the same with different users and I've also tested it on other machine (also Debian/Sid). Fuse.conf is default (without user_allow_other does not work at all - this parameter is forced now). :~$ cat /etc/fuse.conf # /etc/fuse.conf - Configuration file for Filesystem in Userspace (FUSE) # Set the maximum number of FUSE mounts allowed to non-root users. # The default is 1000. #mount_max = 1000 # Allow non-root users to specify the allow_other or allow_root mount options. user_allow_other I've tested it also with 1.2.5-2 package from stretch and compiled it from git source (1.3) - all the time, same result. So I guess this is more something with fuse itself, but sshfs and fusefat work without a problem. -- System Information: Debian Release: buster/sid APT prefers unstable APT policy: (500, 'unstable'), (1, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 4.19.1 (SMP w/4 CPU cores) Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C), LANGUAGE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages exfat-fuse depends on: ii fuse 2.9.8-2 ii libc6 2.28-3 ii libfuse2 2.9.8-2 Versions of packages exfat-fuse recommends: ii exfat-utils 1.3.0-1 exfat-fuse suggests no packages. -- no debconf information

