Citation :
[root@VDRBOX export]#exportfs -a
exportfs: No host name given with /export/records (rw), suggest *(rw) to avoid warning
exportfs: /etc/exports [2]: No 'sync' or 'async' option specified for export ": /export/records".
Assuming default behaviour ('sync').
NOTE: this default has changed from previous versions
exportfs: No host name given with /export/records (rw,sync,wdelay,hide,nocrossmnt,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2), suggest *(rw,sync,wdelay,hide,nocrossmnt,secure,root_squash,no_all_squash,subtree_check,secure_locks,mapping=identity,anonuid=-2,anongid=-2) to avoid warning
[root@VDRBOX export]# service nfs restart
Shutting down NFS mountd: [ OK ]
Shutting down NFS daemon: [ OK ]
Arrêt des services NFS : [ OK ]
Lancement des services NFS : [ OK ]
Starting NFS daemon: [ OK ]
Starting NFS mountd: [ OK ]
|