1 lien privé
Aujourd'hui, je présente GPT fdisk et ses amis (gdisk, cgdisk, sgdisk, fixparts), des outils de partitionnement pour disques GPT, disponibles sur Linux, FreeBSD, macOS et Windows. GPT, successeur du MBR, offre une meilleure gestion des partitions et prise en charge des disques de grande capacité. GPT fdisk permet de convertir MBR en GPT, réparer des…
Vous kiffez GPT d'OpenAI et vous vous dites que ce serait quand même cool à utiliser dans votre vie quotidienne d'admin Unix ? Et bien j'ai une excellente nouvelle pour vous puisque votre rêve s'appelle Loz !! Loz est un outil en ligne de commande basé sur l'API OpenAI, qui permet d'utiliser les pipes Unix…
Sur Windows 11 vous ne pouvez pas utiliser le MBR comme style de partition pour le lecteur Système (C:) mais vous pouvez utiliser les deux (MBR et GPT) pour
http://www.rodsbooks.com/gdisk/index.html
GPT fdisk (consisting of the gdisk, cgdisk, sgdisk, and fixparts programs) is a set of text-mode partitioning tools for Linux, FreeBSD, macOS, and Windows. The gdisk, cgdisk, and sgdisk programs work on Globally Unique Identifier (GUID) Partition Table (GPT) disks, rather than on the older (and once more common) Master Boot Record (MBR) partition tables. The fixparts program repairs certain types of damage to MBR disks and enables changing partition types from primary to logical and vice-versa. You can learn more about fixparts on its dedicated Web page. If gdisk, cgdisk, and sgdisk sound interesting to you, then read on (or skip straight to the "Obtaining GPT fdisk" link if you don't need the GPT pep talk). If you don't know what a GPT is, be sure to read the first section!