Announcement

Collapse
No announcement yet.

NFS Mount Problem

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    NFS Mount Problem

    I have various NFS shares from my desktop mounted on my laptop. Since a software update, I have been receiving this message intermittently.

    andrew@diana:~$ sudo mount /zeus/
    [sudo] password for andrew:
    mount.nfs: internal error
    andrew@diana:~$

    Anyone know what's happening ?

    #2
    Re: NFS Mount Problem

    Your mount command must contain what to mount and where.

    See man mount.

    Also see man nfs for options.

    Comment


      #3
      Re: NFS Mount Problem

      Originally posted by Detonate
      Your mount command must contain what to mount and where.

      See man mount.

      Also see man nfs for options.
      Thank you. Checking fstab I see that the address of the NFS server had changed from when I originally entered it.

      Comment


        #4
        Re: NFS Mount Problem

        That's why I always use static IP's on my network.

        Comment

        Working...
        X