mount nfs on start

  • I'm trying to mount an external drive when I start the system, but I do not get it. I am using fstab, and I can mount the unit, but it is not mounted when I start the system, so after restarting, it is dismounted. How do I do it?

    This is what I have written in fstab:

    192.168.x.x:/directory /storage/recordings nfs

    I tried to put the option auto, but I get the following error when launching mount -a

    mount: unknown nfs mount option: auto

    I know that it can be mounted, so if I can mount it with mount -a and without the auto option, the problem is that when it restarts it is dismounted and it is not mount