Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
5 votes
1 answer
16k views

Powershell mount NFS with options

I'm trying to mount an NFS share on Windows with options, but am getting an error. PS C:\Users\cclloyd> mount 10.0.40.1:/srv/Config H: -o nolock New-PSDrive: Parameter cannot be processed because ...
cclloyd's user avatar
  • 812
0 votes
1 answer
913 views

How is the cmdlet Set-NfsClientConfiguration installed?

How does one figure out which windows feature/package provides a given PowerShell cmdlet? An analogue to yum whatprovides and apt-file find on RedHat and Debian based systems. The cmdlet I ...
Rovanion's user avatar
  • 255
0 votes
1 answer
1k views

Powershell Invalid Spacename

I'm trying to use nfs command on Powershell like "Get-NfsClientConfiguration" or "Get-NfsShare" but they aren't working. I get an "invalid spacename" error. I don't understand how to enable the ...
Nyazuma's user avatar
  • 11
1 vote
1 answer
2k views

Add-WindowsFeature FS-NFS-Services "the name was not found"

I have a fresh installation of Windows Server 2012 and need to create a NFS share. Using these instructions: PS C:\> Import-Module ServerManager this works ok - I'm returned to the prompt. ...
a coder's user avatar
  • 483