-
-
Notifications
You must be signed in to change notification settings - Fork 756
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
borg mount not available: no FUSE support, BORG_FUSE_IMPL=pyfuse3,llfuse #8388
Comments
You likely need to install some fuse packages of Ubuntu, see our install docs. |
Thank you for your hint. sudo apt-get install python3 python3-dev python3-pip python3-virtualenv and setting is still giving error: borg mount not available: no FUSE support, BORG_FUSE_IMPL=pyfuse3. any ideas? |
You usually don't need to set BORG_FUSE_IMPL, the default should work ok. Did you also install the |
I am not sure- i just think "sudo apt-get install libfuse3-dev fuse3" install pyfuse3... |
How to best install that depends a bit on how you installed borg. If borg is from the ubuntu package, pyfuse3 should be usually pulled in automatically via a package dependency. In that case maybe you just need to configure fuse in general ( If borg was installed via pip, the also use pip like |
i installed with "apt install borgbackup" marc@unimatrix:/$ man fuse NAME SYNOPSIS DESCRIPTION
|
With sudo pip3 install fuse3 i receive this: marc@unimatrix:/$ sudo pip3 install fuse3 × This environment is externally managed
note: If you believe this is a mistake, please contact your Python installation or OS distribution provider. You can override this, at the risk of breaking your Python installation or OS, by passing --break-system-packages. Dont want to install it in virtual environment. |
Did you solve it? |
Hi! i found the solution that works for me: thank you |
fuse is working Thanx very much |
I am getting the same error message ("borg mount not available: no FUSE support, BORG_FUSE_IMPL=pyfuse3,llfuse") when trying to mount a backup in openSUSE Leap 15.6. I had installed Doing a YAST search for I have installed version Being able to mount a backup is a vital feature when trying to recover specific files without rolling back the whole backup. |
You likely need to install some OS-level fuse packages of SuSE, see our install docs. llfuse is the python lib using fuse(2), pyfuse3 is the python lib using fuse3. |
A YAST search for
I assume
It has a long list of dependencies, but YAST has confirmed that all OS-level package dependencies are OK. What might be missing? I aren't very knowledgeable about either Fuse or Python. Your documentation lists build dependencies (python3-devel libacl-devel openssl-devel ...), but I assumed they are only needed when building from source. |
YAST shows that although
Should it also be providing |
Have you checked borgbackup docs, FAQ, and open GitHub issues?
No
i googled for this error - no hit
Is this a BUG / ISSUE report or a QUESTION?
Invalid
System information. For client/server mode post info for both machines.
Your borg version (borg -V).
borg 1.2.8
Operating system (distribution) and version.
Distributor ID: Ubuntu
Description: Ubuntu 24.04.1 LTS
Release: 24.04
Codename: noble
Hardware / network configuration, and filesystems used.
ext4
How much data is handled by borg?
Repository: /mnt/backup_repo
Archive name: unimatrix-2024-09-17-131430
Archive fingerprint: 2f50ad18b56bb0b1455caf2cf9d48fd7560c236dbc8e6f4c43c714e1294c6485
Time (start): Tue, 2024-09-17 13:14:34
Time (end): Tue, 2024-09-17 13:33:28
Duration: 18 minutes 53.49 seconds
Number of files: 31097
Utilization of max. archive size: 0%
This archive: 187.59 GB 179.80 GB 6.06 GB
All archives: 462.18 GB 437.34 GB 300.60 GB
Chunk index: 155754 336377
terminating with success status, rc 0
Tue Sep 17 01:33:34 PM UTC 2024 Pruning repository
Keeping archive (rule: daily #1): unimatrix-2024-09-17-131430 Tue, 2024-09-17 13:14:34 [2f50ad18b56bb0b1455caf2cf9d48fd7560c236dbc8e6f4c43c714e1294c6485]
Pruning archive (1/2): unimatrix-2024-09-17-102127 Tue, 2024-09-17 10:21:28 [92c8fb88bd211f208559f43c49b285279ef1de9a45efd61c0990bf56935a9765]
Pruning archive (2/2): unimatrix-2024-09-17-091409.checkpoint Tue, 2024-09-17 09:14:13 [4d258a431a25cf55572b8f41f6683ca92ac456f66a1cdc40b5c900b7ebe80e9a]
Keeping archive (rule: daily #2): unimatrix-2024-09-15-212735 Sun, 2024-09-15 21:27:36 [23905dfdcaf2b66787a7a161ccadf5523571f574d6d2436eae1c808928b2da7f]
Keeping archive (rule: daily #3): unimatrix-2024-09-10-185808 Tue, 2024-09-10 18:58:08 [8ca5de006111f72e3be87a1603024c786002b851cdbc1d4bb380eecede0916f9]
Keeping archive (rule: daily #4): unimatrix-2024-09-09-142107 Mon, 2024-09-09 14:21:07 [271935c8c0c1e2db5e6743dd9baae5b724d437cf55dec0f159cfb7d111c3a24e]
terminating with success status, rc 0
Tue Sep 17 01:37:03 PM UTC 2024 Compacting repository
Tue Sep 17 02:22:40 PM UTC 2024 Backup, Prune, and Compact finished successfully
Full borg commandline that lead to the problem (leave away excludes and passwords)
borg mount /mnt/backup_repo /mnt/fuse
Describe the problem you're observing.
error-msg: borg mount not available: no FUSE support, BORG_FUSE_IMPL=pyfuse3,llfuse
Can you reproduce the problem? If so, describe how. If not, describe troubleshooting steps you took before opening the issue.
yes
mount is not working
Include any warning/errors/backtraces from the system logs
The text was updated successfully, but these errors were encountered: