Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Partitioning the SDD with Full Disk LUKS Encryption #7

Open
nuclearsandwich opened this issue Aug 14, 2014 · 0 comments
Open

Partitioning the SDD with Full Disk LUKS Encryption #7

nuclearsandwich opened this issue Aug 14, 2014 · 0 comments
Labels

Comments

@nuclearsandwich
Copy link
Owner

The 512GB SSD is split into

/boot    256M    FAT32    EFI System Partition
/root    200G    EXT4     Encrypted System Root
/home    212G    EXT4     Encrypted System Home

Encryption is done with dm-crypt and LUKS so I can use multiple keys and rotate them occasionally without re-encrypting the entire drive. I pretty much followed the Archlinux wiki articles on dm-crypt

I use a swap file rather than a swap partition since I only use it for system hibernate and not for actual swap. Since the surface is UEFI natively GPT was the obvious choice for partition format so cgdisk was the tool of choice here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant