How should I partition my 500gb nvme 3.0 drive for arch linux?
How should I partition my 500gb nvme 3.0 drive for arch linux?
You're starting with Arch Linux and have a 1TB NVMe 4.0 drive. For Arch, you'll typically use `parted` or `gparted` to format the drive. When using fdisk, it will prompt for commands like `/dev/sdXn` (your drive letter). Make sure to back up data before formatting.
Consider trying a different Linux distribution instead of Arch. There are many tutorials available for GParted creating GPT partitions—avoid using fdisk and skip the MBR setup.
I'm moving from Manjaro, but all these distros handle it fine. (The Manjaro drive crashed badly, so I'm starting over with Arch)
I'm exploring the arch wiki guide. I'm looking for ways to understand the steps and experiment. Could you find additional helpful resources?
Examine the LVM, the additional file systems, and various components of the Linux storage architecture to understand their functionality. Just need to experiment with them.