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
The current algorithm just uses the firstfusermount[N] it can find.
To make the heuristic a bit more robust, we should search for the version matching the statically linked fusermount version (currently 3) first, before falling back to looking for other versions.
The text was updated successfully, but these errors were encountered:
The current algorithm just uses the first
fusermount[N]
it can find.To make the heuristic a bit more robust, we should search for the version matching the statically linked fusermount version (currently 3) first, before falling back to looking for other versions.
The text was updated successfully, but these errors were encountered: