Skip to content

improve "parted" usage for LUKS howto #65

@valera-rozuvan

Description

@valera-rozuvan

Recently I switched to using the following set of commands to setup a new partition for LUKS:

sudo parted /dev/sda mklabel gpt
sudo parted -a optimal /dev/sda mkpart primary 0% 950GB
sudo parted /dev/sda name 1 'data1'

Update the 018-encrypt-a-partition-with-luks.md HOWTO with this info.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions