You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As said in the docs: This function will not return until the filesystem is unmounted. (~see docs)
The reference implementation libfuse does in fact return after a mount so I would say this is some kind of unexpected behavior for this rust-implementation.
Is there a specific reason why mount2() is implemented to not return (unless unmounted) in fuser?
The text was updated successfully, but these errors were encountered:
As said in the docs:
This function will not return until the filesystem is unmounted.
(~see docs)The reference implementation
libfuse
does in fact return after amount
so I would say this is some kind of unexpected behavior for this rust-implementation.Is there a specific reason why
mount2()
is implemented to not return (unless unmounted) infuser
?The text was updated successfully, but these errors were encountered: