Show pageBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== NFS on Windows ====== ===== Mount NFS on Windows ===== To mount an NFS share on Windows[(https://it.umn.edu/services-technologies/how-tos/network-file-system-nfs-mount-nfs-share)], you first have to enable the feature. * Open [[powershell|Powershell]] * Server OS: ''Install-WindowsFeature NFS-Client'' * Desktop OS: ''Enable-WindowsOptionalFeature -FeatureName ServicesForNFS-ClientOnly, ClientForNFS-Infrastructure -Online -NoRestart'' Mount the share using ''mount -o anon nfs.share.server.name:/share-name X:'' Last modified: 2024-07-05 14:31