Hello,
Is there a way to automate the mount of an NFS share during the OS startup, but before the log in?
Currently I am using
Thank you
Is there a way to automate the mount of an NFS share during the OS startup, but before the log in?
Currently I am using
mount -v x.x.x.x:/nfsshare /mnt/nfsshare
, which I am guessing needs some tweaking before it could be added to fstab? (not even sure if fstab is where it needs to go)Thank you