Freddy Chavez said:
> I want to use NFS so I have this on /etc/exports
> on a computer with IP=192.168.2.1:
>   /home/nfs 192.168.0.0/255.255.0.0(rw)
>
> Then from other computer I execute:
>   mount -t nfs 192.168.2.1:/home/nfs /mnt/nfs
>
> And it works, but it takes about 4 minutes !!!
> I think it's not a DNS problem because there's
> no host names, only IP addresses.

>From another terminal, find out the process id that mount is, and
run strace against it, something along the lines of strace -p <PID>

that should show some extra info. Also check the logs on both client
and server and see if anything unusual is going on.

nate




-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to