<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>I ran out of space on my keychain USB drive so I grabbed a 128GB from Frys. &nbsp;I encrypt these. &nbsp;I have a method that might be strange.</div><div><br data-mce-bogus="1"></div><div>1. &nbsp;Create 2 partitions. &nbsp;One is only 512MB in size and is vfat. &nbsp;Other is ext4.</div><div>2. &nbsp;Using cryptsetup I create the device.</div><div>3. &nbsp;Format the device ext3/4.</div><div><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div>On the first partition I store the PDF of the web page with instructions on how to create an encrypted partition, mount it, etc.</div><div>No where I store the password.</div><div><br data-mce-bogus="1"></div><div>My odd thought is if I died someone would see the doc, figure out what I had did, and then mount it. &nbsp;They would need to know my password.</div><div><br data-mce-bogus="1"></div><div>For this 128GB I think I'll make that sda1 larger so I can store a Ubuntu 16.04 iso image, Syslinux, and my bootable system. &nbsp;Use grub2 to boot one of those options. &nbsp;The rest is encrypted for my backups.</div><div><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div><div><br data-mce-bogus="1"></div></div></body></html>