mountOptions.nonempty=cmdMount.Flag.Bool("nonempty",false,"allows the mounting over a non-empty directory")
mountOptions.outsideContainerClusterMode=cmdMount.Flag.Bool("outsideContainerClusterMode",false,"allows other users to access the file system")
mountOptions.outsideContainerClusterMode=cmdMount.Flag.Bool("outsideContainerClusterMode",false,"allows other users to access volume servers with publicUrl")
mountOptions.uidMap=cmdMount.Flag.String("map.uid","","map local uid to uid on filer, comma-separated <local_uid>:<filer_uid>")
mountOptions.gidMap=cmdMount.Flag.String("map.gid","","map local gid to gid on filer, comma-separated <local_gid>:<filer_gid>")