On Sun, Oct 13, 2024 at 12:03 PM Paolo Galtieri <pgalti...@gmail.com> wrote:
> I did a little more investigating by running fdisk -l and here is what I 
> found on my server install:
>
> Disk /dev/nvme0n1: 400 GiB, 429496729600 bytes, 838860800 sectors
> Disk model: VMware Virtual NVMe Disk
> 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: FB141BA7-BCC9-4953-85BA-9AE731D845C4
>
> Device           Start       End   Sectors  Size Type
> /dev/nvme0n1p1    2048      4095      2048    1M BIOS boot
> /dev/nvme0n1p2    4096   2101247   2097152    1G Linux extended boot
> /dev/nvme0n1p3 2101248 838858751 836757504  399G Linux LVM

The server install partitioned the disk, and after creating the boot
partition(s) it uses the rest for LVM.

> Disk /dev/mapper/fedora-root: 15 GiB, 16106127360 bytes, 31457280 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

It then creates a 15GB LVM LV for root.

> It does create a 400GB partition it's just not accessible after boot.

To be precise it creates (in your case) a 400GB partition that is
dedicated to LVM, and then use 15GB of the LVM space for root.

You can use LVM commands to grow the LVM LV, or create new LVs, to use
the rest of the space.

Or if you prefer you could reinstall using the server ISO and
customize the file system layout.  You could allocate more space to
root, or tell it to not use LVM, etc.

But at this point the easier option would be to grow root and/or add
additional LVs.
-- 
_______________________________________________
users mailing list -- users@lists.fedoraproject.org
To unsubscribe send an email to users-le...@lists.fedoraproject.org
Fedora Code of Conduct: 
https://docs.fedoraproject.org/en-US/project/code-of-conduct/
List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines
List Archives: 
https://lists.fedoraproject.org/archives/list/users@lists.fedoraproject.org
Do not reply to spam, report it: 
https://pagure.io/fedora-infrastructure/new_issue

Reply via email to