EFlow-Share brings rpc error " Did not find any matching sharedfolders!"

Gerald Kluge 10 Reputation points
2023-07-10T10:02:16.9566667+00:00

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"  

}  

]  

}  

]  

 

 

Azure IoT Edge
Azure IoT Edge
An Azure service that is used to deploy cloud workloads to run on internet of things (IoT) edge devices via standard containers.
576 questions
{count} votes

2 answers

Sort by: Most helpful
  1. Morais, Nelson 5 Reputation points
    2023-10-26T12:28:14.71+00:00

    As mentioned on my comments (given the comments from @Gerald Kluge , this feature is not supported on Windows Server.

    1 person found this answer helpful.

  2. 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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.