Skip to content

Instantly share code, notes, and snippets.

@stain
Created July 15, 2020 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stain/a1d7696aebada3f3ff14b983c30d4994 to your computer and use it in GitHub Desktop.
Save stain/a1d7696aebada3f3ff14b983c30d4994 to your computer and use it in GitHub Desktop.
[ NFSMount_Global_Options ]
Proto=tcp6
Retrans=4
Timeo=600
Soft=True
Sec=krb5p:krb5i
Nfsvers=4
@stain
Copy link
Author

stain commented Jul 15, 2020

biggie:/files/web$ mount | grep files
auto.files on /files type autofs (rw,relatime,fd=13,pgrp=2326,timeout=300,minproto=5,maxproto=5,indirect,pipe_ino=54831)
files:/web on /files/web type nfs4 (rw,relatime,vers=4.0,rsize=1048576,wsize=1048576,namlen=255,soft,proto=tcp6,timeo=600,
           retrans=4,sec=krb5p,clientaddr=2001:460:2a32:0:abcd:1234:abcd:1234,local_lock=none,addr=2001:460:2a32::5432)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment