<?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>Saved for later reference &#187; raid</title>
	<atom:link href="http://www.lejordet.com/tag/raid/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lejordet.com</link>
	<description>online repository of stuff I had to google for hours to figure out</description>
	<lastBuildDate>Tue, 31 Jan 2012 19:37:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Fixing a RAID1 that suddenly becomes write protected (64 bit Windows)</title>
		<link>http://www.lejordet.com/2009/05/raid1-write-protected-64bit-windows/</link>
		<comments>http://www.lejordet.com/2009/05/raid1-write-protected-64bit-windows/#comments</comments>
		<pubDate>Thu, 14 May 2009 17:34:34 +0000</pubDate>
		<dc:creator>Lars Erik Jordet</dc:creator>
				<category><![CDATA[windows]]></category>
		<category><![CDATA[64bit]]></category>
		<category><![CDATA[diskpart]]></category>
		<category><![CDATA[driver]]></category>
		<category><![CDATA[raid]]></category>

		<guid isPermaLink="false">http://www.lejordet.com/?p=33</guid>
		<description><![CDATA[How to fix a write protected RAID in 64 bit Windows]]></description>
			<content:encoded><![CDATA[<p>Today, after rebooting from some Windows updates, my RAID1 disk suddenly was write protected &#8211; but a way to change it was nowhere to be found. After some digging, I found that 
<a title="partition write protected"  href="http://www.vistaheads.com/forums/microsoft-public-windows-vista-general/114730-partion-write-protected.html" onclick="javascript:pageTracker._trackPageview('/external/www.vistaheads.com/forums/microsoft-public-windows-vista-general/114730-partion-write-protected.html');" >others have reported the same problem</a>.</p>
<h2>Background</h2>
<p>As far as I can tell, it seems to be a weakness in the 64-bit drivers for the on-board RAID on some motherboards that causes it. For the record, mine is a Gigabyte 
<a  href="http://www.gigabyte.eu/Products/Motherboard/Products_Spec.aspx?ClassValue=Motherboard&amp;ProductID=2919&amp;ProductName=GA-EP45-UD3P" onclick="javascript:pageTracker._trackPageview('/external/www.gigabyte.eu/Products/Motherboard/Products_Spec.aspx');" >GA-EP45-UD3P</a>, and I&#8217;m running Windows 7 RC (7100) 64bit, but it seems to be reported for all 64 bit versions of Windows.  Anyhow, the fix itself is simple, and seems to stick over reboots, and hopefully it&#8217;s permanently fixed.</p>
<h2>Fixing the problem</h2>
<p>To solve the problem, we need to open an elevated command prompt; in both Windows 7 and Vista, you do this easily by hitting the Windows button, typing &#8220;cmd&#8221;, right-clicking the &#8220;C:\ cmd&#8221; search result, and selecting &#8220;Run as administrator&#8221;. In Windows 7 you can also find Command Prompt in the Start menu and Ctrl-Shift-click it, to open it elevated.</p>
<p>(Disclaimer: The DISKPART tool can potentially remove/create partitions on your hard drive, so be 100% certain what you&#8217;re doing before you hit Enter)</p>
<p>In the elevated Command Prompt, type “diskpart” and press enter:</p>
<div class="codecolorer-container dos blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="dos codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">C:\<span style="color: #33cc33;">&gt;</span> diskpart</div></td></tr></tbody></table></div>
<p>On the diskpart prompt, list your volumes:</p>
<div class="codecolorer-container dos blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="dos codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">DISKPART<span style="color: #33cc33;">&gt;</span> list volume</div></td></tr></tbody></table></div>
<p>In my case, the volume on my RAID was volume 4, so I selected it:</p>
<div class="codecolorer-container dos blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="dos codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">DISKPART<span style="color: #33cc33;">&gt;</span> select volume 4</div></td></tr></tbody></table></div>
<p>…and then I marked it writeable like this:</p>
<div class="codecolorer-container dos blackboard" style="overflow:auto;white-space:nowrap;border:1px solid #9F9F9F;width:435px;"><table cellspacing="0" cellpadding="0"><tbody><tr><td style="padding:5px;text-align:center;color:#888888;background-color:#EEEEEE;border-right: 1px solid #9F9F9F;font: normal 12px/1.4em Monaco, Lucida Console, monospace;"><div>1<br /></div></td><td><div class="dos codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap">DISKPART<span style="color: #33cc33;">&gt;</span> attributes volume clear readonly</div></td></tr></tbody></table></div>
<p>Here’s the entire segment in a screenshot (note that I did a couple of extra steps selecting the disk, this is apparently not necessary):</p>
<div id="attachment_34" class="wp-caption alignnone" style="width: 510px"><img class="size-full wp-image-34" title="DISKPART screenshot" src="http://www.lejordet.com/wp-content/uploads/2009/05/diskpart.png" alt="DISKPART commands for removing read-only" width="500" height="510" /><p class="wp-caption-text">DISKPART commands for removing read-only</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.lejordet.com/2009/05/raid1-write-protected-64bit-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
