Find the answer to your Linux question:
Results 1 to 2 of 2
Dear all, in one of our SLES 10 NFS Client there is this statement in its /etc/fstab: NFS-Server:/tools /tools nfs hard,bg,intr,noatime 0 0 In a case where a reboot of ...
  1. #1
    Just Joined!
    Join Date
    Sep 2005
    Posts
    14

    Strange NFS Problem



    Dear all,
    in one of our SLES 10 NFS Client there is this statement in its
    /etc/fstab:

    NFS-Server:/tools /tools nfs hard,bg,intr,noatime 0 0

    In a case where a reboot of the NFS Server and this client is necessary
    - due to some reasons we have to boot the client first and then it's
    NFS Server - we would expect that the client's NFS request is trying
    in the background to get the NFS /tools system as long as the NFS server
    is up and running.
    But that's not the case: We have to do a #mount -a on the client site to get
    /tools.
    Why?

    THX in advance for any help!
    Rainer

  2. #2
    Linux Newbie
    Join Date
    Apr 2009
    Posts
    160
    Quote Originally Posted by xunil321 View Post
    Dear all,
    in one of our SLES 10 NFS Client there is this statement in its
    /etc/fstab:

    NFS-Server:/tools /tools nfs hard,bg,intr,noatime 0 0

    In a case where a reboot of the NFS Server and this client is necessary
    - due to some reasons we have to boot the client first and then it's
    NFS Server - we would expect that the client's NFS request is trying
    in the background to get the NFS /tools system as long as the NFS server
    is up and running.
    But that's not the case: We have to do a #mount -a on the client site to get
    /tools.
    Why?

    THX in advance for any help!
    Rainer
    Is there anything in the logs? There should be something in dmesg or /var/log/messages or nfs logs

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •