Here is some cool ascii art to illustrate permissions after mount. The (x)_b notation indicates that x is in base b.
# permissions # rwxr-xr-x dirs local dmask=022 # (22)_8 = ( 10010)_2 local fmask=133 # (133)_8 = ( 1011011)_2 # rw-r--r-- files # -- underground experts united https://dataswamp.org/~incal