Skip to content

Instantly share code, notes, and snippets.

@dapperfu
Created November 21, 2017 01:36
Show Gist options
  • Save dapperfu/1b6f026361f2d45804f92f8eda59e30c to your computer and use it in GitHub Desktop.
Save dapperfu/1b6f026361f2d45804f92f8eda59e30c to your computer and use it in GitHub Desktop.
nas fstab updater
showmount -e nas.local | grep everyone | cut -f1 -d" " | xargs -n1 -I{} echo nas.local:{} {} nfs rsize=8192,wsize=8192,timeo=14,intr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment