File Vault 2 in Mac OS X Lion is very useful and it has improvements over its predecessor that I really like. One of those improvements is that you can now use it to encrypt external drives this even includes USB thumb drives which are easily lost.
If you encrypt your USB thumb drives or other USB, Firewire, or Thunderbolt drives you won’t have to worry about your data if they are lost or stolen.
The only catch is that setting it up requires that you format the drive so if you have data on an existing drive you must copy it to another safe place on your network or to another drive, format the drive you want encrypted with the encryption option (see below) and then copy your data back to the newly formatted drive.
Here is a screen shot of the available format options in Disk Utility, but generally you will always use Mac OS Extended (Journaled, Encrypted).
Once you’ve formatted the drive you can copy your data back if you need to or just start using it. If you eject the drive the next time you plug it into your Mac Mac OS X will prompt you to enter the password you used when setting up the encryption in Disk Utility (see below). If you enter it correctly the drive mounts and you’ll be able to get access to the data. If you don’t enter the password correctly you are out of luck and the drive will not mount so don’t loose that password.
The only drawback to using this method of encryption is that it will only work on a Mac. The encrypted drives are not compatible with other Operating Systems like Windows or Linux. If you need encryption you can share with all three operating systems then you might want to take a look at an app called TrueCrypt.



6 responses to “Encrypt External Drives With File Vault 2 [OS X Tips]”
Carbon Clone Copy offers in the the “Disk Center” the option to encrypt external harddrives without the need to reformat them – it will run for hours in the background, but you can keep using the harddrive, just like you do when encrypting the internal one. They are using the Apple API for doing it.
You can encrypt a drive without copying it to another drive/partition by using diskutil in Terminal. See this blog post for details: http://www.red-sweater.com/blo…
Yes but does encrypting it effect the ability to use the external drive as a boot-able clone?
You can encrypt a disk with filevault 2 without reformatting so long as it has enough free room to implement corestorage. I did it with several flash drives. the syntax is (from the command line):
diskutil cs convert [device] -passphrase
To remove the encryption, replace “convert” with “revert”
See the manpage for diskutil for more options.