我试图在Borg备份中运行borg mount,但这意味着fusermount3没有安装。
fuse: failed to exec fusermount3: No such file or directory在谷歌上搜索这个问题没有帮助。我安装了保险丝:
fuse is already the newest version (2.9.9-3).与Lib引信一样:
libfuse2 is already the newest version (2.9.9-3).我使用内核5.4.0-113运行Linux 20 -泛型
发布于 2022-06-06 19:51:01
想明白了:我必须安装fuse3
sudo apt-get install fuse3https://unix.stackexchange.com/questions/705091
复制相似问题