Created
August 26, 2023 20:12
-
-
Save plmi/f15bfbe71bac4e27c914d1a630102f11 to your computer and use it in GitHub Desktop.
Mount OpenMediaVault NFS share on Windows
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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