You are not logged in.

#1 2006-11-16 00:44:54

judfilm
Member
Registered: 2004-02-12
Posts: 229

Software RAID and Partitions

Hi,

Just wanted to find out: before creating a software RAID array is it necessary/beneficial to partition or even format each individual drive?

Thanks

Offline

#2 2006-11-16 08:26:53

FUBAR
Member
From: Belgium
Registered: 2004-12-08
Posts: 1,029
Website

Re: Software RAID and Partitions

It all depends:
If you are going to use an array on the entire disk, you can just leave them alone and use mdadm to combine them entirely (using /dev/hda and /dev/hdc rather than /dev/hda1 and /dev/hdc1). But if you want to only use part(ition)s of the disks as an array, you'll have to create those (identical, preferrably) partitions first. Afterwards you can use mdadm and /dev/hda1 and /dev/hdc1 to create your RAID array.

When you created the RAID array, you'll have a new device: /dev/md0. You can then create your partitions on this device.


A bus station is where a bus stops.
A train station is where a train stops.
On my desk I have a workstation.

Offline

#3 2006-11-19 11:13:26

judfilm
Member
Registered: 2004-02-12
Posts: 229

Re: Software RAID and Partitions

Ok Thanks, that makes sense.

Offline

Board footer

Powered by FluxBB