24 Jun
Migrating from NFS3 to NFS4
How to make the transition as seamless as possible? I found out the hard way, it’s not as easy as remounting with -t nfs4! server is already exporting /home through /etc/exports /home 10.4.91.0/24(rw,no_root_squash,async) Create the NFS4 pseudofilesystem: mkdir /NFS4 chmod 777 /NFS4 Create a place for /home to go mkdir /NFS4/home mount –bind /home /NFS4/home [...]
