Skip to content

Instantly share code, notes, and snippets.

@xcession
Created August 27, 2020 13:51
Show Gist options
  • Save xcession/aeb97e1d2b444934a1666635caae6537 to your computer and use it in GitHub Desktop.
Save xcession/aeb97e1d2b444934a1666635caae6537 to your computer and use it in GitHub Desktop.
[Linux Partition Scheme] My Linux partition scheme #archlinux

Label type = DOS (for Legacy systems)

Label type = GPT (for UEFI systems)

swap (/dev/sdX1)

  • Size = RAM amount
  • Partition type = Linux swap

/boot (/dev/sdX2)

  • Size = 300MB
  • Partition type = Linux filesystem (EXT2) (for Legacy systems)
  • Partition type = EFI system (FAT32) (for UEFI systems)
  • Set Bootable

/ (/dev/sdX3)

  • Size = 32GB
  • Partition type = Linux filesystem (EXT4)

/home (/dev/sdX4)

  • Size = (Available disk space)
  • Partition type = Linux filesystem (EXT4)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment