Description of problem: fdisk shows wrong type on GPT partitioned disk. Shows Microsoft basic data instead of ext4 fdisk shows correct value on a msdos partitioned disk. Version-Release number of selected component (if applicable): How reproducible: Always Steps to Reproduce: 1. Use gparted to create a GPT partitioned disk 2. create/format an ext4 partition 3. install release 4 4. fdisk -l /dev/sda Result should be something like the following snippet: $ fdisk -l /dev/sda Device Start End Size Type /dev/sda1 2048 83970047 40G Microsoft basic data /dev/sda2 83970048 167938047 40G Microsoft basic data Yet, a snippet from blkid shows: $ blkid | sort -V /dev/sda1: LABEL="mga3" UUID="..c09dd2" TYPE="ext4" PARTUUID="..049" /dev/sda2: LABEL="mga4" UUID="..2d99d" TYPE="ext4" PARTUUID="..1548" Reproducible: Steps to Reproduce:
(In reply to Bit Twister from comment #0) > Description of problem: > cfdisk /dev/sda is also broke. $ blkid | grep /dev/sda | wc -l 9 shows I have 9 partitions, yet cfdisk only shows 1 partition.
$ sfdisk /dev/sda :( Device Boot Start End #cyls #blocks Id System /dev/sda1 0+ 91201- 91202- 732574583+ ee GPT start: (c,h,s) expected (0,0,2) found (0,0,1) /dev/sda2 0 - 0 0 0 Empty /dev/sda3 0 - 0 0 0 Empty /dev/sda4 0 - 0 0 0 Empty
hum looks problematic, doesn't diskdrake use it too ?
CC: (none) => mageia, thierry.vignaud, tmb
No.
CC: thierry.vignaud => (none)
gdisk is showing an incorrect (UUID) Partition GUID code: Partition number (1-9): 3 Partition GUID code: EBD0A0A2-B9E5-4433-87C0-68B6B72699C7 (Microsoft basic data) Partition unique GUID: 8C588466-9A09-429B-8801-451D258BE97A $ blkid | grep 451D258BE97A /dev/sda3: LABEL="mga5" UUID="04692322-363c-4fe4-8c52-3bcbc5c4c951" TYPE="ext4" PARTUUID="8c588466-9a09-429b-8801-451d258be97a"
Summary: 4_b2: fdisk shows wrong type on GPT partitioned disk => 4_b2: f,c,gdisk shows wrong values/infrormation on a GPT partitioned disk
Is this bug still valid in Mageia 5 or Cauldron?
Version: Cauldron => 4
(In reply to Rémi Verschelde from comment #6) > Is this bug still valid in Mageia 5 or Cauldron? Yes.
Version: 4 => 5
Version: 5 => CauldronWhiteboard: (none) => MGA5TOO
Summary: 4_b2: f,c,gdisk shows wrong values/infrormation on a GPT partitioned disk => f,c,gdisk shows wrong values/infrormation on a GPT partitioned diskWhiteboard: MGA5TOO => MGA5TOO MGA4TOO
Problem resolved on mga5 and Cauldron.
Status: NEW => RESOLVEDResolution: (none) => FIXEDWhiteboard: MGA5TOO MGA4TOO => (none)