| View previous topic :: View next topic |
| Author |
Message |
bobthebob1234 LXF regular

Joined: Thu Jan 03, 2008 9:38 pm Posts: 1360 Location: A hole in a field
|
Posted: Thu Jun 16, 2011 10:28 am Post subject: The hard drives are running out of space!!! |
|
|
So at the moment where I work / used to go to school, we have (as far as I can find) 4 different nasses each with different hard drives, raid levels, etc and they are all very close to running out of storage (even the 2tb raid 5 one!)
Basically what I have been thinking (but have no idea about how to implement) is this:
where the lots of hard drives (obviously actually in computers...) are on their own little private network (gigabit) and if /when we require more storage we just bung more hard drives in private network.
Then though some magic the front facing server makes the rest of the network think there is just one mahousive hard drive. It would also be nice if the front facing server could do authentication with MS active directory...
Does anyone know if this is possible and how one would go about doing this.
Thanks
I have found http://www.gluster.org/ . Is this the sort of thing I need to be looking at? The about page sounds like what I want to do... _________________ For certain you have to be lost to find the places that can't be found. Elseways, everyone would know where it was |
|
| Back to top |
|
 |
Dutch_Master LXF regular
Joined: Tue Mar 27, 2007 2:49 am Posts: 2358
|
Posted: Thu Jun 16, 2011 11:57 am Post subject: |
|
|
| Investigate LVM and reconfiguring RAID5 arrays as RAID1, thus freeing diskspace. You'll need a separate 2TB disk to mirror the 2TB RAID5 array, then remove the array and replace with another 2TB disk. Benefit of the latter is that with newer drives you increase the lifespan of the (new) array, as well as actually offering more diskspace... |
|
| Back to top |
|
 |
nelz Moderator

Joined: Mon Apr 04, 2005 12:52 pm Posts: 8036 Location: Warrington, UK
|
Posted: Thu Jun 16, 2011 12:56 pm Post subject: |
|
|
RAID1 gives less space than RAID5! If S is the size of the smallest disk and N is the number of disks, RAID one always has size S whereas RAID5 has a size of (N-1)*S. _________________ "Insanity: doing the same thing over and over again and expecting different results." (Albert Einstein) |
|
| Back to top |
|
 |
| View previous topic :: View next topic |
|