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:
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.
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.