Job failing when generating 2D classes (cache permission)

HI

When I set up the extracted particles for generating 2D classes to extract the good particles I get the following error.

Any suggestion how to fix it.

Thanks
Andy

Traceback (most recent call last): File “cryosparc_worker/cryosparc_compute/run.py”, line 85, in cryosparc_compute.run.main File “cryosparc_worker/cryosparc_compute/jobs/class2D/run.py”, line 56, in cryosparc_compute.jobs.class2D.run.run_class_2D File “/home/cryosparcuser/cryosparc_install/cryosparc_worker/cryosparc_compute/particles.py”, line 88, in read_blobs u_blob_paths = cache.download_and_return_cache_paths(u_rel_paths) File “/home/cryosparcuser/cryosparc_install/cryosparc_worker/cryosparc_compute/jobs/cache.py”, line 113, in download_and_return_cache_paths used_mb = sync_hits(worker_hostname, ssd_cache_path, instance_id) File “/home/cryosparcuser/cryosparc_install/cryosparc_worker/cryosparc_compute/jobs/cache.py”, line 195, in sync_hits os.makedirs(this_instance_cache_path, exist_ok=True) File “/home/cryosparcuser/cryosparc_install/cryosparc_worker/deps/anaconda/envs/cryosparc_worker_env/lib/python3.7/os.py”, line 223, in makedirs mkdir(name, mode) PermissionError: [Errno 13]

Permission denied: ‘/cryosparc_cache/instance_TAMU-0298422:39001’

With the cache device mounted, does cryosparcuser have write access to /cryosparc_cache?