is possible to invoke installer on OSX knowing the package to install but not the volume name? -


i not sure if possible, install package volume mounted on osx via symlink.

the name changes every day, since carry timestamp on title, each day volume have different name (and that's why have symlink mount newest 1 every day).

is possible run installer without specify name of volume? mounted when try access using *testdisk (testdisk name of volume never change, date appended @ end right after it) error installer because cannot find path.

would great if can use in path wildcard, no matter volume name is, if gets part of name of volume point volume.

if not possible mounted volume , name there, , pass parameter installer; avoid if installer able this.

this give drive name

ls -l /volumes/*testdisk | awk '{print "/volumes/"$11}' 

Comments