4.8 Using NFS

ttylinux can be an NFS client; NFS versions 2 and 3 are supported.

tylinux is prepared to automatically mount NFS entries you add to the /etc/fstab file.

Example manual commands to mount a NFS directory:

	mount -t nfs -o nolock,rw,vers=2 <nfs server>:<exported dir> /mnt/nfs
	mount -t nfs -o nolock,rw,vers=3 <nfs server>:<exported dir> /mnt/nfs