Partitioning Your Disk for Red Hat Linux

If you have not yet planned how you will set up your partitions, turn to Appendix B. There you'll find an introduction to basic disk partitioning concepts. As a bare minimum, you'll need an appropriately-sized root partition, and a swap partition of at least 16 MB.

Figure 14-14 shows the two disk partitioning applications that are available for you to use.

If you will be using fdisk to partition your drive, please see the section called Using fdisk for those instructions. If you select Disk Druid, continue reading below.

Figure 14-14. Disk Setup Dialog

The following sections describe the layout of Figure 14-15 and how to use its buttons to set up partitions. If you're already familiar with Disk Druid, you can partition your disk and skip to the section called Choose Partitions to Format Dialog.

You use the disk partitioning dialogs to tell the installation program where to install Red Hat Linux (Figure 14-15).

Figure 14-15. Disk Druid Main Screen

The Current Disk Partitions Section

Each line in the Current Disk Partitions section represents a disk partition. In this example (Figure 14-15), there are Linux existing partitions.

Note the scroll bar to the right, which indicates that there may be more partitions than can be displayed at one time. If you use the Up and Down arrow keys, you can see if there are any additional partitions. Each line in this section has five different fields:

As you scroll through the Current Disk Partitions section, you might see an Unallocated Requested Partitions title bar, followed by one or more partitions. These are partitions that have been requested but, for one reason or another, have not been allocated. A common reason for having an unallocated partition is a lack of sufficient free space for the partition. In any case, the reason the partition remains unallocated will be displayed after the partition's mount point.

The Drive Summaries Section

Each line in the Drive Summaries section represents a hard disk on your system. Each line has the following fields:

NotePlease Note
 

The Drive Summaries section is displayed only to indicate your computer's disk configuration. It is not meant to be used as a means of specifying the target hard drive for a given partition. This is described more completely in the section called Adding a Partition.

Disk Druid's Buttons

These buttons control Disk Druid's actions. They are used to add and delete partitions, and to change partition attributes. In addition, there are buttons that are used to accept the changes you've made, or to exit Disk Druid entirely. Let's take a look at each button in order.

Handy Function Keys

Use the F5 (Reset) function key to discard all changes you may have made while in Disk Druid, and return the list of partitions to those read from the partition table(s) on your hard disk(s). When selected, you'll be asked to confirm whether you want to discard the changes. Note that any mount points you've specified will be lost, and will need to be reentered.

NotePlease Note
 

You will need to dedicate at least one partition to Red Hat Linux, and optionally more. This is discussed more completely in the section called How Many Partitions? in Appendix B.

Adding a Partition

To add a new partition, select the Add button and press Space or Enter. The Edit New Partition dialog (Figure 14-16) appears.

Figure 14-16. Edit New Partition Dialog

The screen contains the following fields:

Recommended Partitioning Scheme

Unless you have a reason for doing otherwise, we recommend that you create the following partitions:

Problems When Adding a Partition

NotePlease Note
 

If you are having problems adding a partition, turn to Appendix B, An Introduction to Disk Partitions, to find a solution.

If you attempt to add a partition and Disk Druid can't carry out your request, you'll see a dialog box listing any partitions that are currently unallocated, along with the reason they could not be allocated, as in Figure 14-17. Select the OK button, and press Space to continue. Note that the unallocated partition(s) are also displayed on Disk Druid's main screen (though you may have to scroll the Current Disk Partitions section to see them).

Figure 14-17. Unallocated Partitions Dialog

Editing a Partition

To change a partition's mount point, highlight the partition in the Current Disk Partitions section, select the Edit button, and press Space. The Edit Partition dialog is similar to the one shown in Figure 14-16. The difference here is that all fields except the mount point are read-only. To modify any other value, delete the partition and add it again with the new values.

Figure 14-18. Edit Partition Dialog

Deleting a Partition

To delete a partition, highlight the partition in the Current Disk Partitions section, select the Delete button, and press Space. You will be asked to confirm the deletion.

When You're Finished

Once you've configured your partitions and entered your mount points, you screen should look something like Figure 14-19.

Figure 14-19. Current Disk Partitions Dialog

Choose Partitions to Format Dialog

Next, select which partitions you want to format (Figure 14-20). You must format all newly created partitions and other partitions that contain old data (assuming they don't contain data you wish to keep).

Figure 14-20. Choose Partitions to Format

CautionCaution
 

If partitions such as /home or /usr/local already exist and contain data you wish to keep, do not select these for formatting.

When you have selected the partitions to format, press Space. If you wish to check for bad blocks while formatting each filesystem (recommended for those with older disk drives), select Check for bad blocks during format. Select OK, and press Space.

NotePlease Note
 

Selecting check for bad blocks may dramatically increase your total installation time. Since most newer hard drives are quite large in size, checking for bad blocks may take a while depending on the size of your hard drive.

Using fdisk

If you chose a custom-class installation, you also chose which disk partitioning application to use. This section only applies if you opted to use fdisk.

Once you've selected fdisk, you'll be presented with the Partition Disks dialog box (Figure 14-21). In this box is a list of every disk on your computer.

Using Tab, and the Up and Down arrow keys, highlight the disk you'd like to partition, select Edit, and press Space.

You will then enter fdisk and can partition the disk you selected. Repeat this process for each disk you want to partition. When you're finished, select Done.

Figure 14-21. Disk Setup Dialog

An Overview of fdisk

fdisk includes online help which is terse but useful. Here are a few tips:

  • The command for help is m.

  • To list the current partition table, use the p command (see Figure 14-22).

  • To add a new partition, use n.

  • Linux fdisk creates partitions of type Linux native by default. When you create a swap partition, don't forget to change it to type Linux swap using the t command. The value for the Linux swap type is 82. For other partition types, use the l command to see a list of partition types and values.

  • Linux allows up to four (4) partitions on one disk. If you wish to create more than that, one (and only one) of the four may be an extended partition, which acts as a container for one or more logical partitions. Since it acts as a container, the extended partition must be at least as large as the total size of all the logical partitions it is to contain.

  • It's a good idea to write down which partitions (e.g., /dev/hda2) are meant for which filesystems (e.g., /usr) as you create each one.

NotePlease Note
 

None of the changes you make take effect until you save them and exit fdisk using the w command. You can quit fdisk at any time without saving changes by using the q command.

Figure 14-22. Sample Output from fdisk

Changing the Partition Table

When you are finished partitioning your disks, press Done; you may see a message indicating that the installation program needs to reboot. This is a normal occurrence after changing a disk's partition data; it usually happens if you created, changed or deleted any extended partitions. After you press OK, your machine will reboot and the installation will begin again. Repeat the same installation steps you performed earlier until you reach the Partition Disks dialog; then simply choose Done.