
Chapter 6. Problem determination 215
6.7 Exporting file systems
The following error messages may appear when exporting file systems.
6.7.1 Exportfs: cannot change the v4 root...
We changed the /etc/exports file and added the following line to adopt the new
pseudo-root FS:
/exports -nfsroot
The full /etc/exports file looked as shown in Example 6-6.
Example 6-6 The complete /etc/exports file for pseudo-root FS modification
/exports -nfsroot
/local/trans -vers=4,rw,exname=/exports/trans
/local/dept -vers=4,rw,exname=/exports/dept
/local/home -vers=4,rw,exname=/exports/home
/usr/codeshare/ThirdPartyProgs -vers=4,ro,exname=/exports/ThirdPartyProgs
After thi ...