diff --git a/modules/ROOT/pages/services/filesharing-nfs-installation.adoc b/modules/ROOT/pages/services/filesharing-nfs-installation.adoc index ed15be0..ac8ff64 100644 --- a/modules/ROOT/pages/services/filesharing-nfs-installation.adoc +++ b/modules/ROOT/pages/services/filesharing-nfs-installation.adoc @@ -285,7 +285,7 @@ Each default for every exported file system must be explicitly overridden. For e For basic options of exports Option Description -rw/wo:: +rw/ro:: Allow both read and write requests / only read requests on a NFS volume. sync/async:: Reply to requests only after the changes have been committed to stable storage (Default) / allow the NFS server to violate the NFS protocol and reply to requests before any changes made by that request have been committed to stable storage.