jcwillox / hassio-rclone-backup

Home Assistant addon to automatically sync backups to remote locations using Rclone
MIT License
99 stars 18 forks source link

Error while mounting unit, FUSE3 not found #45

Open McGiverGim opened 5 months ago

McGiverGim commented 5 months ago

The problem

Trying to mount Google Drive as unit, I get this error:

2024/01/05 10:21:13 Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount3": executable file not found in $PATH

looking into internet, it seems a bug that happens since version 1.62: https://github.com/rclone/rclone/issues/6844

I've tried to execute a apk add fuse3 from the bash of the docker, and then all works perfectly. Maybe is a good workaround to add this to the creation of the docker.

What version of Rclone Backup has the issue?

3.1.0

What version of Home Assistant are you running?

2024.1.0

What type of installation are you running?

Home Assistant OS

If you're running HA OS/Supervised, what version of the Supervisor are you running?

Supervisor 2023.12.0

Example YAML snippet

No response

Anything in the logs that might be useful for us?

2024/01/05 10:21:13 Fatal error: failed to mount FUSE fs: fusermount: exec: "fusermount3": executable file not found in $PATH

Additional information

The PRs that added the FUSE mount were https://github.com/jcwillox/hassio-rclone-backup/pull/44 and https://github.com/jcwillox/hassio-rclone-backup/pull/41 from @jcwillox and @agodet, maybe you have a better solution for this.

McGiverGim commented 5 months ago

After adding fuse3, it works, it mounts but I have another problem, but maybe is more a config problem:

Some idea about how to fix this?

Wallnusskaese commented 3 months ago

Experiencing the same issue.

2024/03/08 21:55:52 ERROR : rc: "mount/mount": error: failed to mount FUSE fs: fusermount: exec: "fusermount3": executable file not found in $PATH

after apk add fuse3 I only get:

2024/03/08 22:11:24 mount helper error: fusermount3: fuse device not found, try 'modprobe fuse' first

any suggestions? LG