Stay organized with collections
Save and categorize content based on your preferences.
Represents a mount configuration for Network File System (NFS) to mount.
Fields
serverstring
Required. IP address of the NFS server.
pathstring
Required. Source path exported from NFS server. Has to start with '/', and combined with the ip address, it indicates the source mount path in the form of server:path
mountPointstring
Required. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[],[],null,["# NfsMount\n\nRepresents a mount configuration for Network File System (NFS) to mount.\nFields `server` `string` \nRequired. IP address of the NFS server.\n`path` `string` \nRequired. Source path exported from NFS server. Has to start with '/', and combined with the ip address, it indicates the source mount path in the form of `server:path`\n`mountPoint` `string` \nRequired. Destination mount path. The NFS will be mounted for the user under /mnt/nfs/"]]