As mentioned on my comments (given the comments from @Gerald Kluge , this feature is not supported on Windows Server.
EFlow-Share brings rpc error " Did not find any matching sharedfolders!"
Hello,
in windows server 2022 have a running Eflow-Installation.
Want to add shared folders
Add-EflowVmSharedFolder -sharedFoldersJsonPath "D:\Shared\EFLOW-Shared\sharedFolders.json"
gives:
Creating storage sharedfolders under root (D:\Shared\EFLOW-Shared)
- Did not find any matching sharedfolders!
- Did not find any matching sharedfolders!
one yaml file is created in Eflow folder
Sharedfolders structure:
(removed)
set all folder starting with Folder D:\Shared in properties to "shared" and access to "everyone R/W"
Content of json:
[
{
"sharedFolderRoot": "d:\Shared\EFLOW-Shared",
"sharedFolders": [
{
"hostFolderPath": "cronicle",
"readOnly": false,
"targetFolderOnGuest": "/tmp/host-cronicle"
},
{
"hostFolderPath": "RWAccess",
"readOnly": false,
"targetFolderOnGuest": "/tmp/host-rwaccess"
}
]
}
]
2 answers
Sort by: Most helpful
-
-
LeelaRajeshSayana-MSFT 15,886 Reputation points Microsoft Employee
2023-07-10T19:56:58.4333333+00:00 Hi @Gerald Kluge Greetings! Welcome to Microsoft Q&A forum. Thank you for posting this question here.
Update
This feature is not currently supported on Windows Server.
If the response helped, please do click Accept Answer and Yes for the answer provided. Doing so would help other community members with similar issue identify the solution. I highly appreciate your contribution to the community.