diff --git a/Operating_Systems/Disks.md b/Operating_Systems/Disks.md index a730a8c..5326097 100644 --- a/Operating_Systems/Disks.md +++ b/Operating_Systems/Disks.md @@ -68,8 +68,29 @@ The two tools disclose that the main harddrive is `/dev/nvme0n1` (equivalent to ### Types of partition table -In general there are two types of partition table: MBR and GPT however each operating system has its own variations on these core types. +In general there are two types of partition table: MBR and GPT however each operating system has its own variations on these core types. The type of table used determines how the OS boots. So although partition tables also partition non-bootable sectors of a disk, they are distinguished by the boot system they enact. +