Securing and Optimizing Linux: RedHat Edition -A Hands on Guide | ||
---|---|---|
Prev | Chapter 3. Installation of your Linux Server | Next |
To make the partitions listed below on your system; this is the partition we'll need for our server installation example; the command will be under Disk Druid:
/boot our /boot directory. |
5 |
Linux Native |
/usr our /usr directory. |
512 |
Linux Native |
/home our /home directory. |
1146 |
Linux Native |
/chroot our /chroot directory. |
256 |
Linux Native |
/cache our /cache directory. |
256 |
Linux Native |
/var our /var directory. |
256 |
Linux Native |
our /Swap partition leave the Mount Point Blank. |
128 |
Linux Swap |
/tmp our /tmp directory. |
256 |
Linux Native |
/ our / directory. |
256 |
Linux Native |
After the partitions of your hard disk has been completed, you must see something like the following information on your screen. Our mount points will look like this:
Table 3-1. Sample representaion of partitions
Mount Point | Device | Requested | Actual | Type |
---|---|---|---|---|
/boot | sda1 | 5M | 5M | Linux Native |
/usr | sda5 | 512M | 1146M | Linux Native |
/home | sda6 | 256M | 256M | Linux Native |
/chroot | sda7 | 256M | 256M | Linux Native |
/cache | sda8 | 256M | 256M | Linux Native |
/var | sda9 | 256M | 256M | Linux Native |
<Swap> | sda10 | 128M | 128M | Linux Swap |
/tmp | sda11 | 256M | 256M | Linux Native |
/ | sda12 | 256M | 256M | Linux Native |
: We are using a SCSI hard disk hence the first two letters of the device are sd.