Re: fusefs-jmtpfs-g20190420 cannot mount smartphone after FreeBSD 13

From: Vlad Markov <dvoich_at_optonline.net>
Date: Fri, 23 Jun 2023 15:46:29 UTC
On Wed, 21 Jun 2023 19:47:47 +0200
Tomek CEDRO <tomek@cedro.info> wrote:

> On Wed, Jun 21, 2023 at 7:13 PM Jin Guojun[VFF] wrote:
> > Thanks for help and LIBUSB_DEBUG=0 makes cli quiet.
> >
> > One slight issue is that the android-file-transfer has to be run as root.  
> 
> That is up to USB file permissions in /dev.. you can set this up with
> devfs, example below :-)
> 
> Add your user to operator group:
> 
> # pw groumod operator -m your_username
> 
> Add this to /etc/devfs.rules:
> 
> [system=10]
> add path 'usb/*' mode 0660 group operator
> 
> Then add this to /etc/rc.conf:
> 
> devfs_system_ruleset="localrules"
> devfs_enable="YES"
> 
> :-)
> 
> -- 
This is close but:

devfs_system_ruleset="localrules" should be devfs_system_ruleset="system"

It has to match what is in the brackets.

Next question:

How do I get thumbnails to show up in the app?