Page 1 of 1

Software RAID

PostPosted: Mon Jun 15, 2009 9:15 am
by spider0987
Is it possible to create a software RAID array during installation? The install does not provide disk Druid or custom KS to handle this.

I have seen all the mdadm commands are available post install.

PostPosted: Mon Jun 15, 2009 7:34 pm
by williamconley
if you use the appropriate tools you could modify the install to make anything available during install that you like.

but a software raid during install is more an "Ubuntu" question (since this is a standard ubuntu 32 bit deployment installation).

Re: Software RAID

PostPosted: Tue Jun 16, 2009 3:05 am
by gardo
VicidialNOW doesn't have the software RAID feature yet during installation. If you can create a custom KS that handles this, we might be able to include it in future releases.

spider0987 wrote:Is it possible to create a software RAID array during installation? The install does not provide disk Druid or custom KS to handle this.

I have seen all the mdadm commands are available post install.

PostPosted: Wed Jun 17, 2009 2:24 am
by spider0987
I was thinking of making a bootable USB stick with the ViciDialNow distro and then modifying the KS file.

PostPosted: Wed Jun 17, 2009 12:09 pm
by mflorell
ViciBox allows you to do this through the standard Ubuntu drive partitioning utility during installation.

PostPosted: Wed Jun 17, 2009 1:48 pm
by gardo
That can actually be done. VicidialNOW can be also be remastered to include your own customizations. Let me know if you have a working KS file for RAID support during installation.

spider0987 wrote:I was thinking of making a bootable USB stick with the ViciDialNow distro and then modifying the KS file.

PostPosted: Tue Jun 30, 2009 6:15 am
by spider0987
I modified the ks.cfg file and removed the following entries:

#Partition clearing information
clearpart --all --initlabel
part /boot --fstype ext3 --size=100
part / --fstype ext3 --size=1024 --grow
part swap --size=512 --grow --maxsize=1024

I can now re-partition the disk on install, however the installer does not install all of the vicidialnow components and when it boots, it is a RO file system with only one partition. when I should have / and /boot.