Re: How to disable NFS fnctl in /etc/fstab?

2008-09-08 Thread Oliver Fromme
Tim Chen wrote: > For some reason we want to disable fnctl lock for NFS > mounted partition. We can achieve this by the following > command: mount_nfs -T -L server:/home /mnt > However after several time of failure tests, we still > can not make it work in /etc/fstab. > > server:/home /mnt

Re: How to disable NFS fnctl in /etc/fstab?

2008-09-04 Thread Jeremy Chadwick
On Fri, Sep 05, 2008 at 12:11:20AM +0800, Tim Chen wrote: > By the way, since the machine is running as a mail server which > install postfix,courier-imap, will it happen any kind of data > corruption due to NFS fnctl lock disabled? Regarding postfix, you will probably need dotlocking enabled duri

Re: How to disable NFS fnctl in /etc/fstab?

2008-09-04 Thread Ben C. O. Grimm
Tim Chen wrote: For some reason we want to disable fnctl lock for NFS mounted partition. We can achieve this by the following command: mount_nfs -T -L server:/home /mnt However after several time of failure tests, we still can not make it work in /etc/fstab. server:/home /mnt nfs rw,tcp 0 0 It

Re: How to disable NFS fnctl in /etc/fstab?

2008-09-04 Thread Ben C. O. Grimm
Tim Chen wrote: For some reason we want to disable fnctl lock for NFS mounted partition. We can achieve this by the following command: mount_nfs -T -L server:/home /mnt However after several time of failure tests, we still can not make it work in /etc/fstab. server:/home /mnt nfs rw,tcp 0 0 It

Re: How to disable NFS fnctl in /etc/fstab?

2008-09-04 Thread Claus Guttesen
> For some reason we want to disable fnctl lock for NFS > mounted partition. We can achieve this by the following > command: mount_nfs -T -L server:/home /mnt > However after several time of failure tests, we still > can not make it work in /etc/fstab. > According to man mount_nfs: -L D

How to disable NFS fnctl in /etc/fstab?

2008-09-04 Thread Tim Chen
For some reason we want to disable fnctl lock for NFS mounted partition. We can achieve this by the following command: mount_nfs -T -L server:/home /mnt However after several time of failure tests, we still can not make it work in /etc/fstab. server:/home /mnt nfs rw,tcp 0 0 It seems there is no