Mac OS X Lion (10.7) Drive Encryption
        Posted  
        
            by 
                Skoota
            
        on Super User
        
        See other posts from Super User
        
            or by Skoota
        
        
        
        Published on 2012-04-01T02:27:16Z
        Indexed on 
            2012/04/01
            17:34 UTC
        
        
        Read the original article
        Hit count: 413
        
My iMac has two drives (a 256 GB solid-state drive, and regular 2 TB hard drive). The Mac OS X Lion system is installed on the solid-state drive and, like many other users, I have moved my user profile folder onto the secondary 2 TB drive. However, as you may be aware, FileVault 2 on Mac OS X Lion (10.7) only encrypts the system drive. This leaves my data drive (containing my user profile folder, with all of my data) unencrypted.
I am aware that work arounds for this issue exist (such as https://github.com/jridgewell/Unlock) but I am not happy with the results since they involve decrypting the data drive on startup using a LaunchDaemon (before any users have logged into the computer) essentially meaning that any user who logs onto the computer will see the unencrypted drive.
I would like a method which will only unencrypted the data when an authorised user logs into the computer.
As such, is there a way to do one of the following?
Encrypt the entire data drive and only decrypt the drive when an authorised user logs into the computer. This would be equivalent behaviour to the Lion FileVault 2 feature, but on a secondary drive rather than the system drive.
Encrypt only the user profile folder on the data drive, and only decrypt the folder when the user logs into the computer. This would be equivalent to the behaviour of FileVault 1 on previous versions of Mac OS X?
I am happy to pay for a commercial third-party product that provides the required feature(s), but I have not yet been able to find one.
Thanks in advance for any assistance.
© Super User or respective owner