Thanks dtfinch.
I went with option 2) version 1.1 metadata. Since I was creating partitions 2048 blocks into the drive (DOS compatibility disabled [c] and in sector mode [u]), and I'm not booting off this array, storing the meta data at the start of the drive made a lot of sense.
Here's what I've got now for reference.
Code:fermulator@fermmy-server:~$ cat /proc/mdstat Personalities : [linear] [multipath] [raid0] [raid1] [raid6] [raid5] [raid4] [raid10] md2000 : active raid6 sdh1[5] sdl1[3] sdk1[2] sdg1[4] sdj1[1] sdi1[0] 7814053632 blocks super 1.1 level 6, 64k chunk, algorithm 2 [6/6] [UUUUUU]Code:fermulator@fermmy-server:~$ sudo mdadm -Q --detail /dev/md2000 /dev/md2000: Version : 01.01 Creation Time : Fri Apr 22 01:12:07 2011 Raid Level : raid6 Array Size : 7814053632 (7452.06 GiB 8001.59 GB) Used Dev Size : 3907026816 (3726.03 GiB 4000.80 GB) Raid Devices : 6 Total Devices : 6 Preferred Minor : 2000 Persistence : Superblock is persistent Update Time : Wed Apr 27 22:54:41 2011 State : clean Active Devices : 6 Working Devices : 6 Failed Devices : 0 Spare Devices : 0 Chunk Size : 64K Name : fermmy-server:2000 (local to host fermmy-server) UUID : 15d2158f:5cf74d95:fd7f5607:0e447573 Events : 11842 Number Major Minor RaidDevice State 0 8 129 0 active sync /dev/sdi1 1 8 145 1 active sync /dev/sdj1 2 8 161 2 active sync /dev/sdk1 3 8 177 3 active sync /dev/sdl1 5 8 113 4 active sync /dev/sdh1 4 8 97 5 active sync /dev/sdg1Code:fermulator@fermmy-server:~$ sudo fdisk -ul /dev/sd[ghijkl] | grep -E Start\|/dev/sd Disk /dev/sdg: 2000.4 GB, 2000398934016 bytes Device Boot Start End Blocks Id System /dev/sdg1 2048 3907029167 1953513560 fd Linux raid autodetect Disk /dev/sdh: 2000.4 GB, 2000398934016 bytes Device Boot Start End Blocks Id System /dev/sdh1 2048 3907029167 1953513560 fd Linux raid autodetect Disk /dev/sdi: 2000.4 GB, 2000398934016 bytes Device Boot Start End Blocks Id System /dev/sdi1 2048 3907029167 1953513560 fd Linux raid autodetect Disk /dev/sdj: 2000.4 GB, 2000398934016 bytes Device Boot Start End Blocks Id System /dev/sdj1 2048 3907029167 1953513560 fd Linux raid autodetect Disk /dev/sdk: 2000.4 GB, 2000398934016 bytes Device Boot Start End Blocks Id System /dev/sdk1 2048 3907029167 1953513560 fd Linux raid autodetect Disk /dev/sdl: 2000.4 GB, 2000398934016 bytes Device Boot Start End Blocks Id System /dev/sdl1 2048 3907029167 1953513560 fd Linux raid autodetect



Adv Reply



Bookmarks