Flash Drive Management
How to encrypt and manage encrypted flashdrives
Encrypting a Flash Drive
Mac
Insert flash drive into computer
Open a new Finder window and navigate to Applications
Go to Utilities, then Disk Utility
MORE HERE NOTE: Password encryption in this manner reformats the flash drive to be Mac-Only; you will be unable to use this drive on a PC!
Converting a Mac Encrypted Drive to a PC-Accessible Drive
Connect the drive
Open a new Terminal window and write the following prompts;
Run cmd
Run diskpart.exe
Run list disk and find the disk that corresponds to your drive
Select the disk (it will be labeled with a number of letter) by typing in that character
Confirm that you are using the correct disk by typing detail disk
Run clean (Warning: This command erases the disk's partition information. Any data on the disk will no longer be accessible.)
Run create partition primary
Run active
Run format fs=fat32 quick
Run assign: this command assigns the drive a letter on your machine
Run exit to quit this prompt
Last updated