I have a local NFS share, which I’m mounting on boot in /etc/fstab. It works, and it’s mounted - it’s just not showing up in Nautilus’ left pane, where other shares are present.

How do I get my nfs share to show up in Nautilus? My current /etc/fstab entry looks like this:

<IP address>:/volume1  /mnt/nas        nfs     defaults        0       0

  • snekerpimp@lemmy.world
    link
    fedilink
    arrow-up
    2
    ·
    1 day ago

    I am by no means even remotely knowledgeable of what might be going on, but I have an issue with docker where I have to run

    sudo mount -a
    

    for the nfs mounts to be seen in a docker container. Might be something similar? Try running that command and see if that helps? I sometimes have to restart the docker service for it to take affect. Something about the docker service launching before the nfs mounts are finished?

    • Steen @discuss.onlineOP
      link
      fedilink
      English
      arrow-up
      1
      ·
      12 hours ago

      Yeah, if it isn’t mounted at boot, I can mount it with that command, but it won’t necessarily show up in Nautilus.

      In the meantime I’ve discovered that you can bookmark drives and folders in nautilus, so now I’ve just done that 😊