You are not logged in.

#1 2014-05-29 13:47:04

StR@ng3r
Member
Registered: 2011-11-12
Posts: 65

Mirror and stripe on a partition basis?

Hello archers,

I was wondering wether it is possible or not to create some  sort of soft raid on a partition basis instead of per disk.

Given a system with 2x3TB HDD's, I would like to have some partitions mirrored and others striped so that I can have redundancy for important data but at the same time don't have to sacrifice all that much disk space and just stripe the remaining part that is supposed to only host data that would not be much of a loss in case of disk failure.

If a setup like this is possible, could you kindly point me into the direction as to how to do it or what to utlilize to achieve it?

Thanks a bunch.

Last edited by StR@ng3r (2014-05-29 13:47:18)

Offline

#2 2014-05-29 15:52:27

m1st3rkr3p
Member
Registered: 2014-02-21
Posts: 34

Re: Mirror and stripe on a partition basis?

StR@ng3r wrote:

Hello archers,

I was wondering wether it is possible or not to create some  sort of soft raid on a partition basis instead of per disk.

Given a system with 2x3TB HDD's, I would like to have some partitions mirrored and others striped so that I can have redundancy for important data but at the same time don't have to sacrifice all that much disk space and just stripe the remaining part that is supposed to only host data that would not be much of a loss in case of disk failure.

If a setup like this is possible, could you kindly point me into the direction as to how to do it or what to utlilize to achieve it?

Thanks a bunch.

Using just partitions should be possible.
RAID

Offline

#3 2014-05-30 00:34:51

Buddlespit
Member
From: Chesapeake, Va.
Registered: 2014-02-07
Posts: 501

Re: Mirror and stripe on a partition basis?

[pat@Pats-Main ~]$ lsblk
NAME        MAJ:MIN RM   SIZE RO TYPE  MOUNTPOINT
sda           8:0    0  29.8G  0 disk  
|-sda1        8:1    0     1G  0 part  
| `-md0       9:0    0     1G  0 raid1 /boot
`-sda2        8:2    0  28.8G  0 part  
  `-md1       9:1    0  57.6G  0 raid0 
    `-md1p1 259:0    0  57.6G  0 md    /
sdb           8:16   0  29.8G  0 disk  
|-sdb1        8:17   0     1G  0 part  
| `-md0       9:0    0     1G  0 raid1 /boot
`-sdb2        8:18   0  28.8G  0 part  
  `-md1       9:1    0  57.6G  0 raid0 
    `-md1p1 259:0    0  57.6G  0 md    /
sdc           8:32   0 111.8G  0 disk  
|-sdc1        8:33   0   8.8G  0 part  [SWAP]
`-sdc2        8:34   0   103G  0 part  /home

Offline

Board footer

Powered by FluxBB