Here's the deal...at least on 7-mode ONTAP
(this does not work as well on C-MODE)
All normal options are visible all the time.
All hidden options are hidden *until* you unhide them.
How do you unhide them? You change them from their default setting.
Let's say the option nfs.foo.bar (it is not real!) is a hidden option.
If you run "options" it will not show.
If you run "options nfs.foo.bar" it will show and so will its' default value.
If you modify the option away from the default, it will *always* show.
No that I condone this, but you can go to the /etc directory on your filer
and look (DO NOT MODIFY) at the registry file.
You can always compare stuff you find to the "options" output to see
what, if anything, is hidden
In case you were wondering:
nfs.mount_rootonly
When enabled, the mount server will deny the request if the client is not root user using privileged ports. Valid values for this option are on (enabled) or off (disabled). The default value for this option is on for more secure access
--> *usually*, not always, someone might turn this on when the filer is being mounted from a PC using PCNFS.
nfs.nfs_rootonly
When enabled, the NFS server will reject client requests from the non-reserved ports(>=1024) except for the NULL call. Ports lower than 1024 can only be used by the root user. Valid values for this option are on (enabled) or off (disabled). The default value for this option is off.