Blog Posts
New Web Site
03/12/2010 16:32 |
|
At long last, a break in other more pressing projects has allowed us to update this web site, replacing the older one based on OpenACS with a true “eat your own dog food” Ruby on Rails site. Some things did not survive the transition — notably some of the demos (the Seattle Angina Questionnaire and Q-Assessor) and nearly all of the commentaries. Those of you who recall (or check Google’s cache while it lasts) will know that those commentaries tended to be quite political in nature. We haven’t substantively changed our views on things; we’ve just decided not to be so public about them. Instead, what posts will occur in this space will focus on technical issues. The process of moving to Rails has provided many topics worthy of comment, though most have been covered before and more definitively elsewhere. Some thoughts may show up here anyway. ...Read more |
RAID1 on Debian Sarge Redux - SATA drives and 2.6.x kernel
01/02/2007 21:14 |
|
In an earlier discussion, we described how to install RAID1 on a by-now older Debian Sarge box using a 2.4.x kernel and IDE drives. While the basic approach remains similar, we ran into issues installing on a new “9G” Dell box (SC440) which has SATA drives and the Intel ICH7 controller. Here is a step-by-step summary of how we got this to work. The discussions by philcore here and here (along with reader comments) are probably the most useful information, and ultimately helped guide this approach. Lots of other discussions can be found by Googling on various combinations of “raid1”, “sata”, “sarge”, “grub”, “initrd”, etc — but most of those discussions are somewhat out-of-date. NB: supposedly the current Sarge installer can create RAIDs for you, but this was not at all apparent to me, and when I tried to use the installer tool to “configure RAID” with a half-completed install, it blew up most spectacularly. This doesn’t seem ready for prime-time yet. So here’s one approach that worked on this particular box. ...Read more |
RAID1 on Debian Sarge
07/05/2005 15:31 |
|
A RAID device is a Redundant Array of Independent Disks. The concept was developed in 1987 at UC Berkeley and involves the creation of a virtual disk from multiple small disks in order to deliver improved performance and reliability. There are many flavors of RAID and lots of variations in how to implement it. We detail here a specific instance we use: software RAID1 using IDE disks on a Dell PowerEdge box running Debian “sarge” loaded with OverviewFirst, a list of references. None of these use exactly the combination of choices we use, but they provide all the pieces of information that are necessary:
So here is the process to convert an existing (or new) Debian box to software RAID1: ...Read more |