Topic: What storage layout do LUKS users have?
Hi All,
I am evaluating what needs to be done to add LUKS support to GParted. I would very much appreciate if users can reply with details of their storage layouts so I can see what types of setup exist in the wild. Running the lsblk command and posting the output would be ideal and comment if you think you have a weird setup. I hope to support the most common use cases.
Here's an example from my test install of Fedora with LUKS encryption enabled:
(Hint: Enclose lsblk output in code tags)
[fedora@localhost ~]$ lsblk
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 20G 0 disk
├─sda1 8:1 0 500M 0 part /boot
└─sda2 8:2 0 19.5G 0 part
└─luks-f78b80e1-6500-4b3d-a43c-3387c2e8b2f5 253:0 0 19.5G 0 crypt
├─fedora00-root 253:1 0 17.5G 0 lvm /
└─fedora00-swap 253:2 0 2G 0 lvm [SWAP]
sdb 8:16 0 8G 0 disk
sdc 8:32 0 149.1G 0 disk
sr0 11:0 1 1024M 0 rom
Thanks,
Mike