Skip to content

Instantly share code, notes, and snippets.

@plmi
Created August 26, 2023 20:12
Show Gist options
  • Save plmi/f15bfbe71bac4e27c914d1a630102f11 to your computer and use it in GitHub Desktop.
Save plmi/f15bfbe71bac4e27c914d1a630102f11 to your computer and use it in GitHub Desktop.
Mount OpenMediaVault NFS share on Windows
Enable-WindowsOptionalFeature -FeatureName ServicesForNFS-ClientOnly, ClientForNFS-Infrastructure -Online -NoRestart
New-PSDrive -PSProvider FileSystem -Name M -Root \\192.168.8.101\export\shared -Persist
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment