Warning: Special configuration on the server
is necessary before an NFSv4 export will be accessible.
First, it must be exported specifically to the client
in question, without use of string wildcards, e.g.
/some/export farringdon.citi.umich.edu(rw)
in /etc/exports is OK, but
/some/export *.citi.umich.edu(rw)
is not.
Second, only the first export (by
order in /etc/exports) will be visible to a given
client.
Finally, this export will appear to an NFSv4
client as '/' instead of the actual export pathname
(/some/export in the example above).
All of this
special configuration is only necessary because this
set of patches does not include a proper implementation of
the NFSv4 pseudo filesystem. As soon as these patches
patches (or a variant thereof) is incorporated into
the kernel, our next goal is to develop a satisfactory
pseudofs for 2.5.x, at which point the need for this
special configuration will go away.