I managed to create the two partitions. But I would like also to understand how to go back to one drive with two unencrypted partitions indented underneath (I will need this in the future to resize one of the partition). My attempts to un-encrypt were unsuccessfull, click on turn off encrymption but nothing happens. Even though I noted that in one instance, after an apparent unsuccessful attempt to unencrypt, after rebooting the whole computer the partition showed up as unencrypted, but only one.
Is the encryption from the finder different from the encryption from the Disk Utility?
Sorry to waste your time, this is my first mac and trying to get to know it. thanks
PS Is there any performance enhancement if I reformat the drive as safe erase vs fast erase? Does the fast erase leave old data scattered in the disk?
If you made the two partitions the size you want them then after that encrypted them both, and they both have those duplicate names with the indent that is normal. That is because when you encrypt it shows the "real" volume name then the "logical" volume below that. So that part is okay.
You unencrypt just like I mentioned in Disk Utility. It does not show any indicator as it unencrypts, so I think you jumped the gun there when you rebooted. If you enter the command "diskutil cs list" in Terminal it will show unencryption progress and if it is done.
For example, that command would show this while the drive is being encrypted. Note the size total and converted to see how much is done.
Code:
Encryption Status: Unlocked
Encryption Type: AES-XTS
Conversion Status: Converting
Conversion Direction: forward
Has Encrypted Extents: Yes
Fully Secure: No
Passphrase Required: Yes
Disk: disk6
Status: Online
Size (Total): 569869340672 B (569.9 GB)
Size (Converted): 231454277632 B (231.5 GB)
Revertible: Yes (unlock and decryption required)
LV Name: Heap
Volume Name: Heap
Content Hint: Apple_HFS
So if you want to change this again just unencrypt then adjust partitions then reencrypt.
Doing it from Finder or DU use the exact same OS command internally and have the same end result.
Secure erase is not intended to help performance. It is more for overwriting your data for security so nobody can restore your erased data. Like if you were selling your computer you would want to do this. No real reason to do it yourself routinely though.
Not wasting my time at all. Glad to help. This is all very confusing stuff.