Koozali.org: home of the SME Server

Combination of HDD

Offline haliparotin

  • ****
  • 103
  • +0/-0
Combination of HDD
« on: July 29, 2011, 04:08:34 AM »
hi! i just want to ask how can i Combine my HDD?

1TB + 1TB = 2TB
1TB + 1TB = 2TB

then the two 2TB HDD = Software Raid

Thank You..






Offline Arnie

  • ****
  • 81
  • +0/-0
  • Old Dog, New Tricks.
Re: Combination of HDD
« Reply #1 on: July 29, 2011, 04:46:31 AM »
How about RAID 5:

1TB + 1TB + 1TB + (1TB as Parity) = 3TB
...

Offline larieu

  • *****
  • 214
  • +0/-0
Re: Combination of HDD
« Reply #2 on: July 29, 2011, 06:14:59 AM »
RAID 5 should be the fastest and best for space+speed/cost

If you have an older hardware RAID controller which doesn't know RAID5 you could also do

RAID 0 for 3 HDD + 1 spare - it will work almost as 5
if everybody's life around you is better, probably yours will be better
just try to improve their life

Offline Stefano

  • *
  • 10,894
  • +3/-0
Re: Combination of HDD
« Reply #3 on: July 29, 2011, 09:09:02 AM »
hi! i just want to ask how can i Combine my HDD?

1TB + 1TB = 2TB
1TB + 1TB = 2TB

then the two 2TB HDD = Software Raid

Thank You..

you are looking for raid10, a combination of raid0 (speed) and raid1 (redundancy)

SME doesn't support such a raid layout..
you could:
- use raid5 as suggested (not as fast if SW in my experience)
- add 2 small disks, install SME on them then use the 4 1TB to create a raid10 SW.. there are many howto out there

Offline haliparotin

  • ****
  • 103
  • +0/-0
Re: Combination of HDD
« Reply #4 on: July 29, 2011, 09:49:58 AM »
Actually i try the Raid 5 Under this link http://wiki.contribs.org/Raid but my Storage still appear 1 TB.  :-(

Offline larieu

  • *****
  • 214
  • +0/-0
Re: Combination of HDD
« Reply #5 on: July 29, 2011, 10:52:18 AM »
what you see if on prompt issue command?

Code: [Select]
console
and go to menu #5
if everybody's life around you is better, probably yours will be better
just try to improve their life