SquashMode defines how remote user privileges are restricted
when accessing an NFS export. It controls how user identities
(like root) are mapped to anonymous users to limit access and
enforce security.
Enums
Name
Description
SQUASH_MODE_UNSPECIFIED
Defaults to NO_ROOT_SQUASH.
NO_ROOT_SQUASH
The root user (UID 0) retains full access. Other users are unaffected.
ROOT_SQUASH
The root user (UID 0) is squashed to anonymous user ID. Other users are unaffected.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-12-04 UTC."],[],[]]