Skip to content

"juicefs mount -d ..." hanged when no permission to exec fusermount #264

Answered by chnliyong
myc724 asked this question in Q&A
Discussion options

You must be logged in to vote

It seems you OS is a a little bit old and the fusermount should be run by the fuse group.
Non-privileged user mount will execute the mount by fusermount as it has set-user-ID bit, thus get the privilege.

Currently we check if the mount point is ready in a infinite loop, we'll consider resolving this.

If you flow is executed with a specific regular user, you can add it to group fuse to bypass.

Replies: 2 comments 4 replies

Comment options

You must be logged in to vote
3 replies
@myc724
Comment options

@chnliyong
Comment options

@myc724
Comment options

Answer selected by myc724
Comment options

You must be logged in to vote
1 reply
@myc724
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants