Choosing a partitioning scheme
/home
The /home
directory contains the personal files of users. Placing /home
on a separate partition allows you to reinstall the system without having to reinstall personal files – all you need to do is create users with the same names as on the previous install.
These days, 100GB per user seems a reasonable minimum, but you can also allocate whatever disk space is left over from the other partitions to /home
. However, be aware that automatic running of fsck during boot up can take up to five minutes with a very large home partition.
/swap
The old rule used to be that a swap directory should be twice the size as a system's RAM. However, today when computers have several gigabytes of RAM, this rule is wasteful. If you have two or more gigabytes of RAM, you generally need no more than 2GB of swap, unless you are doing extremely intensive computations or multimedia work.
In fact, on a modern system, casual users have little need of a swap partition and can easily do without. However, if you decide you need one, you can use the mkswap
command to create a swap file, which is only slightly less efficient than a swap directory, and then activate it with swapon -a
. If necessary, you can have 32 swap files or directories per system.
/tmp
Working files for both the system and applications are stored in /tmp
, including some files downloaded from the Internet. These files change frequently and increase as you open more programs.
Although most of these working files are small, they could cause the system to crash if left on a crowded root partition. You can avoid this potential problem by placing /tmp
on its own 1GB partition on a workstation. A 2GB partition should be more than adequate on a typical server.
« Previous 1 2 3 Next »
Buy this article as PDF
(incl. VAT)
Buy Linux Magazine
Direct Download
Read full article as PDF:
Price $2.95
News
-
KaOS 2022.06 Now Available With KDE Plasma 5.25
The newest iteration of KaOS Linux not only adds the latest KDE Plasma desktop but sets LibreOffice as the default.
-
Manjaro 21.3.0 Is Now Available
Manjaro “Ruah” has been released and includes the latest Calamares installer, GNOME 42, and much more.
-
SpiralLinux is a New Linux Distribution Focused on Simplicity
A new Linux distribution, from the creator of GeckoLinux, is a Debian-based operating system with a focus on simplicity and ease of use.
-
HP Dev One Linux Laptop is Now Available for Pre-Order
The System76/HP collaboration Dev One laptop, geared toward developers, is now available for pre-order.
-
NixOS 22.5 Is Now Available
The latest release of NixOS with a much-improved package manager and a user-friendly graphical installer.
-
System76 Teams up with HP to Create the Dev One Laptop
HP and System76 have come together to develop a new laptop, powered by Pop!_OS and aimed toward developers.
-
Titan Linux is a New KDE Linux Based on Debian Stable
Titan Linux is a new Debian-based Linux distribution that features the KDE Plasma desktop with a focus on usability and performance.
-
Danielle Foré Has an Update for elementary OS 7
Now that Ubuntu 22.04 has been released, the team behind elementary OS is preparing for the upcoming 7.0 release.
-
Linux New Media Launches Open Source JobHub
New job website focuses on connecting technical and non-technical professionals with organizations in open source.
-
Ubuntu Cinnamon 22.04 Now Available
Ubuntu Cinnamon 22.04 has been released with all the additions from upstream as well as other features and improvements.