[Bug 826165] Re: blkid breaks on large partitions (BLKGETSIZE)

2013-10-10 Thread Phillip Susi
This was fixed some time ago. ** Changed in: util-linux (Ubuntu) Status: Confirmed = Fix Released -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/826165 Title: blkid breaks on large

[Bug 826165] Re: blkid breaks on large partitions (BLKGETSIZE)

2011-08-14 Thread HelgeJensen
-- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/826165 Title: blkid breaks on large partitions (BLKGETSIZE) To manage notifications about this bug go to:

[Bug 826165] Re: blkid breaks on large partitions (BLKGETSIZE)

2011-08-14 Thread HelgeJensen
The bug is caused by the source for blkid_get_dev_size(int fd) checking the kernel version to detect whether BLKGETSIZE64 is supported in the following way: #ifdef BLKGETSIZE64 #ifdef __linux__ if ((uname(ut) == 0) ((ut.release[0] == '2') (ut.release[1] == '.')

[Bug 826165] Re: blkid breaks on large partitions (BLKGETSIZE)

2011-08-14 Thread HelgeJensen
Compiling the util-linux 2.19.1 from oneiric and installing into natty solved the issue: root@myth:~/opt/fix_util_linux/oneiric# mdadm --create /dev/md0 --level=5 --chunk=4 --raid-devices=3 /dev/sdc2 /dev/sdd2 missing mdadm: Defaulting to version 1.2 metadata mdadm: array /dev/md0 started.