Configuring Terminal | 21 |
The following four requirements are mandatory and must be met in the NFS configuration:
Note
IMPORTANT! If these requirements are not met, the terminals will not work in a
1.The client root account map must be able to access the server root account (on Linux, this is called no_root_squash, and on SCO Openserver 5.05, set the NFS option to
2.The file system must support symbolic links.
3.The file system support must allow
4.The file system must provide read/write access to the clients.
Note
The version of NFS provided with Red Hat Linux 5.2 has an inconsistency with versions in earlier releases. Normally, entries in the /etc/exports file should be of the form:
/nwt/root (no_root_squash)
For release Red Hat Linux 5.2, the default was changed from read/write to
/nwt/root\
(rw,no_root_sqash,no_all_squash)
for the system to behave correctly. Earlier and later versions of the NFS support will work properly with or without the explicit rw option.