Skip to content

Instantly share code, notes, and snippets.

@joejulian
Created May 1, 2020 16:40
Show Gist options
  • Save joejulian/4d8786dd24bc98bbc6a42d73aa94a7e5 to your computer and use it in GitHub Desktop.
Save joejulian/4d8786dd24bc98bbc6a42d73aa94a7e5 to your computer and use it in GitHub Desktop.
EXPORT
{
# Export Id (mandatory, each EXPORT must have a unique Export_Id)
Export_Id = 1;
# Exported path (mandatory)
Path = /export;
# Pseudo Path (for NFS v4)
Pseudo = /;
# Access control options
Access_Type = RW;
Squash = No_Root_Squash;
# NFS protocol options
Transports = UDP,TCP;
Protocols = 3,4;
SecType = "sys";
# Exporting FSAL
FSAL {
Name = VFS;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment