swap
partition
/boot
partition
/
partition
/home
partition
swap
partition (at least 256 MB)Amount of RAM in the system | Recommended swap space | Recommended swap space if allowing for hibernation |
---|---|---|
⩽ 2GB | 2 times the amount of RAM | 3 times the amount of RAM |
> 2GB – 8GB | Equal to the amount of RAM | 2 times the amount of RAM |
> 8GB – 64GB | 0.5 times the amount of RAM | 1.5 times the amount of RAM |
> 64GB | 4GB of swap space | No extra space needed |
/boot/
partition (500 MB)/boot/
contains the operating system kernel (which allows your system to boot Fedora), along with files used during the bootstrap process. For most users, a 500 MB boot partition is sufficient.
/boot/
partition if you want the /
(root) partition to use all of the remaining space on your hard drive.
/boot/
partition must be created on a partition outside of the RAID array, such as on a separate hard drive.
root
partition (3.0 GB - 5.0 GB)/
" (the root directory) is located. In this setup, all files (except those stored in /boot
) are on the root partition.
/root
/
(or root) partition is the top of the directory structure. The /root
directory/root
(sometimes pronounced "slash-root") directory is the home directory of the user account for system administration.
home
partition (at least 100 MB)/home
directory. This will enable you to upgrade or reinstall Fedora without erasing user data files.
/
partition, upgrades become easier.
/foo
must be at least 2 GB, and you do not make a separate /foo
partition, then the /
(root) partition must be at least 2 GB.
Directory | Minimum size |
---|---|
/
| 2 GB |
/usr
|
/usr on a seperate partition is not supported.
|
/tmp
|
tmpfs by default, 50 MB otherwise.
|
/var
| 500 MB |
/home
| 100 MB |
/boot
| 250 MB |
/home
partition.
/boot
partition. The boot partition can also be used during upgrades, so leaving extra room is recommended. Unless you plan to install a great many kernels, the default partition size of 500 MB for /boot
should suffice.
/var
directory holds content for a number of applications, including the Apache web server. It also is used to store downloaded update packages on a temporary basis. Ensure that the partition containing the /var
directory has enough space to download pending updates and hold your other content.
/var/cache/yum/
by default. If you partition the system manually, and create a separate /var/
partition, be sure to create the partition large enough (3.0 GB or more) to download package updates.
/usr
directory holds the majority of software content on a Fedora system. Because crucial applications and utilities are located in /usr
, Fedora does not support placing it on a separate partition.
/usr
on a separate file system/usr
is on a separate file system from /
, the boot process becomes much more complex because /usr
contains boot-critical components. In some situations (like installations on iSCSI drives), the boot process might not work at all.
/var/lib/mysql
, make a separate partition for that directory in case you need to reinstall later.
/boot/efi
with an HFS+ file system, Apple Bootstrap, or a PPC PReP boot partition.
Partition | Size and type |
---|---|
/boot
|
500 MB ext3 partition
|
swap
| 2 GB swap |
LVM physical volume | Remaining space, as one LVM volume group |
Partition | Size and type |
---|---|
/
| 13 GB ext4 |
/var
| 4 GB ext4 |
/home
| 50 GB ext4 |