<?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>plasmid.co.uk &#187; fix</title>
	<atom:link href="http://plasmid.co.uk/tag/fix/feed/" rel="self" type="application/rss+xml" />
	<link>http://plasmid.co.uk</link>
	<description>because life is faster in reverse ...</description>
	<lastBuildDate>Thu, 20 May 2010 23:07:11 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<image>
  <link>http://plasmid.co.uk</link>
  <url>http://plasmid.co.uk/wp/favicon.ico</url>
  <title>plasmid.co.uk</title>
</image>
		<item>
		<title>Repairing broken USB partition tables</title>
		<link>http://plasmid.co.uk/2008/12/04/repairing-broken-usb-partition-tables/</link>
		<comments>http://plasmid.co.uk/2008/12/04/repairing-broken-usb-partition-tables/#comments</comments>
		<pubDate>Thu, 04 Dec 2008 02:47:12 +0000</pubDate>
		<dc:creator>plasmid</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[partition table]]></category>
		<category><![CDATA[USB]]></category>

		<guid isPermaLink="false">http://plasmid.co.uk/?p=101</guid>
		<description><![CDATA[While trying to use my 16GB USB flash drive as a raw-disk for VMware, I managed to corrupt the partition table. This rendered the drive useless for data storage. As none of the information contained on the drive was useful, it seemed that the best solution was a straightforward partition table wipe and rebuild. This [...]]]></description>
			<content:encoded><![CDATA[<p>While trying to use my 16GB USB flash drive as a raw-disk for VMware, I managed to corrupt the partition table. This rendered the drive useless for data storage. As none of the information contained on the drive was useful, it seemed that the best solution was a straightforward partition table wipe and rebuild. This can be difficult on Windows as <strong>Control Panel->Administrative Tools->Disk Management</strong> does not allow the deletion of the primary partition.</p>
<p>Many Googl'd solutions involved rebooting with one repair/installation disk or another, however I've found a quicker way...<br />
<span id="more-101"></span><br />
<strong>The Fix</strong></p>
<ol>
<li>Download <a href="http://www.sysint.no/nedlasting/mbrfix.htm">MbrFix</a>. [<a href="http://www.download.com/MbrFix/3000-2094_4-10485990.html">Working mirror at time of writing.</a>]</li>
<li>Use <code>mbrfix /drive &lt;num&gt; driveinfo</code> to identify the USB flash drive. The <em>&lt;num&gt;</em> refers to the physical identifier. Start at zero and increment until one of them gives a size reading that matches; this is probably the correct drive.</li>
<li>Use <code>mbrfix /drive &lt;num&gt; clean</code> and enter "y" to confirm partition deletion. <strong>WARNING: IF YOU DO THIS, DATA RECOVERY FROM THE DRIVE IS DIFFICULT, BE SURE YOU HAVE CHOSEN THE CORRECT DRIVE!</strong></li>
<li>Go to <strong>Control Panel->Administrative Tools->Disk Management</strong> and right-click on the unallocated space. Select create new partition and fill in the details.</li>
<p>This has reset the drive with a healthy partition, you should find it has regained functionality!</p>
]]></content:encoded>
			<wfw:commentRss>http://plasmid.co.uk/2008/12/04/repairing-broken-usb-partition-tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Syntax Highlighter background-colour bugfix</title>
		<link>http://plasmid.co.uk/2008/03/27/google-syntax-highlighter-background-colour-bugfix/</link>
		<comments>http://plasmid.co.uk/2008/03/27/google-syntax-highlighter-background-colour-bugfix/#comments</comments>
		<pubDate>Thu, 27 Mar 2008 01:50:01 +0000</pubDate>
		<dc:creator>plasmid</dc:creator>
				<category><![CDATA[Hacks]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[fix]]></category>
		<category><![CDATA[Google Syntax Highlighter]]></category>

		<guid isPermaLink="false">http://plasmid.co.uk/2008/03/27/google-syntax-highlighter-background-colour-bugfix/</guid>
		<description><![CDATA[I found the background for each line of code wasn't expanding to fit the scroll-area properly when a wide piece of code was being viewed. This has been declared as an official bug and the workaround suggested by brucknerite works nicely.
I have made a few tweaks to his fix so that it displays properly on [...]]]></description>
			<content:encoded><![CDATA[<p>I found the background for each line of code wasn't expanding to fit the scroll-area properly when a wide piece of code was being viewed. This has been declared as an <a href="http://code.google.com/p/syntaxhighlighter/issues/detail?id=1">official bug</a> and the workaround suggested by <a href="http://code.google.com/u/brucknerite/">brucknerite</a> works nicely.<br />
I have made a few tweaks to his fix so that it displays properly on Wordpress. I've attached the culprit files to the end of this post.</p>
<p><strong>Download files</strong></p>
<p><a href='http://plasmid.co.uk/wp/wp-content/uploads/2008/03/shcore.js' title='shcore.js'>shcore.js</a> - upload to /scripts<br />
<a href='http://plasmid.co.uk/wp/wp-content/uploads/2008/03/syntaxhighlighter.css' title='syntaxhighlighter.css'>syntaxhighlighter.css</a> - upload to /styles</p>
<p><strong>* Having troubling getting shCore.js to compress using <a href="http://dean.edwards.name/packer/">DEP</a>. It's probably just a simple syntax niggle, so I will investigate this when I'm less busy!</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://plasmid.co.uk/2008/03/27/google-syntax-highlighter-background-colour-bugfix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic Page Served (once) in 0.279 seconds -->
