Re: RAID0 size over 2 TB
From: Chris Murphy <hidden>
Date: 2014-09-08 18:19:24
On Sep 8, 2014, at 1:24 AM, azurIt [off-list ref] wrote:
quoted
CC: linux-raid@vger.kernel.org On Mon, 8 Sep 2014, azurIt wrote:quoted
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@swm.pp.seso 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