LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Networking (https://www.linuxquestions.org/questions/linux-networking-3/)
-   -   NFS (Almost) Freezing up (https://www.linuxquestions.org/questions/linux-networking-3/nfs-almost-freezing-up-175985/)

tmorton 04-29-2004 12:16 PM

NFS (Almost) Freezing up
 
Hi Everybody,
I'm trying to setup a small home network using Slackware with NFS shares for /home. I've got /home listed in my /etc/exports file. One one Slackware box, it works great. However, on another box (a laptop), cp freezes. It mounts fine...I've tried a bunch of mount options, mount 192.168.5.1:/home /home, etc.

I don't think it's a hardware error because I can ping with no packet loss, access the web with it, etc etc...

I'm flat out of ideas...
Any idea what's going on?

Thanks,
Taj

trickykid 05-02-2004 09:26 AM

What does your exports file on the server look like?

tmorton 05-02-2004 10:06 AM

Hi,
Thanks for the reply. My /etc/exports looks like this:
Code:

# /etc/exports
/slackware 192.168.0.*(ro,sync)
/slackware 192.168.5.*(ro,sync)

Still no ideas...
Thanks for the help.
--Taj

320mb 05-02-2004 10:29 AM

Quote:

Originally posted by tmorton
Hi,
Thanks for the reply. My /etc/exports looks like this:
Code:

# /etc/exports
/slackware 192.168.0.*(ro,sync)
/slackware 192.168.5.*(ro,sync)

Still no ideas...
Thanks for the help.
--Taj

ro.........read only
you can't cp to/from a read only filesystem...........
post your /etc/fstab from the laptop....

tmorton 05-02-2004 02:21 PM

Hi,
Congrats on 1000 posts!

Quote:

ro.........read only
you can't cp to/from a read only filesystem...........
post your /etc/fstab from the laptop....
Thanks for the hint...I changed it to rw and reexported, but it still freezes. Even cat fails.
--Taj


All times are GMT -5. The time now is 02:11 PM.