Fedora Asahi partition not showing up on MacOS (Sequoia 15.7.3, Macbook Pro M2)

Hi, I installed Fedora Asahi alongside my MacOS Sequoia on Macbook Pro M2. I reserved 100Gb for Fedora. MacOS can not see the whole 100gb partition space in regular mode nor in MacOS Recovery / Startup Options boot.

MacOS can only see 2,5gb and 500Mb partitions. When booting into Fedora the partition “sees itself” as the whole 100gb. I would like to resize to having only 25Gb for Fedora but how can I do that and how can I take that extra 75Gb back to MacOS?

Try going into terminal and typing

diskutil list

It might be that the GUI only displays APFS (Apple File System) Volumes. You should see a Linux file system (ext4) line with the correct size.

As for how to change partition sizes, checkout the partitioning cheat sheet: Partitioning Cheatsheet - Asahi Linux Documentation (it might be too technical but it will have answers to most questions)