Hi Guys,
I’m struggling to mount an NFS share automaticlaly on bootup. I’ve used this command…
sudo ros config set mounts ‘[[“IPADDR:/mnt/NAS/data/OnlyOffice”,"/mnt/OnlyOfficeDocumentServer",“nfs4”, “”]]’
and when I do a get mount config: i get
mounts:
-
- IPADDR:/mnt/NAS/data/OnlyOffice
- /mnt/OnlyOfficeDocumentServer
- nfs4
- “”
I reboot, and it is not mounted. I have confirmed that I am able to mount successfully by doing a regular mount -t
Any help is appreciated!
Thanks
Jon