Linux NFS Operations: Difference between revisions
Jump to navigation
Jump to search
(→Export) |
(→Export) |
||
Line 10: | Line 10: | ||
exportfs -av | exportfs -av | ||
=Mounting NFS Shares= | |||
Also see: {{Linux_NFS_Configuration#Mount_Options|Mount Options}} |
Revision as of 22:13, 17 December 2019
Internal
Export
Export without preventing access to the currently exported filesystems.
Add the new filesystem definition to /etc/exports or /etc/exports.d/*.exports and then:
exportfs -av
Also see: Template:Linux NFS Configuration