Linux NFS Operations: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
(Created page with "=Internal= * NFS =Export= Export without preventing access to the currently exported filesystems. Add the new filesystem definition to /etc/exports...")
 
Line 7: Line 7:
Export without preventing access to the currently exported filesystems.
Export without preventing access to the currently exported filesystems.


Add the new filesystem definition to /etc/exports or /etc/exports.d/*.exports and then:
Add the new filesystem definition to [[Linux_NFS_Configuration#Exports_Configurations|/etc/exports or /etc/exports.d/*.exports]] and then:


  exportfs -av
  exportfs -av

Revision as of 22:38, 21 November 2017

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