<?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/"
	xmlns:series="http://unfoldingneurons.com/"
	>

<channel>
	<title>Stephen Foskett, Pack Rat &#187; NTBackup Archives  &#8211; Stephen Foskett, Pack Rat</title>
	<atom:link href="http://blog.fosketts.net/tag/ntbackup/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.fosketts.net</link>
	<description>Understanding the accumulation of data</description>
	<lastBuildDate>Fri, 10 Feb 2012 17:40:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>Windows Server 2008 Changes Storage</title>
		<link>http://blog.fosketts.net/2008/07/31/windows-server-2008-changes-storage/</link>
		<comments>http://blog.fosketts.net/2008/07/31/windows-server-2008-changes-storage/#comments</comments>
		<pubDate>Thu, 31 Jul 2008 20:47:23 +0000</pubDate>
		<dc:creator>Stephen</dc:creator>
				<category><![CDATA[Enterprise storage]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[Terabyte home]]></category>
		<category><![CDATA[DFS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MPIO]]></category>
		<category><![CDATA[NTBackup]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[Server 2008]]></category>
		<category><![CDATA[SMB]]></category>
		<category><![CDATA[Storage Explorer]]></category>
		<category><![CDATA[symbolic link]]></category>
		<category><![CDATA[TechTarget]]></category>
		<category><![CDATA[toot toot]]></category>
		<category><![CDATA[VSS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://blog.fosketts.net/?p=380</guid>
		<description><![CDATA[Although it&#8217;s been available for a while now, Windows Server 2008&#8242;s storage changes aren&#8217;t widely reported. TechTarget&#8217;s Dave Raffo wrote a piece about it today, Windows Server 2008&#8242;s hidden storage features, including some quotes from me, but it&#8217;s still less than clear. So let me sum up: Server Message Block (SMB) 2.0 is probably the biggest [...]]]></description>
			<content:encoded><![CDATA[<p>Although it&#8217;s been available for a while now, Windows Server 2008&#8242;s storage changes aren&#8217;t widely reported. TechTarget&#8217;s Dave Raffo wrote a piece about it today, <em><a rel="nofollow" href="http://searchstorage.techtarget.com.au/articles/25874-Windows-Server-2-8-s-hidden-storage-features" class="l" onmousedown="return clk(this.href,'','','res','1','&amp;sig2=BfTPjCfWsmvDSeg2OzIBgw')" >Windows Server 2008&#8242;s hidden storage features</a><span style="font-style: normal;">, including some quotes from me, but it&#8217;s still less than clear.</span></em></p>
<p>So let me sum up:</p>
<ol>
<li><a rel="nofollow" href="http://technet.microsoft.com/en-us/library/bb726965.aspx"  target="_blank">Server Message Block (SMB) 2.0</a> is probably the biggest news.  Microsoft re-worked this protocol for Vista and 2008 to reduce chattiness, combine multiple commands in a single packet, and allow larger packets.  This should improve performance for just about everyone, but is only in those two operating systems right now.</li>
<li>The excellent <a rel="nofollow" href="http://technet2.microsoft.com/windowsserver2008/en/library/7ef9b9dc-db31-47ca-81d5-29b9e0f269521033.mspx?mfr=true"  target="_blank">multi-path I/O (MPIO) driver</a> from Microsoft is also included right out of the box, including device-specific modules for both iSCSI and Fibre Channel.  This is the first version of Windows to come with MPIO, though it&#8217;s available with the iSCSI initiator and OEM drivers for other versions.</li>
<li>As in Vista, Server 2008 allows you to <a href="http://www.howtogeek.com/howto/windows-vista/resize-a-partition-for-free-in-windows-vista/"  target="_blank">shrink NTFS filesystems</a> on the fly.  It&#8217;s not quite as flexible or forgiving as some third-party tools, but it&#8217;s certainly easy to use!  Just go into the disk administrator snap-in and try it for yourself.</li>
<li>Windows finally has the option to leave new LUNs alone instead of trying to mount them.  This was one of those things that gave Windows a rep as a bad neighbor in SAN environments.</li>
<li>NTBackup is gone, replaced by a new <a rel="nofollow" href="http://technet2.microsoft.com/windowsserver2008/en/library/00162c92-a834-43f9-9e8a-71aeb25fa4ad1033.mspx?mfr=true"  target="_blank">Server Backup</a> MMC snap-in.  I haven&#8217;t tried it, but I hope it&#8217;s better than the one that comes in Vista!  I ended up <a href="http://www.petri.co.il/installing_windows_xp_ntbackup_on_windows_vista.htm"  target="_blank">keeping NTBackup around</a> on my laptop&#8230;</li>
<li>A new MMC snap-in called <a href="http://blogs.technet.com/josebda/archive/2008/05/08/the-basics-of-windows-server-2008-storage-explorer.aspx"  target="_blank">Storage Explorer</a> lets you manage WMI-compliant SAN devices.</li>
<li>The Volume Shadow Copy Service (VSS) and DFS interfaces are improved and are now scriptable.</li>
<li>Server 2008 now automatically aligns filesystem boundaries with storage, which was one of those dark and secret skills us storage guys used to share amongst ourselves.  This can increase performance in high-I/O environments.</li>
<li>NTFS (in both Server 2008 and Vista) now has <a rel="nofollow" href="http://en.wikipedia.org/wiki/NTFS_symbolic_link"  target="_blank">symbolic link</a> support, just like UNIX and Mac OS X.  Note that this got mangled in the TechTarget article.</li>
<li>NTFS was also tuned and tweaked a bit for better stability and crash recovery.</li>
</ol>
<div>I&#8217;ll probably dive into these topics in detail over the coming months, but hopefully this gets you started.</div>
<div id="crp_related"><h3>You might also want to read these other posts...</h3><ul><li><a href="http://blog.fosketts.net/2008/08/19/windows-7-server-windows-server-2008-r2/"  rel="bookmark" class="crp_title">Windows 7 Server == Windows Server 2008 R2</a></li><li><a href="http://blog.fosketts.net/2009/05/27/windows-7-hands/"  rel="bookmark" class="crp_title">Windows 7 Is Here! In My Hands! But Why 8 DVDs?</a></li><li><a href="http://blog.fosketts.net/2008/03/10/microsoft-the-a-rod-of-storage/"  rel="bookmark" class="crp_title">Microsoft: The A-Rod of Storage</a></li><li><a href="http://blog.fosketts.net/2009/05/05/windows-storage-server-2008/"  rel="bookmark" class="crp_title">I Can Finally Talk About Windows Storage Server 2008!</a></li><li><a href="http://blog.fosketts.net/2010/03/28/versioning-windows-vista-7-robocopy/"  rel="bookmark" class="crp_title">Versioning FAIL: Windows Vista/7 Robocopy</a></li></ul></div><script src="http://feeds.feedburner.com/~s/sfoskett?i=http://blog.fosketts.net/2008/07/31/windows-server-2008-changes-storage/" type="text/javascript" charset="utf-8"></script><hr />
<p><small>© sfoskett for <a href="http://blog.fosketts.net">Stephen Foskett, Pack Rat</a>, 2008. |
<a href="http://blog.fosketts.net/2008/07/31/windows-server-2008-changes-storage/">Windows Server 2008 Changes Storage</a>
<br/>
This post was categorized as <a href="http://blog.fosketts.net/category/everything/enterprisestorage/" title="View all posts in Enterprise storage" rel="category tag">Enterprise storage</a>, <a href="http://blog.fosketts.net/category/everything/personal/" title="View all posts in Personal" rel="category tag">Personal</a>, <a href="http://blog.fosketts.net/category/everything/terabytehome/" title="View all posts in Terabyte home" rel="category tag">Terabyte home</a>. Each of my categories has its own feed if you'd like to filter out or focus on posts like this.<br/>
</small></p>]]></content:encoded>
			<wfw:commentRss>http://blog.fosketts.net/2008/07/31/windows-server-2008-changes-storage/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

