Solved fuse gone, android no longer mount

Hello forum,

By now we know fuse is gone. I used to use jmtpfs and simple-mtpfs to mount the phone. Is there alternative that does not require fuse.

Code:
root@duala:~ #  simple-mtpfs -l
1: Google IncNexus/Pixel (MTP)
root@duala:~ #  jmtpfs -o allow_other /media/Pixel
Device 0 (VID=18d1 and PID=4ee1) is a Google Inc Nexus/Pixel (MTP).
Android device detected, assigning default bug flags
fuse: failed to open fuse device: No such file or directory
root@duala:~ # simple-mtpfs /mnt
fuse: failed to open fuse device: No such file or directory
root@duala:~ #
 
Last edited by a moderator:
During 12.x the fuse module was renamed to fusefs. On 12.x both fuse and fusefs loaded the same fusefs(5) module (fuse was just an alias for fusefs). On 13.0 the old fuse alias was removed.
 
Back
Top