Difference between revisions of "Linux Partition Table"

From Free Knowledge Base- The DUCK Project: information for everyone
Jump to: navigation, 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...")
 
m
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 10: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.