[Sysadmins] NFS
Avramenko Andrew
=?iso-8859-1?q?liksx_=CE=C1_mail=2Eru?=
Ср Янв 10 16:40:13 MSK 2007
man exports:
=================
async: This option allows the NFS server to violate the NFS protocol and reply to requests before any changes
made by that request have been committed to stable storage (e.g. disc drive).
Using this option usually improves performance, but at the cost that an unclean server restart (i.e. a crash) can cause data to be lost or corrupted.
sync: Reply to requests only after the changes have been committed to stable storage (see async above).
=================
Какую использовать - решать Вам. Соответственно прописываются они в /etc/exports :)
Подробная информация о списке рассылки Sysadmins