mikaela.github.io/_posts/2015-04-21-partitioning.md
Mikaela Suomalainen 01e80b399d
unpublish multiple posts
These are the worst ones, either that I most dislike or have developed
past a long time ago or otherwise are outdated or causing more harm than
good.

I recognise that what has putten online cannot be removed from there
permanently, but I have previously hidden material from view and haven't
received any feedback on it, so I think I can continue removing things.

The plan is first this commit and next time I happen to be going through
things, I can probably start saying git rm.
2018-04-29 11:54:08 +03:00

1.4 KiB
Raw Blame History

This post is mainly for me to document this. I usually have only / and /home partitions (swapfile is on /), but UEFI also requires separate /boot/efi and it probably doesnt hurt to train myself into making it on older device.

  • /boot
    • 512 MB as recommended at ArchWiki
    • FAT32
      • doesnt need to be FAT32 unless /boot/efi is on same partition and /boot/efi must be FAT32.
  • /
    • BTRFS
  • /home
    • BTRFS
  • swap
    • 1024 MB
      • 1024 MB has been enough for me everywhere. The least amount of RAM that I encounter is on my VPS which has 489 MB of RAM.

BTRFS might not be ready for production, but my phone (Jolla uses it and I havent had any more serious issues than:

  • Doesnt support swapfiles (that is why I have swap partition)
  • Jolla: BTRFS balancing is required sometimes
  • Laptop: when battery has ran out, [Antergos] has got stuck booting and I have had to btrfs check --repair /dev/sdX (where X is / and /home separately) before it starts booting again.