<?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>Tim the Tech &#187; Network</title>
	<atom:link href="http://www.timthetech.com/tag/network/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.timthetech.com</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sat, 17 Jul 2010 02:41:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1-alpha</generator>
		<item>
		<title>How to use a Network Drive in a Windows 7 Library</title>
		<link>http://www.timthetech.com/windows/windows-7/libraries/how-to-use-a-network-drive-in-a-windows-7-library/</link>
		<comments>http://www.timthetech.com/windows/windows-7/libraries/how-to-use-a-network-drive-in-a-windows-7-library/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 09:03:43 +0000</pubDate>
		<dc:creator>tim</dc:creator>
				<category><![CDATA[Libraries]]></category>
		<category><![CDATA[Library]]></category>
		<category><![CDATA[mklink]]></category>
		<category><![CDATA[Network]]></category>

		<guid isPermaLink="false">http://www.timthetech.com/?p=70</guid>
		<description><![CDATA[Windows 7 by default does not allow you to include network drives in a library. This is because folders must be indexed first in order to be added to a library, and network drives cannot be indexed unless they are synchronized. There are 2 solutions to this problem. The first solution: Synchronize the Network Drive. [...]]]></description>
			<content:encoded><![CDATA[<p>Windows 7 by default does not allow you to include network drives in a library. This is because folders must be indexed first in order to be added to a library, and network drives cannot be indexed unless they are synchronized. There are 2 solutions to this problem.</p>
<p>The first solution: Synchronize the Network Drive.</p>
<p>Right click on the network drive you wish to include to a library and select &#8220;Always Available Offline&#8221;. This will start the synchronization process. The downside is that this method will copy all of the data on that drive to your local machine. Not a good option really since it means doubling up on the remote data and copying all of it to your local computer.</p>
<p>The second solution: use mklink to create a link to the remote network drive.</p>
<p>1. Create a temporary folder on your hard drive: eg. c:\stuff</p>
<p>2. Create another folder in the above folder. i.e. c:\stuff\data</p>
<p>3. Link the Library to this folder.</p>
<p>4. Delete the folder (c:\stuff\data).</p>
<p>5. Use the mklink command in an elevated command prompt to make a symbolic link. Name the link the same as the folder you created above. i.e -</p>
<blockquote><p>mklink /d c:\stuff\data \\server\data</p></blockquote>
<p>6. The process is complete. Now you have a non-indexed network path as a library. Very cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.timthetech.com/windows/windows-7/libraries/how-to-use-a-network-drive-in-a-windows-7-library/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
