Skip to content

Commit

Permalink
Adapt information about the NFS client field.
Browse files Browse the repository at this point in the history
Fixes: #104
Signed-off-by: Volker Theile <votdev@gmx.de>
(cherry picked from commit 7dea30d)
Signed-off-by: Volker Theile <votdev@gmx.de>
  • Loading branch information
votdev committed Jul 26, 2022
1 parent fee54a0 commit 7eb4f3d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions administration/services/nfs.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ Server Shares
The following options are available to configure from the |webui|:

- **Shared folder:** Select a folder, the system will add an bind entry to fstab, mount that bind and add it to /etc/exports file
- **Client:** Enter a single ip, host or network CIDR notation. Only one entry is allowed at the moment. You can leave it empty if you do not want network security.
- **Client:** Enter a single IP, host, network in CIDR notation or wildcards. Only one entry is allowed. Check the `manual <https://manpages.debian.org/nfs-kernel-server/exports.5.en.html#Machine_Name_Formats>`_ about the machine name formats.
- **Privilege:** This will append read write (rw) or read-only (ro) to ``/etc/exports``. [3]_
- **Extra options:** Add options according the `exports manual <https://linux.die.net/man/5/exports>`_.
- **Extra options:** Add options according the `manual <https://manpages.debian.org/nfs-kernel-server/exports.5.en.html#General_Options>`_.

The server also shares by default the pseudo root filesystem of /exports as NFSv4.

Expand Down Expand Up @@ -79,4 +79,4 @@ Remote access

.. [1] https://help.ubuntu.com/community/NFSv4Howto#NFSv4_without_Kerberos
.. [2] https://www.centos.org/docs/5/html/5.1/Deployment_Guide/s3-nfs-server-config-exportfs-nfsv4.html
.. [3] This is not standard |omv| privileges as in the shared folder section
.. [3] This is not standard |omv| privileges as in the shared folder section.

0 comments on commit 7eb4f3d

Please sign in to comment.