I've had a long-used, annually run, cron job just fail and I'm trying to figure out why. The script (tcsh) uses the diskutil mount command to mount an external drive by it's device ID (disk7s1 in this case). This used to run fine, but now it fails when run as a cron job. If I run the same script from Terminal it runs fine. It sounds like another "Full Disk Access" problem, but cron is already in the list. Does diskutil, a system utility, also need to be listed? I tried listing the script but that didn't help. I've attached the output from 'diskutil list' for this drive.