Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jun 2023 19:47:47 +0200
From:      Tomek CEDRO <tomek@cedro.info>
To:        "Jin Guojun[VFF]" <jguojun@gmail.com>
Cc:        Tomek CEDRO <tomek@cedro.info>, freebsd-questions <freebsd-questions@freebsd.org>
Subject:   Re: fusefs-jmtpfs-g20190420 cannot mount smartphone after FreeBSD 13
Message-ID:  <CAFYkXjmXAffrBph8OX_tx2FV_jxUFxf45EQxNnasSmxYgAXSzQ@mail.gmail.com>
In-Reply-To: <c0930438-0909-466d-9470-14b2dabaf9de@gmail.com>
References:  <CAE6yT5tmTYRNpRV4yQxdxc0aTXNxvk522Wu3oVyc4HGdes%2B5Gw@mail.gmail.com> <CAFYkXjnoUyOpSRY%2BpcKu4zeoX_y%2B%2B=EmkORxt_5GXYAokKNobg@mail.gmail.com> <CAE6yT5vYTJ1CkrEiJJ2u=mtYL%2BhBoisZf3fqzyfcyXWcTxQVGQ@mail.gmail.com> <CAFYkXjnhHYAosmL7TkOySM5D-afTDFr2SmDqjWbVNHf1Mm%2B-gg@mail.gmail.com> <c0930438-0909-466d-9470-14b2dabaf9de@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Jun 21, 2023 at 7:13=E2=80=AFPM Jin Guojun[VFF] wrote:
> Thanks for help and LIBUSB_DEBUG=3D0 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=3D10]
add path 'usb/*' mode 0660 group operator

Then add this to /etc/rc.conf:

devfs_system_ruleset=3D"localrules"
devfs_enable=3D"YES"

:-)

--=20
CeDeROM, SQ7MHZ, http://www.tomek.cedro.info



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFYkXjmXAffrBph8OX_tx2FV_jxUFxf45EQxNnasSmxYgAXSzQ>