I set up NFS Server on a Linux Box runing Red Hat 5.2.
The entry in /etc/export file is simple
/usr/local Client(rw)
rpcinfo -p out put on server is
program vers proto port
100000 2 tcp 111 rpcbind
100000 2 udp 111 rpcbind
100005 1 udp 635 mountd
100005 2 udp 635 mountd
100005 1 tcp 635 mountd
100005 2 tcp 635 mountd
100003 2 udp 2049 nfs
100003 2 tcp 2049 nfs
On client side there is also Red Hat 5.2. I use /etc/fstab for mounting
remote directory on boot time
The entry in /etc/fstab is
Server:/usr/local /mnt/Server nfs rsize=8192,wsize=8192,timeo=14,intr
When the system boots. And after system boot I check /var/log/messages
it shows
modprobe: can't locate module binfmt-0
modprobe: can't locate module binfmt-0
The directory /mnt/Server does not contain any thing.
I do not know where is problem. And how to fix it.
Any comments will be appreciated.
ARSHAD MAHMOOD.
============================================================
Sustainable Development Networking Program Pakistan - UNDP
Islamabad Pakistan.
===========================================================
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@vger.rutgers.edu