Sherlock-Holo / fuse3

an async version fuse library for rust
MIT License
83 stars 17 forks source link

example memfs privileged mount will stuck #62

Closed Sherlock-Holo closed 8 months ago

Sherlock-Holo commented 1 year ago

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,

Sherlock-Holo commented 8 months ago

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