Exportfs: Difference between revisions
Jump to navigation
Jump to search
(Created page with "=Internal= * Linux =Overview= =List Filesystems Exported by a NFS Sever= Use: <pre> exportfs [-v] </pre> <tt>exportfs</tt> without any argument displa...") |
|||
Line 14: | Line 14: | ||
<tt>exportfs</tt> without any argument displays the filesystems exported on the host. If <tt>-v</tt> is used, a list of export options is also displayed. | <tt>exportfs</tt> without any argument displays the filesystems exported on the host. If <tt>-v</tt> is used, a list of export options is also displayed. | ||
Example: | |||
<pre> | |||
/volume1/wiki 192.168.1.2(rw,async,no_root_squash,no_subtree_check,insecure_locks,anonuid=0,anongid=0,sec=sys,rw,no_root_squash,no_all_squash) | |||
/volume3/dropbox 192.168.1.2(rw,async,no_root_squash,no_subtree_check,insecure_locks,anonuid=0,anongid=0,sec=sys,rw,no_root_squash,no_all_squash) | |||
</pre> |
Revision as of 07:34, 21 August 2016
Internal
Overview
List Filesystems Exported by a NFS Sever
Use:
exportfs [-v]
exportfs without any argument displays the filesystems exported on the host. If -v is used, a list of export options is also displayed.
Example:
/volume1/wiki 192.168.1.2(rw,async,no_root_squash,no_subtree_check,insecure_locks,anonuid=0,anongid=0,sec=sys,rw,no_root_squash,no_all_squash) /volume3/dropbox 192.168.1.2(rw,async,no_root_squash,no_subtree_check,insecure_locks,anonuid=0,anongid=0,sec=sys,rw,no_root_squash,no_all_squash)