In my Windows machine, I need to mount an NFS to a Linux Docker container (following this answer), but I can't retrieve the NFS directory's address).
My NFS directory is \\MER\cy\files
. I tried running Get-NfsShare -Name "MER"
, but I'm getting this error:
Get-NfsShare: A general error occurred that is not covered by a more specific error code.
(the journey to even be able to run Get-NfsShare
was winding to begin with, involving downloading Server Admin Tools for Win10 and running Enable-WindowsOptionalFeature ...
- wondering maybe somewhere along the way some flaw happened)