Removing RAID on a DELL power-edge server

10,864

You can't break the RAID array without losing the data. If I'm not mistaken you can set the raid controller from RAID mode to SCSI mode which will leave you with two independent disks, but you'll lose the data in the process. Also, since you only have two disks it's not possible to create a RAID array only for the C: drive.

Share:
10,864
mrazizi
Author by

mrazizi

Pretty much a life long computer geek, having started with the Acorn BBC computer, and just played around ever since. My language of choice is python, with C++ and Java following on behind. Having spent far too many years doing horrible things to mobile phones, I'm now expanding my horizons, and trying to pick up the stuff that I missed out on.

Updated on September 17, 2022

Comments

  • mrazizi
    mrazizi almost 2 years

    We have a Dell Power-edge T110 server, with either a PERC S100 or S300 raid controller (I suspect S100), and 2 x 500GB SATA hard discs.

    These discs are running in RAID-1 configuration, (either 1 or 2 virtual discs), and on top of this, we have the C and D drives.

    As we are running low on disc space, we are looking at dropping the RAID to get some disc space back.

    Is it possible to split the discs back into 2 seperate hards discs that the OS can see, without losing all the data on the drives? Even better, would it be possible to split the D: drive, leaving the OS C: drive in RAID1 configuration?

  • Michal Sokolowski
    Michal Sokolowski about 9 years
    That's not true, you can brake RAID 1 without data loss, it'll be perfectly recoverable. Moreover, the file system should work in another computer. It depends where meta data are, in most cases I've seen the place of boot sector, partition table in RAID 1 are preserved.