<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>nikrivers.com &#187; computer</title>
	<atom:link href="http://www.nikrivers.com/tag/computer/feed" rel="self" type="application/rss+xml" />
	<link>http://www.nikrivers.com</link>
	<description></description>
	<lastBuildDate>Tue, 07 Sep 2010 16:42:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>RAID 0: exit stage left</title>
		<link>http://www.nikrivers.com/2010/02/20/raid-0-exit-stage-left</link>
		<comments>http://www.nikrivers.com/2010/02/20/raid-0-exit-stage-left#comments</comments>
		<pubDate>Sat, 20 Feb 2010 23:45:53 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[raid array]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=639</guid>
		<description><![CDATA[As soon as RAID controllers started being built into affordable motherboards, I decided using RAID for my home PC was a good idea.  For the last 6-7 years, I have used RAID on every PC I have built. There are several RAID configurations.  RAID 0 (striping) utilises two or more identical hard drives, and splits [...]]]></description>
			<content:encoded><![CDATA[<p>As soon as RAID controllers started being built into affordable motherboards, I decided using RAID for my home PC was a good idea.  For the last 6-7 years, I have used RAID on every PC I have built.</p>
<p>There are several RAID configurations.  RAID 0 (striping) utilises two or more identical hard drives, and splits each file equally across them, yielding much faster disk performance (limited by the throughput of the disk I/O controller) as the disks read and write at the same time.  The total available storage is the sum of the individual drives&#8217; capacity.  RAID 1 (mirrored) could be considered the opposite of striping, in that each file is written to all disks.  This effectively provides realtime backup since the content of all drives in the array is identical, with no performance cost.</p>
<p>I&#8217;ve only ever used RAID 0.  For a home PC, RAID 1 doesn&#8217;t offer any real benefits that cannot be achieved with a half-decent backup policy, but effectively doubles the cost of disk space if you use two disks.</p>
<p><span id="more-639"></span>The only down-side to RAID that I had found was that drivers need to be provided during the installation of Windows.  Linux is slightly better in this respect because it has native drivers for the most popular RAID controllers, usually providing basic functionality.  Windows, however, asks that you provide the drivers on installation, presumably so that you benefit from all the features that the RAID controller offers.  With Windows XP you were required to hit F6 during the installation, and provide the drivers on a floppy disk (which was a real pain, since floppy drive usage died out shortly after the discovery of fire, and RAID drivers often came on a CD anyway).  With Vista and Windows 7 the installer is slightly more intelligent.  It will recognise the presence of a RAID array, but it will still require drivers to be provided.</p>
<p>This is all fine; once you&#8217;re familiar with the quirks of the Windows installer it&#8217;s plain sailing.</p>
<p>But RAID 0 has its own special drawback, especially when you&#8217;re not expecting it.  If you take a disk from an old RAID 0 array, install it as the main disk in a PC and try to install Windows 7, you&#8217;ll have a nasty surprise.  Usually the Windows installer will acknowledge the presence of a drive, even if it can&#8217;t do anything with it.  But not with an ex-mirrorred array disk.  The Windows installer doesn&#8217;t even recognise the disk as being present.</p>
<p>Presumably this is related to the fact that the RAID controller had written its own form of partition information to the disk; while the Windows installer can partition and format a raw disk, or one that is already partitioned, it cannot do anything with a disk whose partition information is present but apparently corrupt.</p>
<p>And the icing on the cake?  You can&#8217;t repartition the disk without it being partitioned..!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2010/02/20/raid-0-exit-stage-left/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Learning the hard way</title>
		<link>http://www.nikrivers.com/2009/10/09/learning-the-hard-way</link>
		<comments>http://www.nikrivers.com/2009/10/09/learning-the-hard-way#comments</comments>
		<pubDate>Fri, 09 Oct 2009 21:28:48 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[gallery]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=584</guid>
		<description><![CDATA[A few weeks ago I started seeing software failures on the Linux server.  Although they were infrequent they were frustrating, to say the least, and would sometimes require me to find a workaround through configuration. There were no serious problems, but these failures started becoming regular.  I realised it was because I was running Fedora [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I started seeing software failures on the Linux server.  Although they were infrequent they were frustrating, to say the least, and would sometimes require me to find a workaround through configuration.</p>
<p><span id="more-584"></span>There were no serious problems, but these failures started becoming regular.  I realised it was because I was running Fedora 9, and many packages seemed to be getting updated for the latest version of Fedora, without retaining 100% compatibility with Fedora 9.  And while Fedora 9 is not particularly old in OS terms, it&#8217;s no longer a recent version &#8211; <a href="http://fedoraproject.org/en/get-fedora" target="_blank">Fedora 11</a> is the current release, and an <a href="https://fedoraproject.org/get-prerelease" target="_blank">alpha</a> of Fedora 12 is currently available for download.</p>
<p>So I decided now was a good time to upgrade to Fedora 11.  I considered Fedora 12 Alpha, but thought I&#8217;d best stick to an RTM release since I didn&#8217;t want to spend 4 hours a day every day for a month fixing it.</p>
<p>And so, what I learned was: back up your personal data.</p>
<p>After religiously backing up all the config files for everything I was running on the server, backing up all database, all websites, and making a list of everything installed, I went ahead and performed a clean install of Fedora 11.</p>
<p>And then I realised I had also been using Samba to provide file storage to our Windows machines.  Not only that, but I had previously decided to move (not <em>copy</em>, but <em>move</em>) all my photos from my desktop hard drive to the Linux server.  I have no idea why I didn&#8217;t notice them when I went through my list of things to back up, but miss them I did.  And now they are no more &#8211; apart from those in the <a href="http://www.nikrivers.com/gallery">gallery</a>, every single photo I have ever taken was exploded into ones and zeroes for ever.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/10/09/learning-the-hard-way/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Comes in threes</title>
		<link>http://www.nikrivers.com/2009/03/19/comes-in-threes</link>
		<comments>http://www.nikrivers.com/2009/03/19/comes-in-threes#comments</comments>
		<pubDate>Thu, 19 Mar 2009 17:43:41 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[bad luck]]></category>
		<category><![CDATA[blue screen of death]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[ups]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=411</guid>
		<description><![CDATA[They say that bad luck comes in threes. I don&#8217;t know who They are, but why did They have to say it? Why not twos? Or &#8220;bad luck comes accompanied by no other instances of bad luck whatsoever&#8221;? Anyway, following the tragic and catastrophic failure of my UPS, and the terminal affliction suffered by my [...]]]></description>
			<content:encoded><![CDATA[<p>They say that bad luck comes in threes.</p>
<p>I don&#8217;t know who They are, but why did They have to say it?  Why not twos?  Or &#8220;bad luck comes accompanied by no other instances of bad luck whatsoever&#8221;?</p>
<p>Anyway, following the <a href="http://www.nikrivers.com/2009/03/14/ups-a-daisy/" target="_self">tragic and catastrophic failure of my UPS</a>, and the <a href="http://www.nikrivers.com/2009/03/18/take-this-broken-wing-mirror/" target="_self">terminal affliction suffered by my wing mirror</a> (oh yes, terrible times indeed), my computer has now decided things were still going too well for its liking, and a further helping of drama was required in order to provide some kind of counterpoint to the general wellness from which I was suffering.</p>
<p><span id="more-411"></span>So it died.</p>
<p>Not the Blue Screen of Death (BSOD), the Black Screen of Refusal To Even Power Up (BSORTEP).  I&#8217;m hoping that acronym will catch on.  I&#8217;m going to submit it to urbandictionary.com later.</p>
<p>I love working in IT.  I really do.  It&#8217;s something I understand, and mostly enjoy.  You can&#8217;t ask for much more from a job.  But sometimes it feels like I spend all my time fixing things that shouldn&#8217;t have gone wrong in the first place, instead of making new things to go wrong.</p>
<p>What upsets me most is that I had ripped all my CDs onto that computer as WMAs, and then &#8216;archived&#8217; (read chucked) my now-redundant CDs in a load of boxes ready for &#8216;long term archiving&#8217; (read chucking) into the loft.</p>
<p>If I have to rip all my CDs again, I will be well miffed.  Yes, well miffed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/03/19/comes-in-threes/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UPS-a-daisy</title>
		<link>http://www.nikrivers.com/2009/03/14/ups-a-daisy</link>
		<comments>http://www.nikrivers.com/2009/03/14/ups-a-daisy#comments</comments>
		<pubDate>Sat, 14 Mar 2009 17:14:04 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[power cut]]></category>
		<category><![CDATA[ups]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/?p=407</guid>
		<description><![CDATA[About a week ago, I noticed that the display on the UPS protecting the computers in the office indicated it was charging. Strange, I thought, seeing as I hadn&#8217;t noticed a power cut. The UPS emits a rather loud second-long beep every four seconds during any power loss, and I was surprised I hadn&#8217;t noticed [...]]]></description>
			<content:encoded><![CDATA[<p>About a week ago, I noticed that the display on the UPS protecting the computers in the office indicated it was charging.  Strange, I thought, seeing as I hadn&#8217;t noticed a power cut.  The UPS emits a rather loud second-long beep every four seconds during any power loss, and I was surprised I hadn&#8217;t noticed it &#8211; even if it happened while I was asleep.</p>
<p><span id="more-407"></span>Needless to say, I hadn&#8217;t heard the beeps because there hadn&#8217;t been any.  And there hadn&#8217;t been any beeps because there had been no power cut.  The UPS was faulty, and about to die.</p>
<p>The first symptom was the UPS constantly trying to charge it&#8217;s batteries, and clearly failing.  The second symptom was its inability to maintain power to the protected circuit when it was disconnected from the mains.  The third symptom was the rather nasty smell that woke me up the other morning &#8211; a sulphury smell not unlike that of someone having their hair highlighted at the hair stylist.  </p>
<p>The three symptoms are expressed in the past tense, because they no longer exist.  They have been deprecated by a fourth; the UPS&#8217;s refusal to do anything at all, even to switch on.</p>
<p>So, it&#8217;s getting replaced.  Annoyingly I&#8217;ve only had it for a year.  Even more annoyingly, we&#8217;ve not had a power cut in that time&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2009/03/14/ups-a-daisy/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Bleeding edge&#8230;</title>
		<link>http://www.nikrivers.com/2007/11/20/bleeding-edge</link>
		<comments>http://www.nikrivers.com/2007/11/20/bleeding-edge#comments</comments>
		<pubDate>Tue, 20 Nov 2007 20:57:15 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[memory]]></category>
		<category><![CDATA[microsoft]]></category>
		<category><![CDATA[motherboard]]></category>
		<category><![CDATA[office 2007]]></category>
		<category><![CDATA[onenote]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/11/20/bleeding-edge/</guid>
		<description><![CDATA[My new PC has been giving me a hard time recently. And it&#8217;s my own fault. When I built it, I decided it should have a 64-bit processor. Of course, that&#8217;s 32 bits more than anyone actually needs at the moment, but it&#8217;s the way forward. Allegedly. I also decided I should try out Windows [...]]]></description>
			<content:encoded><![CDATA[<p>My new PC has been giving me a hard time recently.  And it&#8217;s my own fault.</p>
<p>When I built it, I decided it should have a 64-bit processor.  Of course, that&#8217;s 32 bits more than anyone actually <em>needs</em> at the moment, but it&#8217;s the way forward.  Allegedly.</p>
<p><span id="more-12"></span>I also decided I should try out Windows Vista.  It looks great, it performs brilliantly, and, again, it&#8217;s the way forward.</p>
<p>Those two decisions obviously weren&#8217;t risky enough, because I threw in a third; to run the 64-bit version of Vista.</p>
<p>As if Vista&#8217;s lack of maturity alone wasn&#8217;t enough&#8211;with prolific reports of hardware manufacturers failing to release stable Vista drivers in time&#8211;I had added that extra 64-bit dimension to the situation.  Maybe I was hoping manufacturers hadn&#8217;t released Vista drivers because they were concentrating on the <em>64-bit</em> versions of the Vista drivers&#8230;</p>
<p>Anyway, Vista 64-bit is a bitch.  It&#8217;s soooo beautiful, but&#8230; such a bitch.</p>
<p>Vista 64-bit will sporadically crash/fail to boot with 4GB of memory installed.  The biggest hardware advantage of a 64-bit system is that it can use more than 4GB or memory.  How could Microsoft possibly overlook this bug?  It can&#8217;t possibly be down to lack of testing, surely?  Fortunately Microsoft knowledgebase article <a title="929777" href="http://support.microsoft.com/kb/929777" target="_blank">929777</a> fixes it.  Ironically the problem occurs with 32- <em>and</em> 64-bit versions of Vista.</p>
<p>Then, of course, MSI decided not to develop 64-bit drivers for my motherboard; specifically, for the on-board audio.  The motherboard supports a 64-bit processor.  I know this, because it&#8217;s doing so right now.  Clearly, it being a 64-bit motherboard, and this being the age of the 64-bit processor, there is no reason why MSI should even contemplate the laughable notion of developing 64-bit drivers.</p>
<p>And then the icing on the cake: Office 2007.  Considering it costs more than an office suite should, I was disappointed to learn that several Office 2007 features aren&#8217;t available on a 64-bit operating system.  Really obscure things are missing, like the Send to OneNote print driver, the Office Clean-up wizard, and Internet Fax.  Not a catastrophe, but bloody annoying.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/11/20/bleeding-edge/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Idiot proof?</title>
		<link>http://www.nikrivers.com/2007/11/04/idiot-proof</link>
		<comments>http://www.nikrivers.com/2007/11/04/idiot-proof#comments</comments>
		<pubDate>Sun, 04 Nov 2007 10:50:27 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[raid array]]></category>
		<category><![CDATA[usb]]></category>
		<category><![CDATA[virtual drive]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/11/04/idiot-proof/</guid>
		<description><![CDATA[I have a 250GB USB hard drive on which I &#8216;back up&#8217; different types of media that I regularly use with my PC; MP3s, images of magazine cover disks, images of game disks, images of all the software I&#8217;ve ever bought. And, of course, all the license keys and serial numbers. That way, I can [...]]]></description>
			<content:encoded><![CDATA[<p>I have a 250GB USB hard drive on which I &#8216;back up&#8217; different types of media that I regularly use with my PC; MP3s, images of magazine cover disks, images of game disks, images of all the software I&#8217;ve ever bought.  And, of course, all the license keys and serial numbers.  That way, I can archive (throw away) the CDs and their cases, and use virtual drive software to mount the images.  I don&#8217;t have to keep dozens of otherwise useless software boxes lying around, I don&#8217;t have to keep changing CDs to play games, and everything is there at my fingertips.</p>
<p>Last night I discovered Windows XP will happily install onto a USB hard drive.</p>
<p>Without warning.</p>
<p>Well, I claim &#8220;without warning&#8221;, but I think I really mean &#8220;the warning was there, but I knew what I was doing so I ignored it&#8221;.  Yes, that&#8217;s what I mean.</p>
<p>After having finally transferred all my stuff to my new PC, it was time to rebuild my old one and give it to Charlie, as promised.  But a series of events conspired against me&#8211;including my failure to disconnect the external drive&#8211;and the Windows XP installer didn&#8217;t recognise the RAID array; so it decided to install on said USB device instead.</p>
<p>The drive was nearly full, and I lost it all.</p>
<p>I suppose it buys me some time before I have to decide what to do when the drive runs out of space.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/11/04/idiot-proof/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>OK computer?</title>
		<link>http://www.nikrivers.com/2007/10/31/ok-computer</link>
		<comments>http://www.nikrivers.com/2007/10/31/ok-computer#comments</comments>
		<pubDate>Wed, 31 Oct 2007 20:54:31 +0000</pubDate>
		<dc:creator>Nik</dc:creator>
				<category><![CDATA[Techie Stuff]]></category>
		<category><![CDATA[64-bit]]></category>
		<category><![CDATA[computer]]></category>
		<category><![CDATA[motherboard]]></category>
		<category><![CDATA[vista]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.nikrivers.com/2007/10/31/ok-computer/</guid>
		<description><![CDATA[I&#8217;ve recently emerged from the other side of building a new PC, an act which proved to be rather more painful than could have been reasonably expected. I&#8217;m experienced enough to know what I&#8217;m doing&#8211;I built my first PC when a 30 MB hard drive was more than adequate for a home computer&#8211;but this time [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve recently emerged from the other side of building a new PC, an act which proved to be rather more painful than could have been reasonably expected.  I&#8217;m experienced enough to know what I&#8217;m doing&#8211;I built my first PC when a 30 MB hard drive was more than adequate for a home computer&#8211;but this time round I suddenly appreciated the advantages of buying from somewhere like Dell.</p>
<p>It took a little while to unpack all the parts, throw the packaging into the corner of the room, and put it all together.  And then I was ready for that nervous moment, the first power-up of a freshly-built computer!  I pressed the power button, and&#8230; nothing.  Bugger.</p>
<p>All was not lost, however &#8211; a little diagnostic accessory on the motherboard promised insight through its four little LEDs.  Each LED can glow green or red, and the combination of lights indicates the stage at which the start-up process failed.</p>
<p>It&#8217;s basically a shining diagnostic thing.  A shining, LYING, diagnostic thing.  Except I didn&#8217;t know it was lying at the time.  It was pointing at the RAM, saying &#8220;Ummm, I&#8217;m telliiiiiiiiing&#8221;.  All the while, the CPU chuckled at getting the RAM into trouble.</p>
<p>After the purchase of a small (and thankfully cheap) stick of different RAM, I cottoned on to the shining diagnostic thing&#8217;s game, and stumbled across the CPU&#8217;s troublemaking.  The bastards.  In frustrated anger I did something&#8211;I really don&#8217;t know what&#8211;and it started playing properly.</p>
<p>A few more niggles later&#8211;Windows Vista 64-bit blue-screening with 4GB of RAM, the on-board audio causing lock-ups, and having to RMA one of the hard drives&#8211;my computer is up and running.  I daren&#8217;t think how many times I reinstalled Windows!</p>
<p>And it only took two weeks(!)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.nikrivers.com/2007/10/31/ok-computer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
