ndles UTF8 correctly.
Kernels from 2.6 onwards come with NFSv4 built in so if you are still running a 2.4 kernel it's time to upgrade. Setting up the server is really very ... -m 1777 home</code>
Then bind mount /data and /home to /nfs4exports/data and /nfs4exports/home respectivly.
<code>mount --bind /data data
mount --bind /home home </code>
To make these bindings permanent they n... /nfs4exports/data none rw,bind 0 0
/home /nfs4exports/home none rw,bind 0 0
</code>
I think that sho