Mount an Android device over MTP on FreeBSD
14 January 2024
First, install jmptfs:
# pkg install fusefs-jmtpfs
Then mount (where /media/android is your mountpoint):
# jmtpfs -o allow_other /media/android
If you have any comments, contact me by email.