Closed eemjwu closed 1 week ago
When I execute the following command: sudo juicefs mount redis://:@127.0.0.1:6379/1 ~/jfs I got:
sudo juicefs mount redis://:@127.0.0.1:6379/1 ~/jfs
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]
When I execute the following command:
sudo juicefs mount redis://:@127.0.0.1:6379/1 ~/jfs
I got: