I have a large file on an attached “Disk” to my Render application instance, and I want to process this file using the jobs API, however when I try to run the job, although the name of the disk is listed at the mount point (e.g. if I mounted my disk at /var/testdisk, it’s showing when I do cd /var && ls
via the jobs API), however the contents of the disk do not show at all, and I can’t access any files on it.
Anyone have any idea how I can ensure my job has access to the contents of my disk?
Thanks