admin:windows:nfs

NFS on Windows

To mount an NFS share on Windows1, you first have to enable the feature.

    • 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: 2021-10-10 17:35