Hi, I have setup NFS and I checked every thing with documents and manual. After the client boots up, it says: mount.nfs: rpc.statd is not running but is required for remote locking. mount.nfs: Either use '-o nolock' to keep locks local, or start statd. mountall: mount /opt [1000] terminated with status 32 and I can not see the shared folder. my hosts.allow file contains: portmap: 192.168.1.0/255.255.255.0 lockd: 192.168.1.0/255.255.255.0 rqoutad: 192.168.1.0/255.255.255.0 mountd: 192.168.1.0/255.255.255.0 also /etc/exports contain: /opt 192.168.1.0/255.255.255.0(rw,no_subtree_check,sync,no_root_squash) Any idea about that? What does '-o loop' mean? -- 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