Author Topic: RAID seen as 2 drives on install  (Read 3959 times)

randomfeelings

  • Regular Poster
  • **
  • Posts: 22
    • View Profile
RAID seen as 2 drives on install
« on: November 01, 2008, 05:49:59 pm »
Installing to a new box to be used as my core. It is a Dell with onboard Intel Matrix RAID (versions 0/1/10)

However, when I boot from the install DVD, it sees both disks and asks me which one I want to install to (I have even tried recreating the array, in both RAID0 and RAID1).

Are there some drivers I would need to load first for Kubuntu to recognise the RAID array?

Zaerc

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 2256
  • Department of Redundancy Department.
    • View Profile
Re: RAID seen as 2 drives on install
« Reply #1 on: November 02, 2008, 12:30:12 am »
Installing to a new box to be used as my core. It is a Dell with onboard Intel Matrix RAID (versions 0/1/10)

However, when I boot from the install DVD, it sees both disks and asks me which one I want to install to (I have even tried recreating the array, in both RAID0 and RAID1).

Are there some drivers I would need to load first for Kubuntu to recognise the RAID array?
LinuxMCE does not support this (vendor specific) fake-RAID at all.  And as far as I know the DVD has no option to  install on software-RAID.  It might be possible however to install on one disk and then make a RAID from that.
"Change is inevitable. Progress is optional."
-- Anonymous


randomfeelings

  • Regular Poster
  • **
  • Posts: 22
    • View Profile
Re: RAID seen as 2 drives on install
« Reply #2 on: November 03, 2008, 12:22:28 am »
Ah, that would be why then! I wondered if it was maybe not 'proper RAID' as it's only a PC. Thanks for the info Zaerc, will go software RAID after install...

indulis

  • Veteran
  • ***
  • Posts: 147
    • View Profile
Re: RAID seen as 2 drives on install
« Reply #3 on: November 05, 2008, 03:41:37 pm »
Actually the Ubuntu 7.10 Alternate install CD has the option to install as RAID.  The UI is weird, you have to go in and make a failed attempt to delete a RAID at some point to get it to recognise that there are existing RAID paritions, then you can create a new RAID partition.  You can install with RAID from the Ubuntu 7.10 alternate install CD, but in the LMCE install process you will also need the normal Ubuntu Desktop 7.10 install CD as a source to complete the LMCE install.  It works OK once you battle the partitioning and RAID UI a bit.  It is not nice but not really awful either.

Anyway, having done an install with RAID for my Linux OS partitions, I would advise to not do it.  LMCE seems to think that RAID should be reserved for media only, and will treat any RAID devices it finds as a source of new media.  Then will create a symbolic link in /home/public/data/other to the top directory of the RAID partition.

So if say your / filesystem is RAID, you get this endless loop as the UpdateMedia service starts at /home/public/data/other where it has put a symbolic link to /, then gets sent up to / where it trundles its way back again to /home/public/data/other/ and finds the pointer to / again "hey a new link to a RAID media storage partition!".... and does this over and over merrily creating lots of symbolic links with very long names on the way (and chewing up IO and CPU resources).

So until I gird my loins and dive into the LMCE shell scripts to fix this bug, don't do RAID for anything but separate filesystems that you will store media on.  That's the way LMCE wants it.

(as usual this is from my limited experience and limited amount of hair tearing, happy to be contradicted by people who understand the architecture of LMCE in more detail)
« Last Edit: November 05, 2008, 03:49:41 pm by indulis »

Zaerc

  • Alumni
  • LinuxMCE God
  • *
  • Posts: 2256
  • Department of Redundancy Department.
    • View Profile
Re: RAID seen as 2 drives on install
« Reply #4 on: November 05, 2008, 04:43:38 pm »
Actually the Ubuntu 7.10 Alternate install CD has the option to install as RAID.  The UI is weird, you have to go in and make a failed attempt to delete a RAID at some point to get it to recognise that there are existing RAID paritions, then you can create a new RAID partition.  You can install with RAID from the Ubuntu 7.10 alternate install CD, but in the LMCE install process you will also need the normal Ubuntu Desktop 7.10 install CD as a source to complete the LMCE install.  It works OK once you battle the partitioning and RAID UI a bit.  It is not nice but not really awful either.

Anyway, having done an install with RAID for my Linux OS partitions, I would advise to not do it.  LMCE seems to think that RAID should be reserved for media only, and will treat any RAID devices it finds as a source of new media.  Then will create a symbolic link in /home/public/data/other to the top directory of the RAID partition.

So if say your / filesystem is RAID, you get this endless loop as the UpdateMedia service starts at /home/public/data/other where it has put a symbolic link to /, then gets sent up to / where it trundles its way back again to /home/public/data/other/ and finds the pointer to / again "hey a new link to a RAID media storage partition!".... and does this over and over merrily creating lots of symbolic links with very long names on the way (and chewing up IO and CPU resources).

So until I gird my loins and dive into the LMCE shell scripts to fix this bug, don't do RAID for anything but separate filesystems that you will store media on.  That's the way LMCE wants it.

(as usual this is from my limited experience and limited amount of hair tearing, happy to be contradicted by people who understand the architecture of LMCE in more detail)

The only "bug" here is you bluntly ignoring the solution.
"Change is inevitable. Progress is optional."
-- Anonymous