[OCN] My Thoughts on Core i7
February 7, 2009 § 3 Comments
Everybody knows that we, members of OCN, have a serious problem. Look at it from an average Joe perspective: we spend thousands on high end computers, and at every single occasion we go out and browse Newegg on a quest to find an upgrade for our systems, which according to us are quickly becoming obsolete. We then proceed to sell our memory, processors, graphic cards and all our other barely used gear, things which are sometimes only a couple of weeks old, in order to purchase the latest and greatest. While the common mortals still call a Pentium 4 HT/P965/7900GX2 system a top gaming machine, we constantly crave for more, more performance, more 3dMarks, smaller SuperPI times, and bigger e-peens. And after spending 50$ on Crysis:Warhead in order to be able to run the benchmark tool, we sit our asses on the chairs and play CS:S at framerates exceeding by 6 times our monitor’s refresh rates. We are hardware junkies, hung on PCB like a druggy is on PCP.
Probably my best piece of to now. I spill my guts on what I think of the new Intel platform that features the new Core i7 processors and x58 motherboards. Read the entire article with feedback from the Overclock.net community here.
Raid in Linux: Easier than it Looks
December 28, 2008 § Leave a Comment
Disk redundancy is something that I’ve been wanting in my home server for quite a while now, and since I now make (relatively) huge paychecks for working somewhere else than McDonalds, I thought that with the traditional HDD’s prices plumetting because of the increasinly competitive SSD segment taking over, it might be a good time to invest in some RAID1 for protection. I took a deep breath, swiped my debit care, and 200 dollars later I was the pround owner of two Seagate 7200.11 500 gig drives.
I thought that the ICH9r southbridge on my server motherboard would make things really easy: get into the BIOS, edit a few things, press next and ok a couple of times, and maybe install a driver or two with yum to get the damned thing working. But, it turns out that RAID controllers built into motherboards kinda sucks, and that compared to a real dedicated RAID controllers, they offer no advantage versus software RAID, also called softraid by some. After some further reading, I discovered that the only real perk to chipset raid is the ability to install an OS on a RAID array without being needy of a dedicated controller. Otherwise, it’s pretty much the same thing as software RAID: since there is no dedicated RAID chip controlling where the data flows, the CPU still have to take care of all the operations concerning storage, so there are few to very little gains in terms of performance. Being to poor to afford a dedicated controller that cost in the 200$ range, I decided to go the softraid way instead.
What I thought would be a long and tiresome process turned out to be super easy. Linux being super awesome, it has supported software RAID for quite a while, so setting up an array with a recent distro is so easy anybody with minimal skill at the command line can created their own.
First, you plug in your disks (duh), then install the actual software that creates and manages your arrays, called “mdadm”. If you’re under a Red Hat based distro or if you used yum for your software managing needs, just hit up the following at the command line.
yum install mkinitrd mdadm
After that, load a couple of modules:
modprobe raid1
modprobe linear
modprobe multipath
Note that in the previous example, I only loaded a few RAID types, because I was only planning on using RAID 1 anyways. Once that’s done, format and partition all of your new raid disks with fdisk, as explained in this tutorial. You’ll want to use fd as partition type, which corresponds to Linux RAID autodetect. Once that is done, all you need is two commands to create your new array.
mdadm –create /dev/md0 –level=1 –raid-disks=2 /dev/sdd /dev/sde
mdadm –examine –scan > /etc/mdadm.conf
The first command will create you array, and from then on you will have a virtual disk called md0 in your /dev/ directory, which can then be mounted wherever you wish. The second command echo’s your RAID configuration in a config file, so that your RAID array is initiated on boot. The devices list above are just the examples I used, use whatever values fit your situation. From then on, the disks will start a bit per bit sync, which according to the drive capacity and how powerful your machine is will take a while. You can monitor your array using the command “cat /proc/mdadm”. Once the sync is done, you can go ahead and do all the regular stuff you will do with a drive, like create files system on it, mount it, add it to fstab for automatic mounting, and there you go, a fully redundant array. You may have to create a filesystem on your created array at some point, which if you followed my examples and common device mounting practices will be mounted at /mnt/md0. Just google up the mkfs command, and create an ext3 filesystem on your device.
So far, I have only run into one problem, and that was self-induced. After forgetting to save the raid array’s configuration in a file before rebooting, I attempted to recreate a similar array using /dev/sdd notation instead of /dev/sdd1. I thought I have rewritten all my drives while they were syncing, but turns out the only thing I messed up are the partition tables, and after rewriting the tables in fdisk and properly reconstructing my array, I had my data back. Big thanks to Google and this blog entry which helped me get my data back!
Now that I’m running disk redundancy, I sleep better at night thinking that my 4 year’s worth of torrenting is safe. Or not.
EVGA 680i SE SLI Epinions Review
October 1, 2007 § Leave a Comment
At first, I was a little skeptical to buy with EVGA at all… I wanted to build a premium gaming rig, and all I could think about was Asus, Asus, Asus, and XFX. Sure, having a reknown brand is great, but they, with their notoriety in the market, make you pay for that. I was just going to buy and XFX 680i LT SLI (LT version is the economy version with less features) for something like 40 more dollars, then I got this board suggested by forum member at Dreamincode.net, which just happened to know a couple of people who had built monster system with this as a base. According to him, this board was beastly… and now having owned it for close to a month, and having built a friends system with the same thing, I can testify that this thing is a monster indeed.