I use the following command to mount an NFS share from another system on Debian:
sudo mount hypercube.home:/volume1/ /mnt/hypercube/
But this does not persist after boot. I believe I need to add something to fstab
but the syntax is probably different and I'm not sure what's the correct syntax for NFS shares.
How can I find out the correct mount syntax and parameters to mount this share automatically at boot on my Debian system?
nsf
instead ofnfs
, took me a while before I noticed it. Thanks. – rfgamaral Sep 10 '18 at 15:54