Sherlock-Holo / fuse3

an async version fuse library for rust

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

example memfs privileged mount will stuck

Sherlock-Holo opened this issue · comments

change example memfs mount_with_unprivileged to use mount will mount success, but when try to access the mount point such as ls will stuck, the strace show it stucks at

statx(AT_FDCWD, "ttt", AT_STATX_SYNC_AS_STAT|AT_NO_AUTOMOUNT, STATX_MODE,

when use privileged mode, the FuseConnection will block on read, that's so strange