Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error while mounting unit, FUSE3 not found #45

Closed
McGiverGim opened this issue Jan 5, 2024 · 2 comments · Fixed by #88
Closed

Error while mounting unit, FUSE3 not found #45

McGiverGim opened this issue Jan 5, 2024 · 2 comments · Fixed by #88

Comments

@McGiverGim
Copy link

McGiverGim commented Jan 5, 2024

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: rclone/rclone#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 #44 and #41 from @jcwillox and @agodet, maybe you have a better solution for this.

@McGiverGim
Copy link
Author

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

  • The folder "mounted" inside the docker, is different than the "folder" of the Home Assistant. For example, I mount the "/media/security/rclone" folder to a Google Drive folder, and if I add a file in Home Assistant to this folder, I can't see it in the docker, and the inverse.

Some idea about how to fix this?

@Wallnusskaese
Copy link

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

@jcwillox jcwillox linked a pull request Nov 1, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants