linux-raid.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Re: Raid 5: Lossless music archive server recommendations
@ 2004-06-02  0:20 TJ Harrell
  2004-06-02  1:24 ` M K
  0 siblings, 1 reply; 8+ messages in thread
From: TJ Harrell @ 2004-06-02  0:20 UTC (permalink / raw)
  To: linux-raid

I'm aiming at a very similar setup as what you're talking about. Whether or
not you put your root on the raid is up to you. Personally, I don't, and I
have my raid mounted as /home. Anyways, your mobo should support two drives,
and each additional controller should support two drives. Thus, with one
addon controller, you can have 4 drives. With 200GB drives, that's 600GB of
space doing RAID 5. In my experience, adding more drives to an array is
extremely easy, but it is dangerous. It is possible to lose data even if you
do follow the steps verbatim, although I've done it 3-4 times myself with no
trouble. First, you must use raidreconf to grow the array onto the new disk,
then you must use resize2fs to expand the filesystem to fill the array.
Backing up during this process is highly recommended!

I personally don't use a hot spare, and I haven't had any trouble with drive
failure since I got rid of all my IBM drives. I did have a run in with a WD
drive that needed a firmware update else it dropped out of the array
periodically, though. A hot spare is something to take into consideration.
Also, you might look into some sort of monitoring script. If you don't
monitor the array, you could lose one disk and go months without ever
knowing. Something that would email you would be ideal.



^ permalink raw reply	[flat|nested] 8+ messages in thread
* Re: raid on extended partitions
@ 2004-06-01  1:26 Neil Brown
  2004-06-01 15:13 ` M K
  0 siblings, 1 reply; 8+ messages in thread
From: Neil Brown @ 2004-06-01  1:26 UTC (permalink / raw)
  To: M K; +Cc: linux-raid

On Monday May 31, maheshext3@yahoo.com wrote:
> Hello folks, I am using kernel version 2.4.18-ac3,
> mdadm - v1.2.0 - 13 Mar 2003 and wanted to take a shot
> at creating a RAID on an extended partition using
> mdadm.
> the commands used were (all drives were swapped off an
> unmounted before running these, and I am running on a
> motherboard with 4 IDE channels; the drives used were
> /dev/hde and /dev/hdg):
> Fdisk RESULT for hde (same on hdg as well):
>    Device Boot    Start       End    Blocks   Id 
> System
> /dev/hde1             1      9052  72710158+  83 
> Linux
> /dev/hde2          9053     36473 220259182+   5 
> Extended
> /dev/hde5          9053     12877  30724281   fd 
> Linux raid autodetect
> 
> Calling ioctl() to re-read partition table.
>  hde: hde1 hde2 < hde5 >
>  hde: hde1 hde2 < hde5 >
> Syncing disks.
> 
> After that, When I tried to run:
> mdadm --create --force /dev/md3 --raid-devices=2
> --level=1 /dev/hde5 /dev/hdg5
> 
> I get:
> mdadm: Cannot open /dev/hde5: No such file or
> directory
> mdadm: Cannot open /dev/hdg5: No such file or
> directory
> mdadm: create aborted

What does
   ls -l /dev/hd[eg]5
show? How about
   cat /proc/partitions
   dd if=/dev/hde5 of=/dev/null bs=1024k

NeilBrown

> 
> I am using mdadm - v1.2.0 - 13 Mar 2003

Not the most recent .....  but it should still work.


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2004-06-02  3:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-06-02  0:20 Raid 5: Lossless music archive server recommendations TJ Harrell
2004-06-02  1:24 ` M K
2004-06-02  1:34   ` Lucas Albers
2004-06-02  1:53     ` TJ Harrell
2004-06-02  2:18       ` dean gaudet
  -- strict thread matches above, loose matches on Subject: below --
2004-06-01  1:26 raid on extended partitions Neil Brown
2004-06-01 15:13 ` M K
2004-06-01 23:16   ` Neil Brown
2004-06-02  0:03     ` Raid 5: Lossless music archive server recommendations James Bamford
2004-06-02  0:05       ` M K
2004-06-02  3:49         ` Guy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).