Post by MauricePost by Bit Twistergdisk -l /dev/sda
blkid -s device -s LABEL -s TYPE -s PARTLABEL | sort -V
GPT fdisk (gdisk) version 0.8.10
The protective MBR's 0xEE partition is oversized! Auto-repairing.
Hmm, that did not look good.
Post by MauriceNumber Start (sector) End (sector) Size Code Name
1 2048 739327 360.0 MiB EF00 EFI system partition
2 739328 1001471 128.0 MiB 0C01 Microsoft reserved ...
3 1001472 95338495 45.0 GiB 0700 Basic data partition
4 95338496 126943231 15.1 GiB 0700 Basic data partition
5 126943232 233418751 50.8 GiB 0700 Basic data partition
6 233418752 249937919 7.9 GiB 0700 Basic data partition
7 249937920 266070015 7.7 GiB 0700 Basic data partition
8 938833920 940584959 855.0 MiB 2700 Basic data partition
9 940584960 972568575 15.3 GiB 2700 Basic data partition
10 972568576 976762879 2.0 GiB 2700 Basic data partition
/dev/sda1: LABEL="SYSTEM" TYPE="vfat" PARTLABEL="EFI system partition"
/dev/sda2: PARTLABEL="Microsoft reserved partition"
/dev/sda3: LABEL="Windows" TYPE="ntfs" PARTLABEL="Basic data partition"
/dev/sda4: LABEL="Mageia-5-root" TYPE="ext4" PARTLABEL="Basic data partition"
/dev/sda5: LABEL="Mageia-5-home" TYPE="ext4" PARTLABEL="Basic data partition"
/dev/sda6: TYPE="swap" PARTLABEL="Basic data partition"
/dev/sda7: LABEL="photos" TYPE="ext4" PARTLABEL="Basic data partition"
/dev/sda8: LABEL="WINRE" TYPE="ntfs" PARTLABEL="Basic data partition"
/dev/sda9: LABEL="Recovery Image" TYPE="ntfs" PARTLABEL="Basic data partition"
/dev/sda10: LABEL="HP_TOOLS" TYPE="vfat" PARTLABEL="Basic data partition"
Looking like your partition setup might be a bit old.
I noticed a few of the 'Code' values are incorrect or could be set to
more valid values. Just one example from my setup
gdisk line 1 2048 16386047 7.8 GiB 8200 swap
blkid line /dev/sdb1: LABEL="swap" TYPE="swap" PARTLABEL="swap"
Post by Maurice/dev/sda6: TYPE="swap" PARTLABEL="Basic data partition"
Since you do not have the correct Code value for your swap partition
you blkid output does _NOT_ display the TYPE value of swap in the
above line. :-(
In my opinion your ext4 partitions Code 0700 should be 8300
You might also consider changing the PARTLABEL to something descriptive
besides Basic data partition.
Mine looked pretty much like yours until I changed the Code values to
match the partition type and while I was at it, I set the PARTLABEL to
match the LABEL values on my system.
I can recommend gparted for playing with partitions. You would right
click the desired partition and use Flags to change the 'Code' and
name partition to change the PARTLABEL field.
I can recommend the systemrescuecd iso from http://www.sysresccd.org/Download
If you use it, third icon bottom right is gparted.
To install on a USB thumb drive I used the
B) Recommended USB installation method from Linux
instructions from
http://www.system-rescue-cd.org/Sysresccd-manual-en_How_to_install_SystemRescueCd_on_an_USB-stick
Advantage of that is; it contains a newer release of gparted than Mageia 5
which does not have the Name Partition feature/function.
Pretty sure it is going to be fairly hard to make your root/home
changes while they are mounted. :)