Linux Partition Table: Difference between revisions

From Free Knowledge Base- The DUCK Project
Jump to navigation Jump to search
Created page with "MBR (Master Boot Record) and GPT (GUID Partition Table) are two different types of partition table available to linux users now. * MBR standards for Master Boot Record. It wa..."
 
mNo edit summary
Line 3: Line 3:
* MBR standards for Master Boot Record. It was introduced with IBM PC DOS 2.0 in 1983.
* MBR standards for Master Boot Record. It was introduced with IBM PC DOS 2.0 in 1983.
* GPT stands for GUID Partition Table.  It is associated with UEFI
* GPT stands for GUID Partition Table.  It is associated with UEFI
=== GPT ===
Use the command 'gdisk' which is GPT fdisk to work with your GPT partition table.

Revision as of 08:38, 30 August 2019

MBR (Master Boot Record) and GPT (GUID Partition Table) are two different types of partition table available to linux users now.

  • MBR standards for Master Boot Record. It was introduced with IBM PC DOS 2.0 in 1983.
  • GPT stands for GUID Partition Table. It is associated with UEFI

GPT

Use the command 'gdisk' which is GPT fdisk to work with your GPT partition table.