no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | nfs [2016/04/27 16:38] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== NFS ====== | ||
+ | NFS uses '' | ||
+ | |||
+ | ** Reload ''/ | ||
+ | |||
+ | < | ||
+ | exportfs -ra | ||
+ | </ | ||
+ | |||
+ | ** Display available mounts ** | ||
+ | |||
+ | < | ||
+ | showmount -e nas | ||
+ | </ | ||
+ | |||
+ | === ZFS === | ||
+ | |||
+ | ZFS allows setting up an NFS share directly with the filesystem. | ||
+ | |||
+ | < | ||
+ | zfs set sharenfs=on zpool/ | ||
+ | </ | ||
+ | |||
+ | You can also set the NFS settings directly: | ||
+ | |||
+ | < | ||
+ | zfs set sharenfs=[nfs settings] zpool/ | ||
+ | </ | ||
+ | |||
+ | I have *not* had any success setting this up with ZFS on Linux (0.6.3). | ||
+ | ==== Examples ==== | ||
+ | |||
+ | ** Read-only to subnet ** | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ |