Results 1 to 2 of 2

Thread: nfs automounting on one machine but not ubuntu 18.04

  1. #1
    Join Date
    Dec 2006
    Beans
    Hidden!

    nfs automounting on one machine but not ubuntu 18.04

    i have a machine in my garage running lubuntu 16.04
    its fstab is as follows


    192.168.2.5:/data/trunk /home/userguy/Trunk nfs rw,hard,intr,rsize=8192,wsize=8192,timeo=14 0 0
    192.168.2.5:/data/trunk/video /home/userguy/Trunk/video nfs rw,hard,intr,rsize=8192,wsize=8192,timeo=14 0 0

    works great out there. just installed ubuntu 18.04 in the house on a system.. installed the needed nfs-common
    and used the same fstab contents..
    and no dice. no automount.
    but sudo mount-a works from terminal.
    but mount -a (non sudo) or trying to mount from the file manager spits out a "root only bro" error
    help?
    Last edited by nyktovus; August 19th, 2019 at 08:01 AM.

  2. #2
    Join Date
    Mar 2010
    Location
    Squidbilly-Land
    Beans
    Hidden!
    Distro
    Ubuntu

    Re: nfs automounting on one machine but not ubuntu 18.04

    Did you modify the export on the server to allow the new machine access? Prove it.
    Simplify and retest.

    Are all connections wired ethernet?

    mounting requires root/sudo. And NFS access by root from a different machine is usually converted to nobody access.

Bookmarks

Posting Permissions

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