So I installed Ubuntu (I know)
I set it up with LVM on LUKS for FDE
after the install I looked at my mount points with parted -l and the result was the following:
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-swap_1: 1028MB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 1028MB 1028MB linux-swap(v1)
Model: Linux device-mapper (linear) (dm)
Disk /dev/mapper/ubuntu--vg-root: 248GB
Sector size (logical/physical): 512B/512B
Partition Table: loop
Disk Flags:
Number Start End Size File system Flags
1 0.00B 248GB 248GB ext4
what is confusing about this is that both block devices start at zero. so shouldn't root be overwriting swap? wtf is going on here?