[SOLVED] PBS > how to properly mount NFS storage

mokaz

Member
Nov 30, 2021
85
20
13
Hi folks,

Where in the file system shall I request a mount point to be mounted at boot time?

What I'm currently doind post boot is simply that:
Code:
root@pbs:~# mount fqdn:/volume/datastore /mnt/ds1/

Obviously a datastore is hosted on that mounted NFS share. Everything works all fine, I'd just want to know where could I hard-code that mount CLI to be reboot persistent.
I know NFS is not really intended by PBS and I shall host SSD's but well, that is what I can host =)

Let me know,
Kind regards,
m.
 
Perfect, works all fine thanks !!

That's what i've added there:
Code:
fqdn:/volume/datastore /mnt/ds1/ nfs defaults 0 0