關於mount -o nolock問題 - Linux

Table of Contents

各位先進好
小弟有一個 mount nfs上面的問題
因fedoara系統上面跑sendmail程式, 最近要掛上NFS
因此 下達 mount -t nfs ip:/vol /var/mail
但是自此之後, 信件就無法進到 user信箱, user也無法收發信件
maillog上面顯示 /var/mail/userA: Operation not supported
但是可以在 /var/mail上面可 touch file 或是 mkdir, 不管是 root或一般user
我查閱google文件後, 有提到關於 參數 nolock用法
於是我 更改成 mount -t nfs -o nolock 之後, 信件就順利進到系統,

因此我的問題是
為何部份程式像是sendmail 應用到NFS系統時
mount需要 nolock參數才不會出現問題, 其意義為何?

謝謝各位


--

All Comments

Isabella avatarIsabella2009-09-05
怕你內網一斷信就收不進來???