Features/GUID Partition Table

From FedoraProject

Jump to: navigation, search

Contents

Use GUID Partition Tables as much as possible

Summary

The goal is to make Fedora use GPTs (GUID Partition Tables) as much as possible. GPTs are a new type of partition table that improve the old MBR-partitions tables. They support Partitions bigger than 2TB, filesystem independent UUIDs and partition labels and feature checksums for the partition table.

Owner

Current status

Detailed Description

Benefit to Fedora

Scope

How To Test

Try to install Fedora using Live images and DVD install with:

  1. Empty disks
  2. Disks containing MBR style partitions
  3. Disks containing GPT style partitions
  4. Booting from GPT style partitions with as much different BIOSes as possible
  5. Using GPT style partitions with other OSes

User Experience

Dependencies

gptsync

gptsync is a command-line tool to synchronize the GPT with a legacy MBR. gptsync is bundled in the rEFIt upstream project. In Fedora gptsync is currently bundled with Anaconda. Debian has forked gptsync by including a very useful set of patches which fix build issues and add command-line options. It would be good to unify gptsync and provide it as a separate package.

Contingency Plan

Use MBR style partitions for another release and fix stuff for the next one.

Documentation

Release Notes

Comments and Discussion