From 4944a4c750f904c41ca08436c8657e005acca61a Mon Sep 17 00:00:00 2001 From: maartenl Date: Sun, 28 Dec 2025 14:26:46 +0000 Subject: [PATCH] Changed "wo" to "ro" I assume the setting is "ro" meaning "read only". Probably a typo. --- modules/ROOT/pages/services/filesharing-nfs-installation.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.