Hi, We are using Ubuntu LTS 10.04 servers and clients. NFS version is the following: nfs-common 1.2.0-4ubuntu4.2 nfs-kernel-server 1.2.0-4ubuntu4.2 My exports looks like this: /srv 10.66.3.0/24(fsid=0,ro,no_subtree_check,sync) /srv/www/project1 10.66.3.101(rw,no_root_squash,no_subtree_check,sync) /srv/www/project2 10.66.3.102(rw,no_root_squash,no_subtree_check,sync) /srv/www/project3 10.66.3.103(rw,no_root_squash,no_subtree_check,sync) My problem is that in this case clients have only read-only access. If i set the pseudofilesystem root to RW it is working but in that case all the clients would be able to mount the root and access other projects too. How can i achieve the same results as it was in NFSv3 with this config. /srv/www/project1 10.66.3.101(rw,no_root_squash,no_subtree_check,sync) /srv/www/project2 10.66.3.102(rw,no_root_squash,no_subtree_check,sync) /srv/www/project3 10.66.3.103(rw,no_root_squash,no_subtree_check,sync) I wasn't able to find any solution on the net and forums so far. All help would be appreciated. Thank you -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html