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 WinFsp network mount service has the capability VOLUME_NAME, which allows to set the drive name shown in the Windows Explorer.
But when mounting two different filesystems with the same volume name, mounting the second one fails with message to stdout:
Cannot create WinFsp-FUSE file system.
The service java has failed to start (Status=80070050).
I assume the error code is something like ALREADY_EXISTS, because in Windows there can only be one \\server\share at a given time and in our case server is a constant string and share is the volume name.
The text was updated successfully, but these errors were encountered:
The WinFsp network mount service has the capability VOLUME_NAME, which allows to set the drive name shown in the Windows Explorer.
But when mounting two different filesystems with the same volume name, mounting the second one fails with message to stdout:
I assume the error code is something like ALREADY_EXISTS, because in Windows there can only be one
\\server\share
at a given time and in our caseserver
is a constant string andshare
is the volume name.The text was updated successfully, but these errors were encountered: