Re: fusefs-jmtpfs-g20190420 cannot mount smartphone after FreeBSD 13
Date: Wed, 21 Jun 2023 17:13:39 UTC
On 6/21/23 08:19, Tomek CEDRO wrote: > On Wed, Jun 21, 2023 at 8:50 AM jin guojun wrote: >> Tried android-file-transfer-4.2, but both cli and mount commands are too verbose from libusb. It is hard to see any useful information. >> Since libusb is a system lib, it sounds like the aft-mtp-commands either passed a debug flag to libusb or enabled some ENV variable to cause libusb to be verbose. >> There is no any document for android-file-transfer-4.2, any idea on how to turn off this verbose printing. > LIBUSB_DEBUG=0 android-file-transfer > > :-) > 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.