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
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?