On Sep 8, 2014, at 1:24 AM, azurIt <azurit@xxxxxxxx> wrote: >> >> CC: linux-raid@xxxxxxxxxxxxxxx >> On Mon, 8 Sep 2014, azurIt wrote: >> >>> I, of course, didn't use fdisk to create partitions - they were created using cgdisk, but it's graphical tool so i wasn't able to send output from it, so i get output from fdisk to prove, that partitions are large enough. >>> >>> # cat /proc/partitions >>> major minor #blocks name >>> >>> 8 33 2147483647 sdc1 >>> 8 49 2147483647 sdd1 >> >> .... they're not. >> >> -- >> Mikael Abrahamsson email: swmike@xxxxxxxxx > > > > > so why cgdisk and also fdisk sees them as 4TB? Newer versions of fdisk do support GPT. Yours isn't new enough. Since you have cgdisk, you should use: gdisk -l /dev/sdc or parted -s /dev/sdc u s p Chris Murphy-- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html