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"]],[["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-12-04 UTC."],[],[]]