Skip to content

NFS - Network File System

config/feature.json
53  "WPFFeaturenfs": {
54    "Content": "NFS - Network File System",
55    "Description": "Network File System (NFS) is a mechanism for storing files on a network.",
56    "category": "Features",
57    "panel": "1",
58    "feature": [
59      "ServicesForNFS-ClientOnly",
60      "ClientForNFS-Infrastructure",
61      "NFS-Administration"
62    ],
63    "InvokeScript": [
64      "nfsadmin client stop",
65      "Set-ItemProperty -Path 'HKLM:\\SOFTWARE\\Microsoft\\ClientForNFS\\CurrentVersion\\Default' -Name 'AnonymousUID' -Type DWord -Value 0",
66      "Set-ItemProperty -Path 'HKLM:\\SOFTWARE\\Microsoft\\ClientForNFS\\CurrentVersion\\Default' -Name 'AnonymousGID' -Type DWord -Value 0",
67      "nfsadmin client start",
68      "nfsadmin client localhost config fileaccess=755 SecFlavors=+sys -krb5 -krb5i"
69    ],