You are not logged in.

#1 2008-08-01 02:19:27

ould
Member
Registered: 2007-05-22
Posts: 124

NFS shares fail to reconnect after server is rebooted

Hi everyone,

I currently have a File Sharing/Media Box/Torrent/Newgroup box in my basement/theater room. It is basically running as my server for the house. Consequently I have a bunch of NFS shares on it. Previously I was running Ubuntu on a similar box and didn't have this issue. What is happening is that if I reboot the server for whatever reason, the clients do not reconnect to the shares once the server box has rebooted. When I was running Ubuntu, after reboot the shares would just automagically be reconnected.

Both boxes are running Arch Linux if it matters.

Here is the /etc/exports file on the server:

# /etc/exports: the access control list for filesystems which may be exported
#        to NFS clients.  See exports(5).

/media/video/dlvideo/           192.168.X.X/24(rw,async,no_subtree_check,no_root_squash)
/media/video/DVD/               192.168.X.X/24(rw,async,no_subtree_check,no_root_squash)
/media/video/HDVID/             192.168.X.X/24(rw,async,no_subtree_check,no_root_squash)
/media/stuff/AudioBooks/        192.168.X.X/24(rw,async,no_subtree_check,no_root_squash)
/media/stuff/Downloads/         192.168.X.X/24(rw,async,no_subtree_check,no_root_squash)
/media/stuff/Music/             192.168.X.X/24(rw,async,no_subtree_check,no_root_squash)
/media/mythtv/                  192.168.X.X/24(rw,async,no_subtree_check,no_root_squash)

And here is how I mount them on the client:

192.168.X.X:/media/video/dlvideo    /media/video/dlvideo         nfs       rsize=8192,wsize=8192,timeo=14,intr 0 0
192.168.X.X:/media/video/DVD        /media/video/DVD             nfs       rsize=8192,wsize=8192,timeo=14,intr 0 0
192.168.X.X:/media/video/HDVID       /media/video/HDVID          nfs       rsize=8192,wsize=8192,timeo=14,intr 0 0
192.168.X.X:/media/stuff/Downloads  /media/stuff/downloads        nfs       rsize=8192,wsize=8192,timeo=14,intr 0 0
192.168.X.X:/media/stuff/Music      /media/stuff/music            nfs       rsize=8192,wsize=8192,timeo=14,intr 0 0
192.168.X.X:/media/stuff/AudioBooks /media/stuff/audiobooks       nfs       rsize=8192,wsize=8192,timeo=14,intr 0 0
192.168.X.X:/media/mythtv           /media/mythtv                nfs       rsize=8192,wsize=8192,timeo=14,intr 0 0

Anyone have any ideas?

Thanks,

Kevin

Offline

Board footer

Powered by FluxBB