I have some old "Execute Shell Script" code that I wrote a long time ago, and it has worked fine for mounting external drives by volume name, like this:
diskutil quiet mount "$KMVAR_mdinDriveName"
Now I have an external drive that has 2 partitions, one APFS and the other APFS Case Sensitive.
When I use my old diskutil code, it doesn't find the volumes. And when I look at them in Disk Utility, they're inside "containers"
Anyone know how I can mount these in a shell script?