8.2 Flashcards
A globally unique identifier or number that is used to uniquely identify an object.
GUID
The GUID Partition Table scheme that replaces the MBR partitioning scheme.
GPT
GPT has several advantages over using MBR
Uses only one type of partition.
Supports extremely large storage devices
Allows up to 128 partitions on a storage device.
stores a copy of the partition table in the first and last sectors of the storage device.
Verifies the integrity of the partition table using a cyclic redundancy check (CRC).
Assigns unique IDs to each storage device
gdisk
Creates and delete GPT partitions.
Displays information about a partition.
Changes the name and type of a partition.
Verifies a hard disk.
Backs up and restores a disk’s partition table.
Converts an MBR partition table to a GPT partition table.
parted
Creates and delete GPT partitions.
Modifies GPT partitions.
select device_name
identifies which storage device to edit
mkpart partition_type start_point end_point
creates a new partition