From professional translators, enterprises, web pages and freely available translation repositories.
no wdelay このオプションは同時に sync が設定されている場合にのみ効果があります。nfs サーバは、書き込み要求を受けたとき、関連した別の書き込み要求が実行中である (または近々到着する) と予想した場合、その要求のディスクへの反映を少し遅らせます。これによって一度の操作で複数の書き込み要求がディスクに反映されるので、パフォーマンスが向上します。nfs サーバが受け取るデータの書き込み要求が主に関連性のない小さなものである場合は、この動作は逆にパフォーマンスを低下させてしまうので、no_wdelay を指定して無効にできるようになっています。
no wdelay this option only has effect if sync is also set. the nfs server will normally delay committing a write request to disk slightly if it suspects that another related write request may be in progress or may arrive soon. this allows multiple write requests to be committed to disk with the one operation which can improve performance. if an nfs server received mainly small unrelated requests, this behavior could actually reduce performance, so no wdelay is available to turn it off.