On Wed, Feb 24, 2010 at 10:18 PM, Richard Weait <span dir="ltr"><<a href="mailto:richard@weait.com">richard@weait.com</a>></span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I'm playing with RAID-0 for the first time.  There are three disk<br>
drives; one (500GB) for Operating system and everyday stuff, and two<br>
additional identical drives for RAID-y stuff.<br>
<br>
The OS is installed and working fine, thanks for asking.  ;-)<br>
<br>
For the RAID-0, it might actually be installed and working properly,<br>
but df -hT reports too much capacity on the RAID drive.  In fact it<br>
reports roughly the sum of the capacity of the two RAID drives.  I was<br>
expecting roughly the capacity of one of the identical RAID drives to<br>
be reported as the capacity of the RAID-0 array.<br>
<br>
I set it up like this<br>
<br>
Partition two drives<br>
- each of the two (sde, sdf) were partitioned (fdisk) with a single<br>
partition, primary, 1, all sectors.<br>
- and a type of Linux raid auto (df)<br>
<br>
Create RAID-0 from two partitions<br>
sudo mdadm --create /dev/md0 --level=0 --raid-devices=2 /dev/sde1 /dev/sdf1<br>
<br>
Add filesystem to RAID-0<br>
sudo mke2fs -j /dev/md0<br>
<br>
Make a mount point for it<br>
sudo mkdir /raid<br>
<br>
Mount it<br>
sudo mount /dev/md0 /raid<br>
<br>
But df thinks the RAID-0 drive is too big.<br>
df -hT<br>
Filesystem    Type    Size  Used Avail Use% Mounted on<br>
/dev/sdg1     ext4    440G  6.0G  412G   2% /<br>
/dev/md0      ext3    1.8T  196M  1.7T   1% /raid<br>
<br>
Wazzup with that?  Does df just not get RAID, or did I hose the RAID setup?<br></blockquote><div><br>Hmm .. Interesting ...<br><br>It seems to be doubling the capacity [ (500+500) x 2 less filesystem overhead, and GiB vs. GB difference].<br>
<br>But let us step back a bit ...<br><br clear="all">Do you REALLY want RAID-0?<br>
<br>
You know that if one drive fails, then ALL your other drives are close to useless?<br>
<br>
Use it for transient stuff (e.g. print spool, Usenet spool, ...etc.), but not for anything else that you really need ...<br><br></div></div><br>-- <br>Khalid M. Baheyeldin<br><a href="http://2bits.com">2bits.com</a>, Inc.<br>
<a href="http://2bits.com">http://2bits.com</a><br>Drupal optimization, development, customization and consulting.<br>Simplicity is prerequisite for reliability. --  Edsger W.Dijkstra<br>Simplicity is the ultimate sophistication. --   Leonardo da Vinci<br>