Click to See Complete Forum and Search --> : mounting nfs shares....


sudo
09-09-2002, 05:04 AM
ive shared out /nfs/test *(rw) in /etc/exports in my /etc/fstab ive added the lines 10.1.1.1:/nfs/test /mnt/test nfs rw 0 0
what do i do wrong???

z0mbix
09-09-2002, 06:15 AM
You didn't state what's actually wrong? What error do you get?

Presumably the nfs daemon is running on the server? What output do yo get from rpcinfo -p on both a client and the nfs server?

Have you updated /etc/hosts.allow and /etc/hosts.deny

sudo
09-09-2002, 06:43 AM
the scenario:
im NFS booting a thin client from my NFS server in dir /nfs/neoboot and would like to add 2 more dirs to that appliance.

the error message:
mounting NFS filesystems mount: PRC: Timed out

if u need mor info... ask away...

ive not edited hosts.allow and hosts.deny.... YET as i want it up and running before i restrict!!