I’ve just created an encrypted library and it works great. My concern, however, is that when I close EF, it does not umount the volume, effectively leaving it open for any other application. Since EF is the primary use-case here (I want the library to open when I load EF or choose to open the library), but I also want, when the library is closed, to umount the volume. Currently I have to remember to “Close & Lock” (which should be the default when EF is quitting).
Is there something that I missed regarding this? I checked the preferences and saw nothing related to it nor anything in the docs. If this is not something that is currently implemented, could it be (or at least made optional)?
Thanks.