Other Disk mounter does not work in Mate

I compiled fuse from ports, loaded fuse module, added Mate disk mounter applet to the panel and it activates when I insert a USB stick with FAT32, but does not mount.
I can mount that device with

Code:
mount -t msdosfs -v -o ro /dev/da0s1 ./usb

It has to be RO as the device bricked itself and is in RO mode.
I inserted another flash drive with FAT32 which is in its normal RW mode, and it was still not automounted, so RO is not the root cause.
 
Change ./usb for the complete path to usb

What error/message shows you when you insert the usb stick?

MATE use HAL for automount, is HAL and DBUS enabled?
 
The command above actually works, so no need to change the path.
Hal and Dbus have been enabled prior to installing Mate as per the handbook.
 
Back
Top