Hello!
I cannot seem to find the answer to this anywhere. When you perform an in-place drive encryption in Mavericks (right-click and encrypt via context menu), is there a way to tell once the drive has been fully encrypted?
Thanks,
C
Thanks, I'll have a look there. Any idea what the process would be called?
Hello!
I cannot seem to find the answer to this anywhere. When you perform an in-place drive encryption in Mavericks (right-click and encrypt via context menu), is there a way to tell once the drive has been fully encrypted?
Thanks,
C
diskutil cs list
As mentioned above, the diskutil command is the best way to check. It is safe to eject the disk in the middle of encryption, sleep your system and shutdown or restart your system. The encryption process will continue when the drive is mounted again or the system woken up from sleep or the system is restarted.Hello!
I cannot seem to find the answer to this anywhere. When you perform an in-place drive encryption in Mavericks (right-click and encrypt via context menu), is there a way to tell once the drive has been fully encrypted?
Thanks,
C
The only way I know how to tell is by issuing a shell command in Terminal.
Code:diskutil cs list
While the transition is happening the volume will be in the "Coverting" state and it will give a percentage complete.