For some reason this stopped working in jessie for me (works fine in wheezy).
I could not tell if the issue is related to the fact that `fuse` does not create anymore a fuse group (hence my user is not in fuse group) or if something broke at systemd level. Logs: $ tail -f debug [...] Feb 25 16:53:26 vostrodell kernel: [31382.232518] sd 7:0:0:0: [sdf] Mode Sense: 1f 00 00 08 Feb 25 16:53:26 vostrodell usbmount[21297]: loaded usbmount configurations Feb 25 16:53:26 vostrodell usbmount[21297]: trying to acquire lock /var/run/usbmount/.mount.lock Feb 25 16:53:26 vostrodell usbmount[21297]: acquired lock /var/run/usbmount/.mount.lock Feb 25 16:53:26 vostrodell usbmount[21326]: loaded usbmount configurations Feb 25 16:53:26 vostrodell usbmount[21326]: trying to acquire lock /var/run/usbmount/.mount.lock Feb 25 16:53:26 vostrodell usbmount[21326]: acquired lock /var/run/usbmount/.mount.lock Feb 25 16:53:26 vostrodell usbmount[21326]: /dev/sdf1 contains filesystem type ntfs Feb 25 16:53:26 vostrodell usbmount[21326]: mountpoint /media/usb0 is available for /dev/sdf1 Feb 25 16:53:27 vostrodell usbmount[21326]: usbmount execution finished $ tail -f syslog [...] Feb 25 16:53:23 vostrodell kernel: [31379.115477] usb 2-1.3: new high-speed USB device number 6 using ehci-pci Feb 25 16:53:23 vostrodell mtp-probe: checking bus 2, device 6: "/sys/devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.3" Feb 25 16:53:23 vostrodell mtp-probe: bus: 2, device: 6 was not an MTP device Feb 25 16:53:23 vostrodell kernel: [31379.208423] usb 2-1.3: New USB device found, idVendor=0411, idProduct=01e7 Feb 25 16:53:23 vostrodell kernel: [31379.208426] usb 2-1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=3 Feb 25 16:53:23 vostrodell kernel: [31379.208428] usb 2-1.3: Product: HD-PNTU3 Feb 25 16:53:23 vostrodell kernel: [31379.208429] usb 2-1.3: Manufacturer: BUFFALO Feb 25 16:53:23 vostrodell kernel: [31379.208430] usb 2-1.3: SerialNumber: 00000100FABE Feb 25 16:53:23 vostrodell kernel: [31379.208697] usb-storage 2-1.3:1.0: USB Mass Storage device detected Feb 25 16:53:23 vostrodell kernel: [31379.208950] scsi7 : usb-storage 2-1.3:1.0 Feb 25 16:53:26 vostrodell kernel: [31382.230511] scsi 7:0:0:0: Direct-Access BUFFALO HD-PNTU3 0001 PQ: 0 ANSI: 6 Feb 25 16:53:26 vostrodell kernel: [31382.230841] sd 7:0:0:0: Attached scsi generic sg5 type 0 Feb 25 16:53:26 vostrodell kernel: [31382.231516] sd 7:0:0:0: [sdf] 1953463728 512-byte logical blocks: (1.00 TB/931 GiB) Feb 25 16:53:26 vostrodell kernel: [31382.232516] sd 7:0:0:0: [sdf] Write Protect is off Feb 25 16:53:26 vostrodell kernel: [31382.232518] sd 7:0:0:0: [sdf] Mode Sense: 1f 00 00 08 Feb 25 16:53:26 vostrodell kernel: [31382.233484] sd 7:0:0:0: [sdf] No Caching mode page found Feb 25 16:53:26 vostrodell kernel: [31382.233486] sd 7:0:0:0: [sdf] Assuming drive cache: write through Feb 25 16:53:26 vostrodell kernel: [31382.240867] sdf: sdf1 Feb 25 16:53:26 vostrodell kernel: [31382.244231] sd 7:0:0:0: [sdf] Attached SCSI disk Feb 25 16:53:26 vostrodell usbmount[21297]: loaded usbmount configurations Feb 25 16:53:26 vostrodell usbmount[21297]: trying to acquire lock /var/run/usbmount/.mount.lock Feb 25 16:53:26 vostrodell usbmount[21297]: acquired lock /var/run/usbmount/.mount.lock Feb 25 16:53:26 vostrodell usbmount[21297]: /dev/sdf does not contain a filesystem or disklabel Feb 25 16:53:26 vostrodell usbmount[21326]: loaded usbmount configurations Feb 25 16:53:26 vostrodell usbmount[21326]: trying to acquire lock /var/run/usbmount/.mount.lock Feb 25 16:53:26 vostrodell usbmount[21326]: acquired lock /var/run/usbmount/.mount.lock Feb 25 16:53:26 vostrodell usbmount[21326]: /dev/sdf1 contains filesystem type ntfs Feb 25 16:53:26 vostrodell usbmount[21326]: mountpoint /media/usb0 is available for /dev/sdf1 Feb 25 16:53:26 vostrodell usbmount[21326]: executing command: mount -tntfs -osync,noexec,nodev,noatime,nodiratime /dev/sdf1 /media/usb0 Feb 25 16:53:27 vostrodell ntfs-3g[21357]: Version 2014.2.15AR.2 integrated FUSE 28 Feb 25 16:53:27 vostrodell ntfs-3g[21357]: Mounted /dev/sdf1 (Read-Write, label "HD-PNTU3", NTFS 3.1) Feb 25 16:53:27 vostrodell ntfs-3g[21357]: Cmdline options: rw,sync,noexec,nodev,noatime,nodiratime Feb 25 16:53:27 vostrodell ntfs-3g[21357]: Mount options: rw,sync,noexec,nodev,nodiratime,allow_other,nonempty,noatime,fsname=/dev/sdf1,blkdev,blksize=4096 Feb 25 16:53:27 vostrodell ntfs-3g[21357]: Ownership and permissions disabled, configuration type 7 Feb 25 16:53:27 vostrodell usbmount[21326]: executing command: run-parts /etc/usbmount/mount.d Feb 25 16:53:27 vostrodell usbmount[21326]: usbmount execution finished Feb 25 16:54:14 vostrodell bumblebeed[21408]: [31436.896616] [ERROR]No discrete video card found, quitting Feb 25 16:54:14 vostrodell systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE Feb 25 16:54:14 vostrodell systemd[1]: Unit bumblebeed.service entered failed state. Feb 25 16:55:14 vostrodell bumblebeed[21411]: [31497.146602] [ERROR]No discrete video card found, quitting Feb 25 16:55:14 vostrodell systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE Feb 25 16:55:14 vostrodell systemd[1]: Unit bumblebeed.service entered failed state. Feb 25 16:56:14 vostrodell bumblebeed[21416]: [31557.396780] [ERROR]No discrete video card found, quitting Feb 25 16:56:14 vostrodell systemd[1]: bumblebeed.service: main process exited, code=exited, status=1/FAILURE Feb 25 16:56:14 vostrodell systemd[1]: Unit bumblebeed.service entered failed state. What's odd is that vfat is working nicely. My setup is: $ cat /etc/usbmount/usbmount.conf [...] FILESYSTEMS="vfat ext2 ext3 ext4 fuseblk ntfs-3g ntfs hfsplus" -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org