diff options
| author | Mateusz Piotrowski <0mp@FreeBSD.org> | 2024-04-11 12:55:28 +0000 |
|---|---|---|
| committer | Mateusz Piotrowski <0mp@FreeBSD.org> | 2024-04-11 12:55:28 +0000 |
| commit | 49a7d9578317f1641e83eb9fe09398ab93355245 (patch) | |
| tree | 408008dec150f7647a884f54ce07751d38d74770 /documentation | |
| parent | 96ab106d3edfa8702da75a36e04e88cf0b710202 (diff) | |
Diffstat (limited to 'documentation')
| -rw-r--r-- | documentation/content/en/books/handbook/network-servers/_index.adoc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/content/en/books/handbook/network-servers/_index.adoc b/documentation/content/en/books/handbook/network-servers/_index.adoc index 61769635f8..88f3674efc 100644 --- a/documentation/content/en/books/handbook/network-servers/_index.adoc +++ b/documentation/content/en/books/handbook/network-servers/_index.adoc @@ -404,6 +404,8 @@ To make subsequent [.filename]#/etc/exports# edits take effect immediately, forc # service mountd reload .... +Refer to man:zfs-share[8] for a description of exporting ZFS datasets via NFS using the `sharenfs` ZFS property instead of the man:exports[5] file. + Refer to man:nfsv4[4] for a description of an NFS Version 4 setup. === Configuring the Client |
