tech:table_de_partitions_gpt
Différences
Ci-dessous, les différences entre deux révisions de la page.
| Prochaine révision | Révision précédente | ||
| tech:table_de_partitions_gpt [2025/03/24 15:06] – créée - modification externe 127.0.0.1 | tech:table_de_partitions_gpt [2025/04/24 15:20] (Version actuelle) – Jean-Baptiste | ||
|---|---|---|---|
| Ligne 1: | Ligne 1: | ||
| + | < | ||
| + | {{tag> | ||
| + | |||
| + | # Table de partitions GPT | ||
| + | |||
| + | Voir : | ||
| + | * gdisk https:// | ||
| + | |||
| + | Supprimer uniquement la table des partitions en conservant la MBR | ||
| + | |||
| + | Install de gdisk (GPT fdisk) | ||
| + | ~~~bash | ||
| + | apt-get install gdisk | ||
| + | ~~~ | ||
| + | |||
| + | Suppression de la table GPT - zap GPT | ||
| + | ~~~bash | ||
| + | sgdisk --zap /dev/sdb | ||
| + | ~~~ | ||
| + | |||
| + | Supprimer toutes les signatures | ||
| + | ~~~bash | ||
| + | / | ||
| + | ~~~ | ||
| + | |||
| + | ## Autres | ||
| + | |||
| + | ~~~ | ||
| + | # sfdisk /dev/sda | ||
| + | / | ||
| + | |||
| + | # sfdisk -d /dev/sda | ||
| + | label: gpt | ||
| + | label-id: 4A520514-FBFF-49E2-93CD-024C6EE848EA | ||
| + | device: /dev/sda | ||
| + | unit: sectors | ||
| + | first-lba: 34 | ||
| + | last-lba: 209715038 | ||
| + | |||
| + | /dev/sda1 : start= | ||
| + | /dev/sda2 : start= | ||
| + | /dev/sda3 : start= | ||
| + | /dev/sda4 : start= | ||
| + | /dev/sda5 : start= | ||
| + | /dev/sda6 : start= | ||
| + | /dev/sda7 : start= | ||
| + | |||
| + | # gdisk -l /dev/sda | ||
| + | GPT fdisk (gdisk) version 1.0.3 | ||
| + | |||
| + | Partition table scan: | ||
| + | MBR: protective | ||
| + | BSD: not present | ||
| + | APM: not present | ||
| + | GPT: present | ||
| + | |||
| + | Found valid GPT with protective MBR; using GPT. | ||
| + | Disk /dev/sda: 209715072 sectors, 100.0 GiB | ||
| + | Model: PERC H330 Adp | ||
| + | Sector size (logical/ | ||
| + | Disk identifier (GUID): 4A520514-FBFF-49E2-93CD-024C6EE848EA | ||
| + | Partition table holds up to 128 entries | ||
| + | Main partition table begins at sector 2 and ends at sector 33 | ||
| + | First usable sector is 34, last usable sector is 209715038 | ||
| + | Partitions will be aligned on 2048-sector boundaries | ||
| + | Total free space is 24174397 sectors (11.5 GiB) | ||
| + | |||
| + | Number | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | | ||
| + | ~~~ | ||
| + | |||
| + | |||
| + | |||
