Come posso passare una password a hdiutil attach?
Ho uno sparsebundle crittografato (test.sparsebundle) e la sua password è "test", senza virgolette.
Mi piacerebbe automatizzare l'apertura di quel file.
Ho provato
echo "test" | hdiutil attach -stdinpass test.sparsebundle
e
echo test | hdiutil attach -stdinpass test.sparsebundle
Ma restituisce
hdiutil: attach failed - Errore di autenticazione