Embedded RISC » OnRISC
ID #1046
How to install and configure NFS server?
Execute
make menuconfig
and enable "File systems->Dnotify"
and "File systems->Network File Systems>NFS file system support" and support for NFS server either for NFS v3 or NFS v4
recompile and install the new kernel (see the following FAQ entry ). In Debian create folder /lib/modules/2.6.26.5-1.0.0-vs/and an empty file /lib/modules/2.6.26.5-1.0.0-vs/modules.dep. After that install NFS utlities:
apt-get install nfs-kernel-server
After installation configure /etc/exports to enable NFS clients. See http://www.debianhelp.co.uk/nfs.htm for further details.
Tags: -
Related entries:
Author: Support
Revision: 1.1
You cannot comment on this entry