Scenario:
diskutil unmount
So far, the only way I've found to have it let go is to reboot.
Any recommendations?
according to this, the following command does work:
umount -f <path>
Most helpful comment
according to this, the following command does work:
umount -f <path>