How does the storage partitioning on the Librem 11 look like?

Especially how much swap is there

1 Like

This is what I have with no modifications to the storage or swap.

fdisk -l

Disk /dev/nvme0n1: 953.87 GiB, 1024209543168 bytes, 2000409264 sectors
Disk model: KINGSTON SKC3000S1024G                  
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 47346CBB-0AE8-43FF-9C46-0A7C9595CF39

Device           Start        End    Sectors   Size Type
/dev/nvme0n1p1    2048       4095       2048     1M BIOS boot
/dev/nvme0n1p2    4096    2097151    2093056  1022M Linux filesystem
/dev/nvme0n1p3 2097152 2000409230 1998312079 952.9G Linux filesystem


Disk /dev/mapper/luks-869d0122-2eba-4c41-b58e-6e67b810642c: 952.85 GiB, 1023119007232 bytes, 1998279311 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes


Disk /dev/zram0: 7.61 GiB, 8174698496 bytes, 1995776 sectors
Units: sectors of 1 * 4096 = 4096 bytes
Sector size (logical/physical): 4096 bytes / 4096 bytes
I/O size (minimum/optimal): 4096 bytes / 4096 bytes

swapon --show

NAME       TYPE      SIZE   USED PRIO
/swapfile  file       10G     0B   -2
/dev/zram0 partition 7.6G 410.7M  100
2 Likes

Thanks.

What this partition for?

1 Like

It is the /boot partition.

3 Likes