Today I mounted my NFS server as usual and it worked with relatively few problems (had to restart the nfs-server service). After about a half hour, the NFS server screen went black, the keyboard froze for a few seconds and then the computer rebooted. Since then, my notebook (the thing connecting to the server) has been unable to connect to my NFS server. It just keeps timing out. Both computers are Fedora 16.
So far I have tried editing my /etc/exports, disabling the firewall on both machines, and modifying my mount options but my notebook will no longer connect to my NFS server. Is there any way I can fix this?
My /etc/exports:
Quote:
#directory allowed IP (options)
#/home/Public 192.168.2.1(rw,sync)
/home/jinx/Public2 192.168.2.1/255.255.255.0(ro,no_root_squash)
/home/jinx/Public 192.168.2.1/255.255.255.0(ro,no_root_squash)
|
My usual mount command:
Code:
mount -t nfs <server IP>:/home/user/Public /media/Public
Currently my NFS settings are such that I don't require a password to access the files on the network share. I will post log files if required.
EDIT: This has worked fine for me for 9 months now.