Closed issue by Eloitor on void-packages repository https://github.com/void-linux/void-packages/issues/41731 Description: ### Is this a new report? Yes ### System Info Void 6.1.0-rc7 aarch64 Unknown uptodate F ### Package(s) Affected go-mtpfs-1.0.0_1 fuse-2.9.9_1 ### Does a report exist for this bug with the project's home (upstream) and/or another distro? _No response_ ### Expected behaviour `go-mptfs foo` should mount an android device connected via USB to the folder named `foo`. ### Actual behaviour ``` $ go-mtpfs foo 2023/01/18 22:07:14 mount failed: exec: "/bin/fusermount": stat /bin/fusermount: no such file or directory ``` After installing `fuse` manually, go-mtpfs works as expected. ### Steps to reproduce 1. Install go-mtpfs 2. Connect an android device via USB 3. Create a folder named `foo` 4. Run `go-mtpfs foo`