Default Partitioning and Disk Layout During Installation





Last Updated on 06/19/2013 by dboth

This document will not consider those instances of dual boot or multiple operating systems because this is purely about the Fedora Linux disk layout. It also assumes the installation is performed onto empty, unpartitioned disk drives, or that any existing partitions have been deleted.

Note that other distributions, such as Ubuntu also use a similar default layout.

Default Layout Prior to Fedora 14

Let’s start by describing the default disk layout for versions of Fedora at release 14 and earlier. As mentioned above, it is very simple; it contains only two partitions as shown in the following table. This is also the default partitioning for later Fedora releases that have small hard drives, i.e., less than about 75GB.

Table 1: The default Fedora disk partitioning layout up through Fedora 14.
Mount Point Partition Type Size Description
/boot EXT4 100 / 200 MB This is where the kernel and other required boot files are located. Fedora 11 uses 200MB for this partition. Releases prior to Fedora 11 used 100MB.
Volume Group Remaining disk space After the /boot partition is created, all remaining disk space is allocated to a single Volume Group. This Volume Group includes the space on all physical hard drives installed on the system.
/ EXT4 on LVM. All of Volume Group This partition contains all the rest of the available disk space in a single logical volume. This logical volume is then partitioned and formatted as EXT3 for all Fedora releases up through 10 and as EXT4 for Fedora 11.

The default disk partitioning layout created by Anaconda, the Fedora installation program, is very simple and provides a decent option for most unsophisticated or inexperienced Linux users. There is absolutely nothing wrong with it in many instances where the computer is going to be used as a desktop for an individual non-power user. Power users and those installing servers or specialized workstations should consider other options that will provide more flexibility and better use of disk space.

I use this default layout for some workstations. I also use it for testing new releases and distributions to simplify and speed installation time and because there is no reason to worry about other partitioning for a test — unless the test is about partitioning.

Default Layout For Fedora 14 and Above

Beginning with Fedora 14, the default partitioning on hard drives of 75GB and greater has changed. For hard drives with less than about 75GB the partitioning in Table 1 is still the default.

Table 2: The default Fedora disk partitioning layout for Fedora 14 and above.
Mount Point Partition Type Size Description
/boot EXT4 500MB This is where the kernel and other required boot files are located.
Volume Group Remaining disk space After the /boot partition is created, all remaining disk space is allocated to a single Volume Group. This Volume Group includes the space on all physical hard drives installed on the system.
/ EXT4 on LVM ≈50GB  The / (root) partition is allocated about 50GB of space on the Volume Group.
/home EXT4 on LVM. Rest of available disk space This partition contains all the rest of the available disk space in a single logical volume. This logical volume is then partitioned and formatted as EXT3 for all Fedora releases up through 10 and as EXT4 for Fedora 11.

This partitioning layout does provide a separate partition for /home on larger hard drives. It is a better partitioning option than a single large one.

Pros and Cons

This layout provides for maximum use of disk space with no need for administrative intervention to reallocate disk space.

It’s primary disadvantages are that if the disk fills up due to a runaway process the entire system can crash. Loss of or damage to metadata on the only partition can be catastrophic and the entire system will have to be reinstalled.

Installation

Selecting this default layout during installation is also simple; make no changes and click the Next button.

Figure 1: To accept the default disk layout simply click on the Next button.

Figure 1: To accept the default disk layout simply click on the Next button

Note: The default selection of Replace existing Linux system is the correct option if there has never been any operating system on the selected hard drives. You may wish to make one change here, to choose the Use entire drive option if you will have any other operating systems on this computer that you want to replace.

Figure 2: Disk layout options.

Figure 2: Disk layout options.

Although the look and feel of these panels change from release to release, the options are the same or very similar. At least until Fedora 18 which has no options to easily delete or replace existing partitions. Hopefully that will change as the new Anaconda installer in Fedora 18 and higher matures.





Leave a Reply