We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
What happened: Failed to Mount at Amazon Linux 2
What you expected to happen: It should be fine
How to reproduce it (as minimally and precisely as possible): Launch EC2 Linux with Amazon Linux 2.
Run https://juicefs.com/docs/community/quick_start_guide
The command juicefs mount would report error
juicefs mount
<FATAL>: fuse: fuse: exec: "/bin/fusermount": stat /bin/fusermount: no such file or directory [mount_unix.go:184]
Anything else we need to know?
Environment:
JuiceFS version (use juicefs --version) or Hadoop Java SDK version: juicefs version 1.0.2+2022-10-13.514ef03
juicefs --version
Cloud provider or hardware configuration running JuiceFS: AWS
OS (e.g cat /etc/os-release):
cat /etc/os-release
NAME="Amazon Linux" VERSION="2" ID="amzn" ID_LIKE="centos rhel fedora" VERSION_ID="2" PRETTY_NAME="Amazon Linux 2" ANSI_COLOR="0;33" CPE_NAME="cpe:2.3:o:amazon:amazon_linux:2" HOME_URL="https://amazonlinux.com/"
Kernel (e.g. uname -a): Linux ip-172-31-28-88.us-east-2.compute.internal 4.14.232-177.418.amzn2.x86_64 update reader length after write #1 SMP Tue Jun 15 20:57:50 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
uname -a
Object storage (cloud provider and region, or self maintained): Local
Metadata engine info (version, cloud provider managed or self maintained): Sqlite3
Network connectivity (JuiceFS to metadata engine, JuiceFS to object storage): Local
Others:
The text was updated successfully, but these errors were encountered:
You need to install fuse first: sudo yum install fuse
sudo yum install fuse
Sorry, something went wrong.
@SandyXSD libfuse is needed for non-root user, maybe we should improve the error message.
True, thanks.
Hexilee
Successfully merging a pull request may close this issue.
What happened:
Failed to Mount at Amazon Linux 2
What you expected to happen:
It should be fine
How to reproduce it (as minimally and precisely as possible):
Launch EC2 Linux with Amazon Linux 2.
Run https://juicefs.com/docs/community/quick_start_guide
The command
juicefs mount
would report errorAnything else we need to know?
Environment:
JuiceFS version (use
juicefs --version
) or Hadoop Java SDK version:juicefs version 1.0.2+2022-10-13.514ef03
Cloud provider or hardware configuration running JuiceFS:
AWS
OS (e.g
cat /etc/os-release
):Kernel (e.g.
uname -a
):Linux ip-172-31-28-88.us-east-2.compute.internal 4.14.232-177.418.amzn2.x86_64 update reader length after write #1 SMP Tue Jun 15 20:57:50 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
Object storage (cloud provider and region, or self maintained):
Local
Metadata engine info (version, cloud provider managed or self maintained):
Sqlite3
Network connectivity (JuiceFS to metadata engine, JuiceFS to object storage):
Local
Others:
The text was updated successfully, but these errors were encountered: