Choosing a partitioning scheme
/usr
The /usr
directory stores the binary files, documentation, libraries, and head files of third-party applications. Some articles advise keeping /usr
on the root directory in case using a separate partition interferes with the boot process, but that is rarely a problem on modern Linux systems. Some prefer instead to mount /usr/local
separately instead, which places most of /usr
on its own partition. The contents of /usr
are reasonably stable, which means that you can gain extra security by setting its permissions as read-only. However, if you do this, you will need to add write permissions when you upgrade. Allocate 50-100GB for the /usr
directory, and you should never need to worry about it again, even if you are constantly adding applications.
/var
Spools, logs, internal mail, and other frequently used files are stored in the subdirectories of /var
. This content can change quickly depending on what happens on your system. Left on the root directory, it could sometimes quickly fill the disk, causing a system crash. Putting /var
on its own partition limits the amount of space these files can take over. Allocating 4GB for it should be more than enough for a workstation, but double or triple that recommendation for any kind of server.
Other Considerations
How you use your system can also affect how you partition. For example, if you are installing multiple distributions on the same system, you might want a separate boot partition, plus a minimum of 12GB per distribution – more for the ones on which you are doing serious work. You may have to edit the bootloader manually to include all the distributions.
To simplify the setup, you should use a single partition for each distribution, because having a half dozen partitions for each distribution seems guaranteed to cause confusion, to say nothing of reducing performance.
A similar setup may be useful for dual-booting with Windows or any other operating system. Additionally, consider using mkdir
to create a directory on which you can store data that will be used with all operating systems. You can also mount the Windows partition from within Linux, but that risks accidental writing to Windows, which may cause problems. Watch, too, for other custom partitioning schemes, including those for different RAID configurations, which are too detailed to be explained here.
After you have created partitions and installed, you can check how they are filling up by running the df
command or the free
command for swap space (Figure 1). If any partition seems to approach 100 percent usage on a regular basis, you can probably steal a few gigabytes more from the /home
directory.
In the end, the partitioning scheme you choose will reflect not only your computing needs but also how security conscious you are and how much effort you are willing to make to obtain the degree of security you prefer.
Regardless of your chosen configuration, the easiest time to realize it is when you are first setting up your system. Take the time to figure out the partitioning scheme that works best for you and allow for generous margins of errors before you start Parted or GParted. That way, you will save yourself the trouble of having to resize or move partitions to get a setup that works.
Infos
- LVM: http://en.wikipedia.org/wiki/Logical_Volume_Manager_%28Linux%29
- Partitioning software: http://en.wikipedia.org/wiki/List_of_disk_partitioning_software
- cfdisk: http://ss64.com/bash/cfdisk.html
- fdisk: http://en.wikipedia.org/wiki/Fdisk
- Parted: https://www.gnu.org/software/parted/
- GParted: http://gparted.sourceforge.net/
« Previous 1 2 3
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Subscribe to our Linux Newsletters
Find Linux and Open Source Jobs
Subscribe to our ADMIN Newsletters
Support Our Work
Linux Magazine content is made possible with support from readers like you. Please consider contributing when you’ve found an article to be beneficial.
News
-
Gnome 48 Debuts New Audio Player
To date, the audio player found within the Gnome desktop has been meh at best, but with the upcoming release that all changes.
-
Plasma 6.3 Ready for Public Beta Testing
Plasma 6.3 will ship with KDE Gear 24.12.1 and KDE Frameworks 6.10, along with some new and exciting features.
-
Budgie 10.10 Scheduled for Q1 2025 with a Surprising Desktop Update
If Budgie is your desktop environment of choice, 2025 is going to be a great year for you.
-
Firefox 134 Offers Improvements for Linux Version
Fans of Linux and Firefox rejoice, as there's a new version available that includes some handy updates.
-
Serpent OS Arrives with a New Alpha Release
After months of silence, Ikey Doherty has released a new alpha for his Serpent OS.
-
HashiCorp Cofounder Unveils Ghostty, a Linux Terminal App
Ghostty is a new Linux terminal app that's fast, feature-rich, and offers a platform-native GUI while remaining cross-platform.
-
Fedora Asahi Remix 41 Available for Apple Silicon
If you have an Apple Silicon Mac and you're hoping to install Fedora, you're in luck because the latest release supports the M1 and M2 chips.
-
Systemd Fixes Bug While Facing New Challenger in GNU Shepherd
The systemd developers have fixed a really nasty bug amid the release of the new GNU Shepherd init system.
-
AlmaLinux 10.0 Beta Released
The AlmaLinux OS Foundation has announced the availability of AlmaLinux 10.0 Beta ("Purple Lion") for all supported devices with significant changes.
-
Gnome 47.2 Now Available
Gnome 47.2 is now available for general use but don't expect much in the way of newness, as this is all about improvements and bug fixes.