A+ Core 2 Certification Cram Notes : Operating Systems
1.9 Perform OS installations and upgrades in a diverse OS environment as below.
Partitioning
Partitioning is the process of dividing a storage device such as a hard disk drive (HDD) or a solid-state drive (SSD) into separate sections that appear to be separate disks. These separate sections are called partitions. The purpose of partitioning is to allow you to separate the operating system files, user data files, and applications files to different areas of the disk to prevent data loss and manage disk space efficiently.
There are two types of partition tables: GUID Partition Table (GPT) and Master Boot Record (MBR).
GUID Partition Table (GPT): GPT is a newer partition table that has been designed to replace the older MBR partitioning scheme. It supports drives larger than 2 terabytes and allows for up to 128 partitions. It also provides more robust partitioning options and supports modern firmware and boot systems like UEFI (Unified Extensible Firmware Interface). GPT is the default partitioning scheme for new Windows installations on UEFI-based computers.
Master Boot Record (MBR): MBR is an older partitioning scheme that supports drives up to 2 terabytes and allows for up to 4 primary partitions or 3 primary partitions and one extended partition. MBR is the default partitioning scheme for older BIOS-based computers and is compatible with all Windows versions.
1. Drive format: Before installing or upgrading an OS, it is important to format the drive. Formatting a drive means wiping out all the existing data and creating a new file system to be used by the new OS. The most common file systems used for Windows OS are NTFS and FAT32.