You are not logged in.
I'm reinstalling Arch after a year or so on my desktop and I'm having this weird issue where when I try to create a partition with fdisk or cfdisk I'm unable to create a partition above a certain size. I don't even know what could be going on here as I have never seen anything like this.
Furthermore, even if I were to accept this and write it to my SSD, it still doesn't even show the partitions on lsblk. It just shows the base partition without any sub partitions that were (supposedly) made by fdisk.
Last edited by Tadhg (2025-06-06 19:42:06)
Is fuath liom fuinneoga
Offline
Most likely you want gpt instead of disklabel type: sun.
Offline
Most likely you want gpt instead of disklabel type: sun.
hm I didnt notice that. I dont know why it's setting it as sun disklabel as it's always been gpt until now. I'll look up how to change it and see if that works
Is fuath liom fuinneoga
Offline
(m for help) should list it. Otherwise 'mklabel gpt' in parted.
Offline
(m for help) should list it. Otherwise 'mklabel gpt' in parted.
Yup that worked. Thanks! I have absolutely 0 idea why my SSD decided to swap to sun disklabel but thanks for the help lol.
Is fuath liom fuinneoga
Offline
Sometimes its enough to write a bit of random data. old formats did not have much in the way of reliable header signatures / magic bytes.
Offline