juicedata / juicefs

JuiceFS is a distributed POSIX file system built on top of Redis and S3.
https://juicefs.com
Apache License 2.0
10.95k stars 967 forks source link

/usr/bin/fusermount: failed to open /dev/fuse: Operation not permitted #5288

Closed eemjwu closed 1 week ago

eemjwu commented 1 week ago

When I execute the following command: sudo juicefs mount redis://:@127.0.0.1:6379/1 ~/jfs I got:

2024/11/12 14:18:00.707450 juicefs[85709] <INFO>: Mounting volume myjfs at /home/wumengjie.wmj/jfs ... [mount_unix.go:814]
/usr/bin/fusermount: failed to open /dev/fuse: Operation not permitted
2024-11-12 14:18:00.708756 I | mount: fusermount exited with code 256
2024/11/12 14:18:00.708787 juicefs[85709] <FATAL>: fuse: fuse: fusermount exited with code 256 [mount_unix.go:817]