Understanding disk partitioning and storage options
Installing new operating systems is a routine task for a system administrator. This task involves several critical steps, such as preparing the installation media, executing the OS installation, checking the installation results, and setting up the initial server configuration. These steps are essential for laying the groundwork for further operations. While some servers may come with preinstalled operating systems, the system administrator’s expertise is often required to ensure the server has the most suitable OS to meet specific needs.
Before we start the installation process, let us review the importance of partition schemes in organizing disk partitions.
Understanding partition schemes
Disk partitioning is the process of dividing a physical disk into logical sections called partitions. Each partition can have a different filesystem, such as New Technology File System (NTFS) or Resilient File System (ReFS), and...