to numerous problems with locking over NFS lately and in desperation I have decided to set up NFSv4 and mount my shares using that. The reason for the u... pseudo file system will have the points /, /home and /data (as well as any directories under these of course). I have chose...
mkdir -m 1777 home</code>
Then bind mount /data and /home to /nfs4exports/data and /nfs4exports/home respectivly.
<code>mount --bi... I have tested they work. For now export the home and data directories so that they are read-writable.