ArchBang – Best Arch based distro for old or low-end hardware with high performance and low resource utilization

Create and Mount Partitions

Check the HDD Size before proceeding disk partitions by running below command.

$ sudo fdisk -l

how-to-install-archbang-linux-one-of-the-best-arch-based-distro-4

As you can see fdisk output, we are having 30 GB HDD. For Hard Disk partitions, we can use Fdisk or Cfdisk utilities, i’m going to use Cfdisk as per Arch Linux recommendation.

My Partition Plan is below.

  • Root partition /dev/sda1 with size of 10GB as a primary bootable with ext4 formatted.
  • Swap partition /dev/sda2 as a primary with double size of RAM, probable 2GB.
  • Logical partition Home, /dev/sda5 rest of the space (18GB) with Extended and ext4 formatted.

Our Partition plan is ready and we are going to implement the same by firing Cfdisk command on terminal.

$ sudo cfdisk

Select label type as dos >> Choose New partition >> Enter partition size 10G or 10240M >> choose the type of partition primary >> partition type Bootable >> Then, select Write to write the partition table >> Finally choose Yes to save the changes.
how-to-install-archbang-linux-one-of-the-best-arch-based-distro-5
how-to-install-archbang-linux-one-of-the-best-arch-based-distro-6
how-to-install-archbang-linux-one-of-the-best-arch-based-distro-7
how-to-install-archbang-linux-one-of-the-best-arch-based-distro-8
how-to-install-archbang-linux-one-of-the-best-arch-based-distro-9
how-to-install-archbang-linux-one-of-the-best-arch-based-distro-10
how-to-install-archbang-linux-one-of-the-best-arch-based-distro-11

Do the same for other partitions too.

About Magesh Maruthamuthu

Love to play with all Linux distribution

View all posts by Magesh Maruthamuthu

Leave a Reply

Your email address will not be published. Required fields are marked *