<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Antimail : Storage</title><link>http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx</link><description>Tags: Storage</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Script recipe: How to increase the maximum number of quotas in the FSRM Quota Report (W2K3 R2)</title><link>http://blogs.msdn.com/adioltean/archive/2009/09/18/script-recipe-how-to-increase-the-maximum-number-of-quotas-in-the-fsrm-quota-report-w2k3-r2.aspx</link><pubDate>Sat, 19 Sep 2009 01:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9896999</guid><dc:creator>AdiOltean</dc:creator><slash:comments>0</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/9896999.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=9896999</wfw:commentRss><description>&lt;P&gt;One of the customer requests we had on Windows Server 2003 R2 was the ability to increase the maximum number of quotas in the FSRM Quota report. The current limit is 1000 quotas maximum. How do I set this limit to 20,000 for example? &lt;/P&gt;
&lt;P&gt;Here is how - assuming that you have Powershell 1.0 installed, just run this script:&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.5in" class=CodeNormal&gt;&lt;FONT style="BACKGROUND-COLOR: #e5dfec" face="Lucida Console"&gt;$gm=New-Object -com Srmsvc.SrmGlobalStoreManager&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.5in" class=CodeNormal&gt;&lt;FONT style="BACKGROUND-COLOR: #e5dfec" face="Lucida Console"&gt;$s=[xml]$gm.GetStoreData("Settings", "ReportSettings")&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.5in" class=CodeNormal&gt;&lt;FONT style="BACKGROUND-COLOR: #e5dfec" face="Lucida Console"&gt;$s.Save("\fsrm-reports-backup.xml")&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.5in" class=CodeNormal&gt;&lt;FONT style="BACKGROUND-COLOR: #e5dfec" face="Lucida Console"&gt;$s.root.MaxQuotas="20000"&lt;/FONT&gt;&lt;/P&gt;
&lt;P style="MARGIN: 0in 0in 0pt 0.5in" class=CodeNormal&gt;&lt;FONT style="BACKGROUND-COLOR: #e5dfec" face="Lucida Console"&gt;$gm.SetStoreData("Settings", "ReportSettings",$s.get_InnerXml())&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;One note, however. The script above uses an COM object that is internally used by FSRM to store its internal configuration. Use this COM object as your own risk as this is not a published API. &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9896999" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Script+recipes/default.aspx">Script recipes</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/FSRM/default.aspx">FSRM</category></item><item><title>FCI – how to use classification (video)</title><link>http://blogs.msdn.com/adioltean/archive/2009/05/28/fci-how-to-use-classification-video.aspx</link><pubDate>Thu, 28 May 2009 23:23:31 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9648867</guid><dc:creator>AdiOltean</dc:creator><slash:comments>24</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/9648867.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=9648867</wfw:commentRss><description>&lt;p&gt;Just found a new video demonstrating the new classification feature in Windows Server 2008 R2. Enjoy!&lt;/p&gt; &lt;object width="560" height="340"&gt;&lt;param name="movie" value="http://www.youtube.com/v/80G-Y6iennc&amp;amp;hl=en&amp;amp;fs=1"&gt;&lt;/param&gt;&lt;param name="allowFullScreen" value="true"&gt;&lt;/param&gt;&lt;param name="allowscriptaccess" value="always"&gt;&lt;/param&gt;&lt;embed src="http://www.youtube.com/v/80G-Y6iennc&amp;amp;hl=en&amp;amp;fs=1" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="560" height="340"&gt;&lt;/embed&gt;&lt;/object&gt;  &lt;p&gt;Special thanks to &lt;a href="http://www.youtube.com/user/dawho1"&gt;dawho1&lt;/a&gt; who posted the video.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9648867" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Click+or+miss/default.aspx">Click or miss</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Classification/default.aspx">Classification</category></item><item><title>Script of the week: how to expire files with Classification</title><link>http://blogs.msdn.com/adioltean/archive/2009/05/15/script-of-the-week-how-to-expire-files-with-classification.aspx</link><pubDate>Fri, 15 May 2009 21:06:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9619054</guid><dc:creator>AdiOltean</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/9619054.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=9619054</wfw:commentRss><description>&lt;p&gt;It is an eye opening experience to sit at our FCI booth and see customer after customer telling us their biggest problem with managing file servers today: lots of old data sitting on their file servers. When I tell them how that our classification feature solves this problem, it something that always brings a sincere smile on their face. &lt;/p&gt;  &lt;p&gt;Creating a file expiration policy is super easy:&lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;Open FSRM management console &lt;/li&gt;    &lt;li&gt;Go to the &amp;quot;File Management Tasks&amp;quot; view &lt;/li&gt;    &lt;li&gt;Create a file management task to expire your files. You need to specify the following settings:      &lt;ul&gt;       &lt;li&gt;The source directory of files to be expired &lt;/li&gt;        &lt;li&gt;The target directory (containing expired files) &lt;/li&gt;        &lt;li&gt;A condition for expiration (such as files created ten years ago (or files that were not modified in the last year) &lt;/li&gt;        &lt;li&gt;A schedule (say, weekly)&lt;/li&gt;     &lt;/ul&gt;   &lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Here is an example of the Action tab:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/ScriptoftheweekhowtoexpirefileswithClass_AD6A/image_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image" src="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/ScriptoftheweekhowtoexpirefileswithClass_AD6A/image_thumb.png" width="368" height="439" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;That's it. One simple task to solve the &amp;quot;old files lying around&amp;quot; problem. &lt;/p&gt;  &lt;p&gt;Now, a note to be added: the effect of this command will be the to &lt;strong&gt;move &lt;/strong&gt;these expired files into the target location (while trying to keep the original path). One effect though is that the original files will &amp;quot;disappear&amp;quot; from the original location, which in rare cases it might cause confusion to the end users. If you are concerned about that problem, the solution is easy: as part of the file management task you can run your own &lt;strong&gt;custom&lt;/strong&gt; &amp;quot;move&amp;quot; command which leaves in the original path a &amp;quot;stub&amp;quot; (a text file) explaining where the files have gone. Or, you can replace the original files with a symbolic link (or some other form of link) pointing to the target location. &lt;/p&gt;  &lt;p&gt;To do this, you need to do a few things: &lt;/p&gt;  &lt;ol&gt;   &lt;li&gt;In the File Management Task dialog, in the Action tab, change the task type from &amp;quot;File expiration&amp;quot; to &amp;quot;Custom&amp;quot;. Several more options appear (such as the path to the custom script, the account the script will run under, etc) &lt;/li&gt;    &lt;li&gt;Add the [Source File path] macro to the script arguments &lt;/li&gt;    &lt;li&gt;Run the command as &amp;quot;local system&amp;quot; (so it will be able to perform the move operation).&lt;/li&gt; &lt;/ol&gt;  &lt;p&gt;Here is an example of how the task will look like:&lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/ScriptoftheweekhowtoexpirefileswithClass_AD6A/custom1_2.png"&gt;&lt;img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="custom1" border="0" alt="custom1" src="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/ScriptoftheweekhowtoexpirefileswithClass_AD6A/custom1_thumb.png" width="364" height="434" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;&lt;/p&gt;  &lt;p&gt;The move_file_and_leave_link.cmd (located in c:\windows\system32) file is simple:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;if exist &amp;quot;c:\protected\%~pnx1&amp;quot; @echo Target file already exists! &amp;amp; goto :EOF     &lt;br /&gt;md &amp;quot;c:\HSM\%~p1&amp;quot;      &lt;br /&gt;move %1 &amp;quot;c:\protected\%~p1&amp;quot;      &lt;br /&gt;mklink %1 &amp;quot;c:\protected\%~pnx1&amp;quot;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;The last command (mklink) has the role of creating a symbolic link from the source to the target. That’s it! &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=9619054" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Script+recipes/default.aspx">Script recipes</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Classification/default.aspx">Classification</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/FCI/default.aspx">FCI</category></item><item><title>A simple way to access Shadow Copies in Vista</title><link>http://blogs.msdn.com/adioltean/archive/2008/02/28/a-simple-way-to-access-shadow-copies-in-vista.aspx</link><pubDate>Thu, 28 Feb 2008 21:37:18 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7936789</guid><dc:creator>AdiOltean</dc:creator><slash:comments>29</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/7936789.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=7936789</wfw:commentRss><description>&lt;p&gt;In the past, I presented various ways to browse these mysterious device objects called &amp;quot;shadow copies&amp;quot;. Shadow copies are static images in time (snapshots) of your volume contents, at some point in the past. These shadow copies are volumes on their own, with a file system namespace accessible through the regular Win32 APIs such as FindFirstFile/FindNextFile. For example the existing &lt;a href="http://msdn2.microsoft.com/en-us/library/aa365200(VS.85).aspx"&gt;sample code&lt;/a&gt; in MSDN for these APIs that enumerates files on a real volume will work just fine on a shadow copy volume. In fact, that's how all backup applications are accessing shadow copy content today. &lt;/p&gt;  &lt;p&gt;So, if these devices are real volumes, how can we view them in Explorer? It turns out that you can't view them by default - this is simply because these are volumes without an associated drive letter or root mount point. However, in XP or Windows Server (and Vista), you can still access these shadow copies by assigning them a drive letter using utilities like &lt;a href="http://blogs.msdn.com/adioltean/archive/2006/09/18/761515.aspx"&gt;DOSDEV&lt;/a&gt;, or by doing tricks with the FOR command, etc.&amp;#160; &lt;/p&gt;  &lt;p&gt;Now, if you have Vista, it is much simpler to access shadow copy devices directly from Explorer. The trick is to use a new feature called &lt;a href="http://search.msn.com/results.aspx?q=symbolic+links&amp;amp;src=IE-SearchBox"&gt;Symbolic Links&lt;/a&gt;: to access the contents of a shadow copy as a &amp;quot;directory&amp;quot;, simply create a symbolic link to the device. Vista also includes a convenient command-line tool called &lt;a href="http://search.msn.com/results.aspx?q=mklink&amp;amp;src=IE-SearchBox"&gt;MKLINK.EXE&lt;/a&gt; to create symbolic links, which makes this operation very easy. &lt;/p&gt;  &lt;p&gt;Here is an example of accessing the contents of a shadow copy device. The first step is to enumerate shadow copies on the machine, using the VSSADMIN LIST SHADOW command. This will give us the devices and also a creation timestamp.&lt;/p&gt;  &lt;p&gt;&lt;font color="#000080"&gt;C:\Windows\system32&amp;gt;vssadmin list shadows |more     &lt;br /&gt;vssadmin 1.1 - Volume Shadow Copy Service administrative command-line tool      &lt;br /&gt;(C) Copyright 2001-2005 Microsoft Corp. &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#000080"&gt;Contents of shadow copy set ID: {c72c8036-d563-43c8-b351-1994dfad580a}     &lt;br /&gt;&amp;#160;&amp;#160; Contained 1 shadow copies at creation time: 2/23/2008 9:59:04 AM      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Shadow Copy ID: {f3727808-bea6-4b59-bef7-6849ee721709}      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Original Volume: (C:)\\?\Volume{3e83355f-7c0e-11dc-b416-806e6f6e6963}\      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Shadow Copy Volume: \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy4      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Originating Machine: Adi-Game-PC      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Service Machine: Adi-Game-PC      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Provider: 'Microsoft Software Shadow Copy provider 1.0'      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Type: ClientAccessibleWriters      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Attributes: Persistent, Client-accessible, No auto release, Differential, Auto recovered &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#000080"&gt;Contents of shadow copy set ID: {0bf23f77-8461-4869-b391-da4d213940a5}     &lt;br /&gt;&amp;#160;&amp;#160; Contained 1 shadow copies at creation time: &lt;font color="#ff0000"&gt;2/24/2008 4:00:24 AM       &lt;br /&gt;&lt;/font&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Shadow Copy ID: {87d59b22-9e84-4d0d-81ca-2b565d6f7e55}      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Original Volume: (C:)\\?\Volume{3e83355f-7c0e-11dc-b416-806e6f6e6963}\      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Shadow Copy Volume: &lt;strong&gt;&lt;font color="#ff0000"&gt;\\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy5&lt;/font&gt;&lt;/strong&gt;      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Originating Machine: Adi-Game-PC      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Service Machine: Adi-Game-PC      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Provider: 'Microsoft Software Shadow Copy provider 1.0'      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Type: ClientAccessibleWriters      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Attributes: Persistent, Client-accessible, No auto release, Differential, Auto recovered &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#000080"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#000080"&gt;&lt;strong&gt;C:\Windows\system32&amp;gt;mklink &lt;font color="#ff0000"&gt;/d&lt;/font&gt; c:\shadowcopy \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy5&lt;font color="#ff0000"&gt;\         &lt;br /&gt;&lt;/font&gt;symbolic link created for c:\shadowcopy &amp;lt;&amp;lt;===&amp;gt;&amp;gt; \\?\GLOBALROOT\Device\HarddiskVolumeShadowCopy5&lt;font color="#ff0000"&gt;\&lt;/font&gt;&lt;/strong&gt;&lt;/font&gt;&lt;font color="#ff0000"&gt; &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#000080"&gt;&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#000080"&gt;C:\Windows\system32&amp;gt;dir c:\shadowcopy     &lt;br /&gt; Volume in drive C has no label.      &lt;br /&gt; Volume Serial Number is 4A02-860C &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#000080"&gt; Directory of c:\shadowcopy &lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&lt;font color="#000080"&gt;12/14/2007&amp;#160; 01:46 AM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Asi     &lt;br /&gt;01/15/2008&amp;#160; 12:56 AM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; bin      &lt;br /&gt;12/13/2007&amp;#160; 11:59 PM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; debuggers      &lt;br /&gt;12/13/2007&amp;#160; 11:55 PM&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 17,644,031 dir.log      &lt;br /&gt;01/14/2008&amp;#160; 11:41 PM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Downloads      &lt;br /&gt;01/01/2008&amp;#160; 05:50 PM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; dumps      &lt;br /&gt;12/30/2007&amp;#160; 11:43 PM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; garbage      &lt;br /&gt;01/08/2008&amp;#160; 11:13 PM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Garmin      &lt;br /&gt;10/15/2007&amp;#160; 09:03 PM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Intel      &lt;br /&gt;12/30/2007&amp;#160; 11:59 PM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Program Files      &lt;br /&gt;01/27/2008&amp;#160; 01:32 AM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Program Files (x86)      &lt;br /&gt;01/15/2008&amp;#160; 12:17 AM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; test      &lt;br /&gt;01/30/2008&amp;#160; 06:52 AM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Users      &lt;br /&gt;12/14/2007&amp;#160; 01:55 AM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; WinDDK      &lt;br /&gt;02/13/2008&amp;#160; 05:23 AM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Windows      &lt;br /&gt;02/21/2008&amp;#160; 10:43 PM&amp;#160;&amp;#160;&amp;#160; &amp;lt;DIR&amp;gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; Work      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 1 File(s)&amp;#160;&amp;#160;&amp;#160;&amp;#160; 17,644,031 bytes      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 15 Dir(s)&amp;#160; 147,657,666,560 bytes free&lt;/font&gt;&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;That's it. Now I have a persistent link called c:\shadowcopy which points to the contents of the shadow copy device - which is the image of my C:\ drive at 4:00 AM (this is when my latest system restore point was created). &lt;/p&gt;  &lt;p&gt;A new notes,though:&lt;/p&gt;  &lt;p&gt;1) Make sure you use the &amp;quot;/D&amp;quot; option in MKLINK so you create a directory-based, not a file-based symbolic link&lt;/p&gt;  &lt;p&gt;2) Make sure you append a backslash to the shadow copy device in the MKLINK command (marked in red above)&lt;/p&gt;  &lt;p&gt;&amp;#160;&lt;/p&gt;  &lt;p&gt;If this made you interested about shadow copies - note that you can create, enumerate and delete shadow copies programatically using either VB scripts that use the &lt;a href="http://msdn2.microsoft.com/en-us/library/aa394428.aspx"&gt;WMI API&lt;/a&gt; for shadow copy administration, or by using the &lt;a href="http://msdn2.microsoft.com/en-us/library/bb968832(VS.85).aspx"&gt;VSS API&lt;/a&gt; (documented publicly on MSDN). Sample code is available in the Platform SDK as well. &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7936789" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Programming/default.aspx">Programming</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Script+recipes/default.aspx">Script recipes</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/VSS/default.aspx">VSS</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Vista/default.aspx">Vista</category></item><item><title>Mommy, Why is There a Server in the House?</title><link>http://blogs.msdn.com/adioltean/archive/2008/01/08/mommy-why-is-there-a-server-in-the-house.aspx</link><pubDate>Wed, 09 Jan 2008 09:58:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:7037393</guid><dc:creator>AdiOltean</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/7037393.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=7037393</wfw:commentRss><description>&lt;p&gt;I love this - if you have kids, and if you are a geek, you'll understand.&lt;/p&gt;  &lt;p&gt;&lt;a title="http://gizmodo.com/photogallery/microserveces08/1000446145" href="http://gizmodo.com/photogallery/microserveces08/1000446145"&gt;http://gizmodo.com/photogallery/microserveces08/1000446145&lt;/a&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=7037393" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Click+or+miss/default.aspx">Click or miss</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category></item><item><title>Flash-based harddisks - the new laptop feature to look for</title><link>http://blogs.msdn.com/adioltean/archive/2007/12/26/flash-based-harddisks-the-new-laptop-feature-to-look-for.aspx</link><pubDate>Thu, 27 Dec 2007 10:33:04 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6875647</guid><dc:creator>AdiOltean</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/6875647.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=6875647</wfw:commentRss><description>&lt;p&gt;A &lt;a href="http://www.computerworld.com/action/article.do?command=viewArticleBasic&amp;amp;articleId=9050958&amp;amp;pageNumber=1"&gt;review&lt;/a&gt; in ComputerWorld features the new Samsung's 64 GB Flash drive:&lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;&lt;em&gt;Samsung rates the drive with a read speed of 100MB/sec and write speed of 80 MB/sec, compared to 59MB/sec and 60MB/sec (respectively) for a traditional 2.5&amp;quot; hard drive. We ran several benchmarks. In our &lt;/em&gt;&lt;a href="http://www.hdtune.com/"&gt;&lt;strong&gt;&lt;em&gt;HD Tune&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;em&gt; performance tests, the drive turned in an average transfer speed of 28.6 MB/sec with .3ms average access time. Burst speed was 25.5MB/sec with 4.5% CPU utilization. &lt;/em&gt;&lt;a href="http://www.simplisoftware.com/Public/index.php?request=HdTach"&gt;&lt;strong&gt;&lt;em&gt;HD Tach&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;em&gt; tests using both 8MB and 32MB blocks for testing measured the burst speed at 30.8MB/sec, the average sequential read speed at 28.0MB/sec. HD Tach won't measure write speeds on primary drives, so we turned to &lt;/em&gt;&lt;a href="http://www.freshdevices.com/"&gt;&lt;strong&gt;&lt;em&gt;Fresh Diagnose&lt;/em&gt;&lt;/strong&gt;&lt;/a&gt;&lt;em&gt;, which reported an average write speed of 11.65 MB/sec. &lt;/em&gt;&lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;With such a spectacular performance, it's easy to see why Flash drives will become the next top-of-the-line feature in any high-end laptop, maybe more important than a high-speed CPU.&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6875647" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category></item><item><title>Is my harddisk (almost) dead?</title><link>http://blogs.msdn.com/adioltean/archive/2007/11/13/is-my-harddisk-almost-dead.aspx</link><pubDate>Tue, 13 Nov 2007 21:03:30 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6179315</guid><dc:creator>AdiOltean</dc:creator><slash:comments>3</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/6179315.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=6179315</wfw:commentRss><description>&lt;p&gt;I just started to play with &lt;a href="http://www.hdtune.com/main.html"&gt;HD Tune&lt;/a&gt;, just to get a tool to look at my &lt;a href="http://en.wikipedia.org/wiki/Self-Monitoring,_Analysis,_and_Reporting_Technology"&gt;S.M.A.R.T.&lt;/a&gt; data. Not that I trust SMART a lot, but I wanted to see what's there. &lt;/p&gt;  &lt;p&gt;So that's how I discovered my main drive has a bunch of reallocated sectors. Ouch! &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/Ismyharddiskalmostdead_8D40/HDTune_Health_WDC_WD2500JD-00HBC0_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="319" alt="HDTune_Health_WDC_WD2500JD-00HBC0" src="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/Ismyharddiskalmostdead_8D40/HDTune_Health_WDC_WD2500JD-00HBC0_thumb.png" width="395" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;What is a reallocated sector? Whenever a sector becomes &amp;quot;bad&amp;quot; for some reason, modern harddisks are &amp;quot;remapping&amp;quot; this sector to some other location of the disk. That's why you almost never see &amp;quot;bad clusters&amp;quot; on a modern harddisk. See for example the result of the CHKDSK command on the same drive - it says that everything is fine: &lt;/p&gt;  &lt;blockquote&gt;   &lt;p&gt;C:\Windows\system32&amp;gt;chkdsk c:     &lt;br /&gt;The type of the file system is NTFS. &lt;/p&gt;    &lt;p&gt;WARNING!&amp;#160; F parameter not specified.     &lt;br /&gt;Running CHKDSK in read-only mode. &lt;/p&gt;    &lt;p&gt;CHKDSK is verifying files (stage 1 of 3)...     &lt;br /&gt;&amp;#160; 118464 file records processed.      &lt;br /&gt;File verification completed.      &lt;br /&gt;&amp;#160; 129 large file records processed.      &lt;br /&gt;&amp;#160; 0 bad file records processed.      &lt;br /&gt;&amp;#160; 2 EA records processed.      &lt;br /&gt;&amp;#160; 75 reparse records processed.      &lt;br /&gt;CHKDSK is verifying indexes (stage 2 of 3)...      &lt;br /&gt;&amp;#160; 460369 index entries processed.      &lt;br /&gt;Index verification completed.      &lt;br /&gt;&amp;#160; 5 unindexed files processed.      &lt;br /&gt;CHKDSK is verifying security descriptors (stage 3 of 3)...      &lt;br /&gt;&amp;#160; 118464 security descriptors processed.      &lt;br /&gt;Security descriptor verification completed.      &lt;br /&gt;&amp;#160; 16840 data files processed.      &lt;br /&gt;CHKDSK is verifying Usn Journal...      &lt;br /&gt;&amp;#160; 35955328 USN bytes processed.      &lt;br /&gt;Usn Journal verification completed.      &lt;br /&gt;Windows has checked the file system and found no problems. &lt;/p&gt;    &lt;p&gt; 244196351 KB total disk space.     &lt;br /&gt; 104969600 KB in 101394 files.      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 50680 KB in 16841 indexes.      &lt;br /&gt;&lt;font color="#ff0000"&gt;&lt;strong&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 0 KB in bad sectors.&lt;/strong&gt;&lt;/font&gt;      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160; 227651 KB in use by the system.      &lt;br /&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 65536 KB occupied by the log file.      &lt;br /&gt; 138948420 KB available on disk. &lt;/p&gt;    &lt;p&gt;&amp;#160;&amp;#160;&amp;#160;&amp;#160;&amp;#160; 4096 bytes in each allocation unit.     &lt;br /&gt;&amp;#160; 61049087 total allocation units on disk.      &lt;br /&gt;&amp;#160; 34737105 allocation units available on disk. &lt;/p&gt; &lt;/blockquote&gt;  &lt;p&gt;There are two problems with reallocated sectors. First, each harddisk comes with a limited &amp;quot;pool&amp;quot; of empty sectors that can be used as reallocated sectors. When you run out of those, then the automatic protection goes away, so you will start seeing more and more bad sectors at the OS level. &lt;/p&gt;  &lt;p&gt;Second (and most importantly) there is a performance problem with reallocated sectors. Due to the fact that some sectors are remapped to another area on the disk, sequential I/O on those sectors is getting randomized (becomes random I/O) with very different performance characteristics. How big is the performance impact? Pretty big. Let's say that you have a no reallocated sectors in a 40 MB interval. If you want to read 1 MB in this interval, you will read it at a standard sequential I/O rate, say about 50 MB/s on a regular SATA disk. So reading will take 1/50 = 20 ms. &lt;/p&gt;  &lt;p&gt;Now, let's pretend we have a reallocated sector in the middle of the 1 MB that we want to read. The reading time will include those 20 ms above plus the two additional seeks. Since a seek is usually around 8-9 ms (or even more) for a standard SATA harddisk, you get around 40 ms for reading the 1 MB which is twice as long. So, from a bandwidth perspective, you are reading that 1 MB at 25 MB per second, which half of the actual speed. So what &lt;strong&gt;might&lt;/strong&gt; see is a sudden decrease in sequential I/O bandwidth whenever there is a reallocated sector around. &lt;/p&gt;  &lt;p&gt;The interesting thing is that you can &amp;quot;spot&amp;quot; the approximate location of reallocated sectors by doing a sequence of sequential reads over the entire harddisk (from the beggining to end) and see where you have sudden drops in I/O performance. Fortunately, the same tool mentioned above - HD Tune - has a benchmark mode which allows precisely this. &lt;/p&gt;  &lt;p&gt;Here is the picture of my backup drive (a Hitachi 250 GB drive): &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/Ismyharddiskalmostdead_8D40/HDTune_Benchmark_HDS722525VLSA80_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="342" alt="HDTune_Benchmark_HDS722525VLSA80" src="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/Ismyharddiskalmostdead_8D40/HDTune_Benchmark_HDS722525VLSA80_thumb.png" width="424" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;You can see that the transfer rate decreases smoothly from 60 MB/s (near to the outer region of the disk) to 30 MB/s (near to the center of the disk). There are no sudden drops. In contrast, here is a disk with a lot of reallocated sectors: &lt;/p&gt;  &lt;p&gt;&lt;a href="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/Ismyharddiskalmostdead_8D40/HDTune_Benchmark_TOSHIBA_MK4025GAS_2.png"&gt;&lt;img style="border-right: 0px; border-top: 0px; border-left: 0px; border-bottom: 0px" height="340" alt="HDTune_Benchmark_TOSHIBA_MK4025GAS" src="http://blogs.msdn.com/blogfiles/adioltean/WindowsLiveWriter/Ismyharddiskalmostdead_8D40/HDTune_Benchmark_TOSHIBA_MK4025GAS_thumb.png" width="423" border="0" /&gt;&lt;/a&gt; &lt;/p&gt;  &lt;p&gt;You can see a lot of drops along the blue sequential read path, with a variability of about 50% in some cases. &lt;/p&gt;  &lt;p&gt;&lt;strong&gt;Note -&lt;/strong&gt; if you are doing these sequential I/O tests, make sure that your harddisk is not in use by any other applications or the page file - this will cause additional seeks which would &amp;quot;pollute&amp;quot; the original graph.&lt;/p&gt;  &lt;p&gt;For that reason, I haven't run yet the benchmark on my main drive since I know that paging will distort the results - I'll try this later ... &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6179315" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Click+or+miss/default.aspx">Click or miss</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category></item><item><title>What causes Harddisk failures?</title><link>http://blogs.msdn.com/adioltean/archive/2007/11/12/what-causes-harddisk-failures.aspx</link><pubDate>Tue, 13 Nov 2007 10:48:20 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:6164684</guid><dc:creator>AdiOltean</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/6164684.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=6164684</wfw:commentRss><description>&lt;p&gt;A fascinating &lt;a href="http://www.acmqueue.com/modules.php?name=Content&amp;amp;pa=showpage&amp;amp;pid=506"&gt;article&lt;/a&gt; in ACM Queue examines the various ways in which a harddisk can fail. &lt;/p&gt;  &lt;p&gt;Here is an example - the fault tree for reading failures. &lt;/p&gt;  &lt;p&gt;&lt;img height="390" alt="Fault Tree for HDD Read Failures" src="http://acmqueue.com/figures/issue045/elerath1.jpg" width="417" /&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=6164684" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category></item><item><title>Toshiba doubles hard-disk density</title><link>http://blogs.msdn.com/adioltean/archive/2007/09/08/toshiba-doubles-hard-disk-density.aspx</link><pubDate>Sun, 09 Sep 2007 08:09:52 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:4839322</guid><dc:creator>AdiOltean</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/4839322.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=4839322</wfw:commentRss><description>&lt;p&gt;Just when we thought that there is no room more room on those little bits on a harddisk, Toshiba doubles their density again: &lt;a href="http://www.newswire.ca/en/releases/archive/September2007/06/c5819.html"&gt;http://www.newswire.ca/en/releases/archive/September2007/06/c5819.html&lt;/a&gt;&amp;nbsp;&lt;/p&gt; &lt;p&gt;From their press release:&lt;/p&gt; &lt;p&gt;&lt;em&gt;Toshiba Corporation today announced a prototype hard disk drive (HDD) that uses Discrete Track Recording (DTR) technology to boost capacity to a record-breaking 120 gigabytes (GB) on a single 1.8-inch platter. The drive is the first in the world to apply DTR, a breakthrough technology that boost the areal density of a perpendicular magnetic recording (PMR) by a full 50 percent. Toshiba plans to start mass production of HDDs integrating DTR technology in 2009.&lt;/em&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=4839322" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category></item><item><title>Windows Home Server - links</title><link>http://blogs.msdn.com/adioltean/archive/2007/03/15/windows-home-server-links.aspx</link><pubDate>Fri, 16 Mar 2007 01:43:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1890270</guid><dc:creator>AdiOltean</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/1890270.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=1890270</wfw:commentRss><description>&lt;p&gt;A friend of mine didn't know about Windows Home Server - so I sent him these links: &lt;/p&gt; &lt;p class="MsoListParagraph" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;span style="mso-fareast-font-family: calibri; mso-bidi-font-family: calibri"&gt;&lt;span style="mso-list: ignore"&gt;&lt;font face="Calibri" size="3"&gt;-&lt;/font&gt;&lt;span style="font: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Main site: &lt;/font&gt;&lt;a href="http://stopdigitalamnesia.com/"&gt;&lt;font face="Calibri" color="#800080" size="3"&gt;http://stopdigitalamnesia.com&lt;/font&gt;&lt;/a&gt;&lt;font face="Calibri" size="3"&gt; &lt;/font&gt;&lt;/p&gt; &lt;p class="MsoListParagraph" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;span style="mso-fareast-font-family: calibri; mso-bidi-font-family: calibri"&gt;&lt;span style="mso-list: ignore"&gt;&lt;font face="Calibri" size="3"&gt;-&lt;/font&gt;&lt;span style="font: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Interview with Charlie Kindel&amp;nbsp;&lt;/font&gt;&lt;a href="http://channel9.msdn.com/ShowPost.aspx?PostID=270965"&gt;&lt;font face="Calibri" color="#800080" size="3"&gt;http://channel9.msdn.com/ShowPost.aspx?PostID=270965&lt;/font&gt;&lt;/a&gt;&lt;font face="Calibri" size="3"&gt; &lt;/font&gt;&lt;/p&gt; &lt;p class="MsoListParagraph" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;span style="mso-fareast-font-family: calibri; mso-bidi-font-family: calibri"&gt;&lt;span style="mso-list: ignore"&gt;&lt;font face="Calibri" size="3"&gt;-&lt;/font&gt;&lt;span style="font: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Download: &lt;/font&gt;&lt;a href="https://connect.microsoft.com/site/sitehome.aspx?wa=wsignin1.0&amp;amp;siteid=38"&gt;&lt;font face="Calibri" color="#800080" size="3"&gt;https://connect.microsoft.com/site/sitehome.aspx?wa=wsignin1.0&amp;amp;siteid=38&lt;/font&gt;&lt;/a&gt;&lt;font face="Calibri" size="3"&gt; &lt;/font&gt;&lt;/p&gt; &lt;p class="MsoListParagraph" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;span style="mso-fareast-font-family: calibri; mso-bidi-font-family: calibri"&gt;&lt;span style="mso-list: ignore"&gt;&lt;font face="Calibri" size="3"&gt;-&lt;/font&gt;&lt;span style="font: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Articol on Wikipedia: &lt;/font&gt;&lt;a href="http://en.wikipedia.org/wiki/Windows_Home_Server"&gt;&lt;font face="Calibri" color="#800080" size="3"&gt;http://en.wikipedia.org/wiki/Windows_Home_Server&lt;/font&gt;&lt;/a&gt;&lt;font face="Calibri" size="3"&gt; &lt;/font&gt;&lt;/p&gt; &lt;p class="MsoListParagraph" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;span style="mso-fareast-font-family: calibri; mso-bidi-font-family: calibri"&gt;&lt;span style="mso-list: ignore"&gt;&lt;font face="Calibri" size="3"&gt;-&lt;/font&gt;&lt;span style="font: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Blog: &lt;/font&gt;&lt;a href="http://blogs.technet.com/homeserver/"&gt;&lt;font face="Calibri" color="#800080" size="3"&gt;http://blogs.technet.com/homeserver&lt;/font&gt;&lt;/a&gt;&lt;font face="Calibri" size="3"&gt; &amp;nbsp;&lt;/font&gt;&lt;/p&gt; &lt;p class="MsoListParagraph" style="margin: 0in 0in 0pt 0.5in; text-indent: -0.25in; mso-list: l0 level1 lfo1"&gt;&lt;span style="mso-fareast-font-family: calibri; mso-bidi-font-family: calibri"&gt;&lt;span style="mso-list: ignore"&gt;&lt;font face="Calibri" size="3"&gt;-&lt;/font&gt;&lt;span style="font: 7pt 'Times New Roman'"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;&lt;/span&gt;&lt;/span&gt;&lt;font face="Calibri" size="3"&gt;Press release: &lt;/font&gt;&lt;a href="http://www.microsoft.com/Presspass/press/2007/jan07/01-08WindowsHomeServerPR.mspx"&gt;&lt;font face="Calibri" color="#800080" size="3"&gt;http://www.microsoft.com/Presspass/press/2007/jan07/01-08WindowsHomeServerPR.mspx&lt;/font&gt;&lt;/a&gt;&lt;font face="Calibri" size="3"&gt; &lt;/font&gt;&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1890270" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Click+or+miss/default.aspx">Click or miss</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/VSS/default.aspx">VSS</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Vista/default.aspx">Vista</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/XBox/default.aspx">XBox</category></item><item><title>Demo: New virtualization technologies in Windows Server (Longhorn)</title><link>http://blogs.msdn.com/adioltean/archive/2007/03/02/demo-new-virtualization-technologies-in-windows-server-longhorn.aspx</link><pubDate>Fri, 02 Mar 2007 23:32:16 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1789835</guid><dc:creator>AdiOltean</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/1789835.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=1789835</wfw:commentRss><description>&lt;p&gt;A nice demo that shows you several things: &lt;/p&gt; &lt;p&gt;- Windows Server virtualization (a separate partition running a striped-down version of Windows&amp;nbsp;to manage all other virtual machines)&lt;/p&gt; &lt;p&gt;- Running an 8-proc virtual machine &lt;/p&gt; &lt;p&gt;- 64-bit and 32-bit machines running concurrently&lt;/p&gt; &lt;p&gt;- Managing virtual machines with System Center (nice UI)&lt;/p&gt; &lt;p&gt;- System Center Operations Manager: monitoring the VMs, provisioning new hardware in a scriptable manner. &lt;/p&gt; &lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;embed pluginspage="http://macromedia.com/go/getflashplayer" src="http://images.soapbox.msn.com/flash/soapbox1_1.swf" width="412" height="362" type="application/x-shockwave-flash" flashvars="c=v&amp;amp;v=5119240c-6579-4827-8338-7f5539930402" wmode="transparent" quality="high"&gt;&lt;/embed&gt;&lt;br&gt;&lt;a title="Longhorn - Windows Server Virtualization" href="http://soapbox.msn.com/video.aspx?vid=5119240c-6579-4827-8338-7f5539930402" target="_new"&gt;Video: Longhorn - Windows Server Virtualization&lt;/a&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1789835" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Click+or+miss/default.aspx">Click or miss</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Script+recipes/default.aspx">Script recipes</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category></item><item><title>Previous Versions in Vista - on Channel 9!</title><link>http://blogs.msdn.com/adioltean/archive/2007/02/26/previous-versions-in-vista-on-channel-9.aspx</link><pubDate>Tue, 27 Feb 2007 05:29:48 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1766723</guid><dc:creator>AdiOltean</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/1766723.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=1766723</wfw:commentRss><description>&lt;p&gt;Hot and fresh from Channel 9: a&amp;nbsp;session on Shadow Copies in Vista, and its applications: Previous Versions and the brand-new System Restore. &lt;/p&gt; &lt;p&gt;&lt;a href="http://channel9.msdn.com/Showpost.aspx?postid=286303"&gt;Check it out&lt;/a&gt;. &lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1766723" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Programming/default.aspx">Programming</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Click+or+miss/default.aspx">Click or miss</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/VSS/default.aspx">VSS</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Vista/default.aspx">Vista</category></item><item><title>The next generation of storage management is here! </title><link>http://blogs.msdn.com/adioltean/archive/2006/12/07/the-next-generation-of-storage-management-is-here.aspx</link><pubDate>Thu, 07 Dec 2006 08:45:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1230514</guid><dc:creator>AdiOltean</dc:creator><slash:comments>4</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/1230514.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=1230514</wfw:commentRss><description>&lt;P&gt;Storage management is complex, we all know it. For many people, even the simplest opeartions in&amp;nbsp;a SAN look like black magic.&amp;nbsp;It's no wonder why - if you want to, say, create a brand new 5 TB file share using your brand new your SAN box: you need to create a new LUN in your SAN, mounting it on a machine, initialize the disk, create partitions, assigning drive letters, create the file shares and assign proper permissions, etc. &lt;/P&gt;
&lt;P&gt;The new Windows product &lt;A class="" href="http://www.microsoft.com/windowsserversystem/storage/wudss.mspx" mce_href="http://www.microsoft.com/windowsserversystem/storage/wudss.mspx"&gt;launched today&lt;/A&gt;&amp;nbsp;solves this problem. WUDSS&amp;nbsp;offers simple, easy-to use wizards, for the complex operations above, plus of course, the famous Finish button. It's &lt;STRONG&gt;that &lt;/STRONG&gt;simple! &lt;/P&gt;
&lt;P&gt;And, yes, as you could guess, the main theme is simplifying and integrating all storage management scenarios (at least for file servers) in a single management UI: &lt;/P&gt;
&lt;P&gt;-&amp;nbsp;A new out-of-the-box experience (OOBE) that allows you to "initialize" your brand new shiny&amp;nbsp;storage box with a few mouse clicks. &lt;/P&gt;
&lt;P&gt;- Combined file, print and block-level storage services in a single management interface&lt;/P&gt;
&lt;P&gt;- Easy remote management through a single HTTP URL&lt;/P&gt;
&lt;P&gt;- New cluster configuration wizard that vastly simplifies provisioning and creation of shared disk resources. &lt;/P&gt;
&lt;P&gt;The product will ship on Dell's new PowerVault NX 1950 hardware initially, and other OEMs will incorporate it in other NAS boxes. &lt;/P&gt;
&lt;P mce_keep="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;P.S.&amp;nbsp;&amp;nbsp;WUDSS&amp;nbsp;stands for&amp;nbsp;Windows Unified Data Storage Server 2003 - a long name, in our established Microsoft tradition :-)&lt;/P&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=1230514" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Windows+Server/default.aspx">Windows Server</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Click+or+miss/default.aspx">Click or miss</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/VSS/default.aspx">VSS</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category></item><item><title>Datacenter in a box</title><link>http://blogs.msdn.com/adioltean/archive/2006/10/17/datacenter-in-a-box.aspx</link><pubDate>Wed, 18 Oct 2006 08:41:00 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:837866</guid><dc:creator>AdiOltean</dc:creator><slash:comments>1</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/837866.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=837866</wfw:commentRss><description>&lt;DIV&gt;&lt;FONT face=Arial color=#000000 size=2&gt;This is an interesting&amp;nbsp;concept. This datacenter looks like a simple cargo container that can be deployed anywhere. &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial color=#000000 size=2&gt;To deploy their cluster, all you need is:&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial color=#000000 size=2&gt;
&lt;DIV&gt;1) A 500 kW electricity source&lt;/FONT&gt;&lt;/DIV&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;2) Good network connections. &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;3)&amp;nbsp;A hose with cooling water&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;4) A truck to move the container to the desired location&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;5) And, of course a&amp;nbsp;$500,000 cashier check to SUNW. &lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial color=#000000 size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial color=#000000 size=2&gt;: &lt;A href="https://mail.windows.microsoft.com/exchweb/bin/redir.asp?URL=http://www.nytimes.com/2006/10/17/technology/17sun.html?ex=1318737600%26en=14da430369cdde55%26ei=5088%26partner=rssnyt%26emc=rss" target=_blank&gt;http://www.nytimes.com/2006/10/17/technology/17sun.html?ex=1318737600&amp;amp;en=14da430369cdde55&amp;amp;ei=5088&amp;amp;partner=rssnyt&amp;amp;emc=rss&lt;/A&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;FONT face=Arial size=2&gt;&lt;/FONT&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;BLOCKQUOTE dir=ltr style="MARGIN-RIGHT: 0px"&gt;
&lt;DIV&gt;
&lt;P&gt;&lt;EM&gt;MENLO PARK, Calif., Oct. 16 — &lt;/EM&gt;&lt;A title="Sun Microsystems" href="https://mail.windows.microsoft.com/exchweb/bin/redir.asp?URL=http://www.nytimes.com/redirect/marketwatch/redirect.ctx?MW=http://custom.marketwatch.com/custom/nyt-com/html-companyprofile.asp%26symb=SUNW" target=_blank&gt;&lt;FONT color=#004276&gt;&lt;EM&gt;Sun Microsystems&lt;/EM&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;EM&gt; has developed a novel “data center in a box” in an effort to transform the fundamental economics of corporate computing.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;The expandable computer system, called Project Blackbox, is based on a standard 20-foot shipping container and can be deployed virtually anywhere there is electricity, chilled water and an Internet connection. &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Sun will introduce a prototype at its headquarters here on Tuesday. The system is planned for commercial availability in the second half of 2007, with prices beginning around $500,000.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;[...] &lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;On Monday, he gave a reporter a tour of the prototype system, which sits in a container case adjacent to a Sun office building here, connected to two large fire hoses for water cooling and 500 kilowatts of redundant power.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Painted black with a lime green Sun logo, the system can consist of up to seven tightly packed racks of 35 server computers based on either Sun’s Niagara Sparc processor or an Opteron chip from &lt;/EM&gt;&lt;A title="Advanced Micro Devices" href="https://mail.windows.microsoft.com/exchweb/bin/redir.asp?URL=http://www.nytimes.com/redirect/marketwatch/redirect.ctx?MW=http://custom.marketwatch.com/custom/nyt-com/html-companyprofile.asp%26symb=AMD" target=_blank&gt;&lt;FONT color=#004276&gt;&lt;EM&gt;Advanced Micro Devices&lt;/EM&gt;&lt;/FONT&gt;&lt;/A&gt;&lt;EM&gt;. The system includes sensors to detect tampering or movement and features a large red button to shut it down in an emergency. Once plugged in, it requires just five minutes to be ready to run applications.&lt;/EM&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/BLOCKQUOTE&gt;&lt;/BLOCKQUOTE&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=837866" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Click+or+miss/default.aspx">Click or miss</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category></item><item><title>The new must-have gadget: Flash laptops</title><link>http://blogs.msdn.com/adioltean/archive/2006/10/13/the-new-must-have-gadget-flash-laptops.aspx</link><pubDate>Fri, 13 Oct 2006 23:31:49 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:822953</guid><dc:creator>AdiOltean</dc:creator><slash:comments>15</slash:comments><comments>http://blogs.msdn.com/adioltean/comments/822953.aspx</comments><wfw:commentRss>http://blogs.msdn.com/adioltean/commentrss.aspx?PostID=822953</wfw:commentRss><description>&lt;p&gt;The entire world is now slowly shifting to Flash-based storage in mobile devices. The latest trend is to get rid of harddisks in your laptop - and you will have longer battery life, faster shutdown/reboot, better shock-resistance. Not to mention that flash memory takes less space than a harddisk. &lt;/p&gt; &lt;p&gt;Fujitsu follows this trend with their NAND-convertible Lifebook laptops:&lt;/p&gt; &lt;blockquote&gt; &lt;p&gt;&lt;em&gt;Fujitsu is estimating that it will receive roughly 20,000 orders for its new NAND-convertible Lifebook laptops through March. If 20 percent of those orders specify a flash drive, as Yamamoto predicts, that figure will amount to 4,000 computers with flash. &lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;Replacing the standard hard disk drive on Fujitsu's new laptops with a flash drive would make the laptops lighter and more shock-resistant, extend battery life by 30 minutes and cut in half the time required to start up Windows. But replacing a 20GB hard drive with a 16GB worth of flash memory would cost an extra $670 (80,000 yen). That figure would be $1,335 to switch to a &lt;/em&gt;&lt;a title="Samsung living large with 32GB drive -- Friday, Mar 24, 2006" href="http://news.com.com/2061-10801_3-6053667.html?tag=nl"&gt;&lt;u&gt;&lt;font color="#0066cc"&gt;&lt;em&gt;32GB flash drive&lt;/em&gt;&lt;/font&gt;&lt;/u&gt;&lt;/a&gt;&lt;em&gt;. &lt;/em&gt;&lt;/p&gt; &lt;p&gt;&lt;em&gt;"The price is high, but we judged there is adequate demand from companies for NAND PCs, which greatly reduce the risk of losing data," Yamamoto said. "It may be a slow start, but we want to be ready when laptops will be as handy as mobile phones." &lt;/em&gt;&lt;/p&gt;&lt;/blockquote&gt; &lt;p&gt;[source: &lt;a href="http://news.com.com/Fujitsu+expects+flash+laptops+to+take+off+slowly/2100-1004_3-6125637.html?tag=nefd.top"&gt;CNet&lt;/a&gt;]&lt;/p&gt;&lt;img src="http://blogs.msdn.com/aggbug.aspx?PostID=822953" width="1" height="1"&gt;</description><category domain="http://blogs.msdn.com/adioltean/archive/tags/Click+or+miss/default.aspx">Click or miss</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Windows+XP/default.aspx">Windows XP</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Storage/default.aspx">Storage</category><category domain="http://blogs.msdn.com/adioltean/archive/tags/Vista/default.aspx">Vista</category></item></channel></rss>