Can also use this technique for md device ?<br><br><div><span class="gmail_quote">On 11/9/06, <b class="gmail_sendername">Andreas Dilger</b> <<a href="mailto:adilger@clusterfs.com">adilger@clusterfs.com</a>> wrote:</span>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">On Nov 09, 2006  12:14 +0530, Raghu Ni wrote:<br>> We have a server with about 6x750Gb SATA drives setup on a hardware RAID
<br>> controller. We created hardware RAID 5 on these 6x750GB HDDs. The effective<br>> size after RAID 5 implementation is 3.4TB. This server we want to use it as<br>> a data backup server.<br>><br>> Here is the problem we are stuck with, when we use fdisk -l, we can see the
<br>> drive specs and its size as 3.4TB. But when we want to create two different<br>> partitions of 1.7TB each, then we get the error "out of range" while<br>> specifying cylinders.<br>><br>> And if we go for one single partition of 
3.4TB, mke2fs returns error when we<br>> format the partition for ext3 file system and after some specific duration<br>> it exits with a error "Inodes not found... " similar errors.<br><br>Don't use a partition at all.  Just make the filesystem directly on the whole
<br>device (e.g. mke2fs /dev/sda).<br><br>Cheers, Andreas<br>--<br>Andreas Dilger<br>Principal Software Engineer<br>Cluster File Systems, Inc.<br><br></blockquote></div><br>