Hello, I have an nfs server that exports both v3 style and v4 style. My problem is that despite having an entry in /etc/exports that serves out /home, another entry in the list is taking precedence when a system tries to mount /home from it. This exact same config has worked fine with FC6, Suse 10.1, 10.2, and Debian etch. Here is /etc/exports /home 10.0.0.0/24(rw,no_root_squash,async,no_subtree_check) #nfs v4 section for mcms noderestore image /exports 10.0.0.0/24(rw,fsid=0,no_root_squash,async,insecure,no_subtree_check) /exports/noderestore 10.0.0.0/24 (rw,nohide,no_root_squash,async,insecure,no_subtree_check) /exports is my nfs4 "root". /home/noderestore is bind mounted to /exports/noderestore. When a system runs "mount master:/home /home", it gets the /exports/noderestore mountpoint there instead. This message is in the messages file on the server (master) - master mountd[2895]: /exports/noderestore and /home have same filehandle for 10.0.0.0/24, using first I don't think I'm doing anything wrong, as this exact same config has worked fine on many other systems. What's going on here? Rick -- Richard Warner Lead Systems Integrator Microway, Inc (508)732-5517