LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   NFS Issues (https://www.linuxquestions.org/questions/linux-newbie-8/nfs-issues-725694/)

rbell54 05-13-2009 08:49 AM

NFS Issues
 
I have a NSF issues. I have a Server A that I export a file system /db_backup to server B & C. On Server B & C I have the nfs partition mounted but if Server A goes down and when it come back online then Server B & C do not remount the nfs partition. What do I need to do to make sure it is automatic remounted:

Here's the entry in the /etc/fstab on Server B & C:

db2:/db_backup /db_backup nfs defaults 1 2

saagar 05-13-2009 11:32 AM

I think your problem will be solved with the autofs service...!!. Autofs is a service implemented in the client side, which automatically mounts a filesystem from a remote system (you can also do that locally too..) and automatically unmounts the filesystem if it is not being used for more than a specific time.....you will have lot of tutorials available on the net.
Thank u.

chrism01 05-13-2009 07:41 PM

eg http://www.linuxtopia.org/online_boo...ig-autofs.html


All times are GMT -5. The time now is 03:04 AM.