<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.technet.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Brad Rutkowski's Blog : Disk Subsytem</title><link>http://blogs.technet.com/brad_rutkowski/archive/tags/Disk+Subsytem/default.aspx</link><description>Tags: Disk Subsytem</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Performance update for Vista RTM released today</title><link>http://blogs.technet.com/brad_rutkowski/archive/2007/12/12/performance-update-for-vista-rtm-released-today.aspx</link><pubDate>Thu, 13 Dec 2007 02:20:03 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2640640</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/2640640.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=2640640</wfw:commentRss><description>&lt;p&gt;Saw this on the &lt;a href="http://windowsvistablog.com/blogs/windowsvista/archive/2007/12/11/improving-reliability-and-performance-update-preview-release-available-today.aspx" target="_blank"&gt;Windows Vista team blog&lt;/a&gt; today.&lt;/p&gt; &lt;p&gt;&lt;a title="http://support.microsoft.com/?kbid=943899" href="http://support.microsoft.com/?kbid=943899"&gt;http://support.microsoft.com/?kbid=943899&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;This update improves performance, responsiveness, and reliability of Windows Vista in various scenarios. This update resolves the following issues on a Windows Vista-based computer: &lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;•You receive a "Stop 0x000000A0" error when you try to switch the computer to the hibernate state.&lt;/em&gt; &lt;p&gt;&lt;em&gt;•You receive a "Stop 0x0000009f" error when you switch the computer to the hibernate state or to the standby state. Or, you receive this Stop error when you resume the computer from the hibernate state or from the standby state. This problem occurs on a computer that has a wireless network connection.&lt;/em&gt; &lt;p&gt;&lt;em&gt;•The disk does not spin down after a specified time of inactivity.&lt;/em&gt; &lt;p&gt;&lt;em&gt;Additionally, this update can help improve performance when you perform operations that are related to large disk I/O. After you apply this update, you may notice up to a 15 percent performance improvement in some copying operations and when moving some large files.&lt;/em&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2640640" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Disk+Subsytem/default.aspx">Disk Subsytem</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Patches/default.aspx">Patches</category></item><item><title>Not getting kernel memory dumps in Windows Vista or Windows 2008?</title><link>http://blogs.technet.com/brad_rutkowski/archive/2007/10/16/not-getting-kernel-memory-dumps-in-windows-vista-or-windows-2008.aspx</link><pubDate>Tue, 16 Oct 2007 19:36:11 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:2184092</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>2</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/2184092.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=2184092</wfw:commentRss><description>&lt;p&gt;&lt;strong&gt;&lt;u&gt;Backstory:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;With the advent of Windows Vista there are changes made in how the operating system determines if it can take a kernel memory dump or not.&amp;nbsp; Starting in Vista the amount of memory allocated for kernel mode could vary &lt;a href="http://www.microsoft.com/technet/technetmag/issues/2007/03/VistaKernel/" target="_blank"&gt;dynamically&lt;/a&gt;.&amp;nbsp; If the pagefile is not big enough, switching to minidump at dump time can’t be done easily.&amp;nbsp; So the dump stack initialization is happening at the time of boot where this check for the pagefile size is done.&lt;/p&gt; &lt;p&gt;What does this mean?&amp;nbsp; It means if you don't have a pagefile as large as physical memory at boot, and your system is &lt;strong&gt;configured for a kernel dump&lt;/strong&gt;, you'll &lt;strong&gt;end up getting a minidump&lt;/strong&gt;.&amp;nbsp; If you permit me to opine, this makes sense in the client space where a valid dump is more critical than a corrupted kernel dump, as the results usually would get uploaded to Microsoft via WERCON or another mechanism.&amp;nbsp; If further triage is needed MSFT could contact you with the ability to setup a kernel capture.&amp;nbsp; &lt;/p&gt; &lt;p&gt;In the Server world though, it's different.&amp;nbsp; We have thousands of x64 systems with 16GBs of RAM and there is no way we could have a 16GB page file as the system either does not have the space (on C), or&amp;nbsp;it does not make fiscal&amp;nbsp;sense with regards to disk space.&amp;nbsp; We have all our systems configured to take kernel dumps in case we crash the server via debugger/&lt;a title="Crash it via the keyboard" href="http://blogs.technet.com/brad_rutkowski/archive/2006/10/23/my-computer-is-hard-hung-now-what-can-i-do.aspx" target="_blank"&gt;keyboard&lt;/a&gt;.&amp;nbsp; We dogfood our beta operating systems, and&amp;nbsp;a hung server&amp;nbsp;is a normal site to see, and sometimes we can't break in via the debugger and a crash dump is our last and only resort.&amp;nbsp; Crashing a box and ending up with a minidump does not suffice in our role.&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;strong&gt;&lt;u&gt;The change in Vista SP1 RC0/Windows 2008 RC0&amp;nbsp;on:&lt;/u&gt;&lt;/strong&gt;&lt;/p&gt; &lt;p&gt;Starting with the release of RC0, there is a new registry key that can be set which will tell the OS to ignore the page file check on boot up and you'll take your chances getting a valid kernel dump.&amp;nbsp; We've tested this internally and all works as expected.&amp;nbsp; So if you need kernel dumps on your large memory systems, this might be something to remember for your bag of tricks.&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Key: HKLM\System\CurrentControlSet\Control\CrashControl&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Value: IgnorePagefileSize&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Type: DWORD&lt;/font&gt;&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Data: 1&lt;/font&gt;&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:ccc120fe-181d-42df-887c-1f432bd2b4a5" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/Windows%202008" rel="tag"&gt;Windows 2008&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Vista" rel="tag"&gt;Vista&lt;/a&gt;, &lt;a href="http://technorati.com/tags/Debugging" rel="tag"&gt;Debugging&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=2184092" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Disk+Subsytem/default.aspx">Disk Subsytem</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Debugging/default.aspx">Debugging</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>Discrepancy in volume size when you extend a volume with DISKPART</title><link>http://blogs.technet.com/brad_rutkowski/archive/2007/08/15/discrepancy-in-volume-size-when-you-extend-a-volume-with-diskpart.aspx</link><pubDate>Wed, 15 Aug 2007 23:51:59 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1760232</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/1760232.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=1760232</wfw:commentRss><description>&lt;p&gt;Had an issue come in today where the customer requested that one of their drives on SAN storage be expanded. They carved out the necessary disk space and expanded the LUN which was verified showing 430GB total on the array. Rescanned in Disk Management and showed the Unallocated Space. They then used diskpart to expand the D$ drive, disk management then shoed 430GBs.&amp;nbsp; However, properties still showed only 359GB. Diskpart list disk showed 430GB. &lt;/p&gt; &lt;p&gt;So why the discrepancy?&amp;nbsp; Well when you extend a volume with DISKPART it doesn't automatically extend the file system with it, so you need to do the following:&lt;/p&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;C:\Debuggers&amp;gt;diskpart&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Microsoft DiskPart version 6.0.6001&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Copyright (C) 1999-2007 Microsoft Corporation.&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;On computer: ServerX&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;DISKPART&amp;gt; sel vol d&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;Volume 1 is the selected volume.&lt;/font&gt; &lt;p&gt;&lt;font size="2"&gt;&lt;font face="Courier New"&gt;DISKPART&amp;gt; &lt;b&gt;EXTEND FILESYSTEM&lt;/b&gt;&lt;/font&gt;&lt;/font&gt; &lt;p&gt;&lt;font face="Courier New" size="2"&gt;DiskPart successfully extended the file system on the volume.&lt;/font&gt; &lt;p&gt;When that is completed, then you'll see all the space in the properties.&amp;nbsp; If you extend the volume via the MMC then this happens automatically for you behind the scenes.&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:cf89251f-9486-4179-9419-abc675660bcc" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/vista" rel="tag"&gt;vista&lt;/a&gt;, &lt;a href="http://technorati.com/tags/windows%202008" rel="tag"&gt;windows 2008&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1760232" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Vista+and+Lognhorn/default.aspx">Vista and Lognhorn</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Disk+Subsytem/default.aspx">Disk Subsytem</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>The case of Windows Defender not starting.</title><link>http://blogs.technet.com/brad_rutkowski/archive/2007/08/15/the-case-of-windows-defender-not-starting.aspx</link><pubDate>Wed, 15 Aug 2007 05:03:00 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:1755488</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/1755488.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=1755488</wfw:commentRss><description>&lt;P&gt;Had a client whose machine would not load Windows Defender, each time it was opened it would eventually die on initialization:&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;Log Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application&lt;BR&gt;Source:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Application Error&lt;BR&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/13/2007 4:03:10 PM&lt;BR&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 1000&lt;BR&gt;Task Category: (100)&lt;BR&gt;Level:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error&lt;BR&gt;Keywords:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Classic&lt;BR&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&lt;BR&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server1&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;Description:&lt;BR&gt;Faulting application MSASCui.exe, version 1.1.1505.0, time stamp 0x45ad8d6e, faulting module ntdll.dll, version 6.0.6000.16386, time stamp 0x4549d372, exception code 0xc0000005, fault offset 0x000000000002aa74, process id 0x1268, application start time 0x01c7dde39a6e9100.&lt;/FONT&gt;&lt;BR&gt;&lt;/P&gt;
&lt;P&gt;Since it was a problem was with initialization, the first thing I did was enable &lt;A title="Oh Snap" href="http://blogs.technet.com/brad_rutkowski/archive/2007/03/29/the-case-of-sidebar-exe-not-starting-oh-snap.aspx" target=_blank mce_href="http://blogs.technet.com/brad_rutkowski/archive/2007/03/29/the-case-of-sidebar-exe-not-starting-oh-snap.aspx"&gt;loader snaps&lt;/A&gt; and then put the executable under an &lt;A href="http://blogs.msdn.com/greggm/archive/2005/02/21/377663.aspx" target=_blank mce_href="http://blogs.msdn.com/greggm/archive/2005/02/21/377663.aspx"&gt;IFEO&lt;/A&gt;.&amp;nbsp; I didn't see anything jump out from the loader snaps, but when the system was g'd I did see these errors:&lt;FONT face="Courier New" size=2&gt;&lt;BR&gt;0:000&amp;gt; g&lt;BR&gt;(1008.11b8): In-page I/O error c000009c - code c0000006 (first chance)&lt;BR&gt;(1008.11b8): In-page I/O error c000009c - code c0000006 (first chance)&lt;BR&gt;(1008.11b8): In-page I/O error c000009c - code c0000006 (first chance)&lt;BR&gt;(1008.11b8): In-page I/O error c000009c - code c0000006 (first chance)&lt;BR&gt;(1008.11b8): In-page I/O error c000009c - code c0000006 (first chance)&lt;BR&gt;(1008.11b8): In-page I/O error c000009c - code c0000006 (first chance)&lt;BR&gt;(1008.11b8): In-page I/O error c000009c - code c0000006 (first chance)&lt;BR&gt;(1008.11b8): In-page I/O error c000009c - code c0000006 (first chance)&lt;BR&gt;(1008.11b8): In-page I/O error c000009c - code c0000006 (first chance)&lt;BR&gt;(1008.11b8): In-page I/O error c000009c - code c0000006 (first chance)&lt;BR&gt;(1008.11b8): In-page I/O error c000009c - code c0000006 (first chance)&lt;/FONT&gt;&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This translates to &lt;A href="http://support.microsoft.com/kb/113996" target=_blank mce_href="http://support.microsoft.com/kb/113996"&gt;STATUS_DEVICE_DATA_ERROR&lt;/A&gt;&amp;nbsp; which means that the OS couldn't page in the memory due to a disk error (maps to Win32 error: ERROR_CRC). This is most likely a hardware failure. &lt;/P&gt;
&lt;P&gt;I ran chkdsk /r on the c: drive and it was unable to recover the sectors.&amp;nbsp;I ended up having to go to the&amp;nbsp;HDD maker's site and downloading there utility to scan&amp;nbsp;the hard drive and recover the sectors. &amp;nbsp;Once done Defender was happy again.&amp;nbsp; Your probably asking yourself (all three of you that read this blog) Why didn't you see the below event in the eventvwr?&amp;nbsp; I I would have looked in the System log and saw this but unfortunately that wasn't opening before I fixed the disk errors.&lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=cour&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt;Log Name:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; System&lt;BR&gt;Source:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; disk&lt;BR&gt;Date:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 8/13/2007 5:31:43 PM&lt;BR&gt;Event ID:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 7&lt;BR&gt;Task Category: None&lt;BR&gt;Level:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Error&lt;BR&gt;Keywords:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Classic&lt;BR&gt;User:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; N/A&lt;BR&gt;Computer:&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; server1&lt;BR&gt;Description:&lt;BR&gt;The device, \Device\Harddisk0\DR0, has a bad block.&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=cour&gt;&lt;FONT size=2&gt;&lt;FONT face="Courier New"&gt;&lt;/FONT&gt;&lt;/FONT&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size=3&gt;If you don't have&amp;nbsp; disk errors&amp;nbsp;on the system another thing you can do is use SFC (/VERIFYFILE&amp;nbsp;) to check the integrity of the files in question if there are problems they will be dumped to the CBS.log file under c:\windows\logs\cbs.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face=cour&gt;&lt;FONT face="Courier New" size=2&gt;SFC [/SCANNOW] [/VERIFYONLY] [/SCANFILE=&amp;lt;file&amp;gt;] [/VERIFYFILE=&amp;lt;file&amp;gt;]&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [/OFFWINDIR=&amp;lt;offline windows directory&amp;gt; /OFFBOOTDIR=&amp;lt;offline boot directory&amp;gt;] &lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;/SCANNOW&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scans integrity of all protected system files and repairs files with&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; problems when possible.&lt;BR&gt;/VERIFYONLY&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scans integrity of all protected system files. No repair operation is&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; performed.&lt;BR&gt;/SCANFILE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Scans integrity of the referenced file, repairs file if problems are&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; identified. Specify full path &amp;lt;file&amp;gt;&lt;BR&gt;/VERIFYFILE&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Verifies the integrity of the file with full path &amp;lt;file&amp;gt;.&amp;nbsp; No repair&lt;BR&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; operation is performed.&lt;BR&gt;/OFFBOOTDIR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For offline repair specify the location of the offline boot directory&lt;BR&gt;/OFFWINDIR&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; For offline repair specify the location of the offline windows directory&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=wlWriterSmartContent id=0767317B-992E-4b12-91E0-4F059A8CECA8:445b1394-9809-4f20-ae23-c112650e0e23 contentEditable=false style="PADDING-RIGHT: 0px; DISPLAY: inline; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px"&gt;Technorati tags: &lt;A href="http://technorati.com/tags/debugging.vista" rel=tag mce_href="http://technorati.com/tags/debugging.vista"&gt;debugging.vista&lt;/A&gt;, &lt;A href="http://technorati.com/tags/windows%202008" rel=tag mce_href="http://technorati.com/tags/windows%202008"&gt;windows 2008&lt;/A&gt;&lt;/DIV&gt;&lt;/FONT&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=1755488" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Disk+Subsytem/default.aspx">Disk Subsytem</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+2003/default.aspx">Windows 2003</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Windows+Server+2008/default.aspx">Windows Server 2008</category></item><item><title>Storport update rolls a lot of changes into one package for Win2k3</title><link>http://blogs.technet.com/brad_rutkowski/archive/2007/04/13/storport-update-rolls-a-lot-of-changes-into-one-package-for-win2k3.aspx</link><pubDate>Fri, 13 Apr 2007 05:34:24 GMT</pubDate><guid isPermaLink="false">d5e57398-b9ef-4490-9955-07cbb4e4a80d:757179</guid><dc:creator>Brad Rutkowski</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.technet.com/brad_rutkowski/comments/757179.aspx</comments><wfw:commentRss>http://blogs.technet.com/brad_rutkowski/commentrss.aspx?PostID=757179</wfw:commentRss><description>&lt;p&gt;&amp;nbsp;&lt;img src="http://www.microsoft.com/israel/images/shared/icons/IconsLarge/WSS-75x65-Network.jpg"&gt;&lt;/p&gt; &lt;p&gt;KB 932755 was released recently and contains many changes to the Storport driver for better reliability and performance.&amp;nbsp; If you've been seeing issues with Storport it might not be a bad idea to check out this article and see if your symptoms match up and if they do download the package.&amp;nbsp; This is a post-SP2 package so if you are running PS2 these changes are not on your system.&lt;/p&gt; &lt;p&gt;&lt;a href="http://support.microsoft.com/kb/932755"&gt;http://support.microsoft.com/kb/932755&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;If you're not testing SP2 right now either, shame on you.&lt;/p&gt; &lt;p&gt;&lt;a title="http://technet.microsoft.com/en-us/windowsserver/bb229701.aspx" href="http://technet.microsoft.com/en-us/windowsserver/bb229701.aspx"&gt;http://technet.microsoft.com/en-us/windowsserver/bb229701.aspx&lt;/a&gt;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt; &lt;div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:88862702-a893-48c6-be36-10fe2b8e82f7" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px"&gt;Technorati tags: &lt;a href="http://technorati.com/tags/windows" rel="tag"&gt;windows&lt;/a&gt;, &lt;a href="http://technorati.com/tags/2003" rel="tag"&gt;2003&lt;/a&gt;, &lt;a href="http://technorati.com/tags/windows%202003" rel="tag"&gt;windows 2003&lt;/a&gt;&lt;/div&gt;&lt;img src="http://blogs.technet.com/aggbug.aspx?PostID=757179" width="1" height="1"&gt;</description><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Business+up+front/default.aspx">Business up front</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Disk+Subsytem/default.aspx">Disk Subsytem</category><category domain="http://blogs.technet.com/brad_rutkowski/archive/tags/Patches/default.aspx">Patches</category></item></channel></rss>