<?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>Luka Manojlovic &#187; fsutil</title>
	<atom:link href="http://luka.manojlovic.net/tag/fsutil/feed/" rel="self" type="application/rss+xml" />
	<link>http://luka.manojlovic.net</link>
	<description>Luka&#039;s technical blog</description>
	<lastBuildDate>Sun, 18 Dec 2011 14:19:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Windows server 2008 NTFS / SMB2.0 changes part I (mklink)</title>
		<link>http://luka.manojlovic.net/2008/03/16/windows-server-2008-ntfs-smb20-changes/</link>
		<comments>http://luka.manojlovic.net/2008/03/16/windows-server-2008-ntfs-smb20-changes/#comments</comments>
		<pubDate>Sun, 16 Mar 2008 16:09:29 +0000</pubDate>
		<dc:creator>manojlovicl</dc:creator>
				<category><![CDATA[Video tutorials]]></category>
		<category><![CDATA[Windows server 2008]]></category>
		<category><![CDATA[fsutil]]></category>
		<category><![CDATA[hardlink]]></category>
		<category><![CDATA[junction]]></category>
		<category><![CDATA[mklink]]></category>
		<category><![CDATA[smb2.0]]></category>
		<category><![CDATA[symlink]]></category>
		<category><![CDATA[symlinkd]]></category>
		<category><![CDATA[windows server 2008 ntfs]]></category>

		<guid isPermaLink="false">http://luka.manojlovic.net/2008/03/16/windows-server-2008-ntfs-smb20-changes/</guid>
		<description><![CDATA[ Making SYMLINK without any parameters using MKLINK command  Making SYMLINKD using MKLINK /D command  Making HARDLINK using MKLINK /H command  Making JUNCTION using MKLINK /J command When you are using this command you should know that &#8230; When using without any parameters it makes symlink between two files &#8230; Files are accessible only localy on [...]]]></description>
			<content:encoded><![CDATA[<p><img border="0" width="20" src="http://luka.manojlovic.net/store/images/Video-small.jpg" height="15" /> <a target="_blank" href="http://store.manojlovic.net/videos/Microsoft/Windows%20server%202008/Performance%20and%20Scalability/mklink/Symlink%20no%20parameters.htm">Making SYMLINK without any parameters using MKLINK command</a></p>
<p><img border="0" width="20" src="http://luka.manojlovic.net/store/images/Video-small.jpg" height="15" /> <a target="_blank" href="http://store.manojlovic.net/videos/Microsoft/Windows%20server%202008/Performance%20and%20Scalability/mklink/Symlink%20D.htm">Making SYMLINKD using MKLINK /D command</a></p>
<p><img border="0" width="20" src="http://luka.manojlovic.net/store/images/Video-small.jpg" height="15" /> <a target="_blank" href="http://store.manojlovic.net/videos/Microsoft/Windows%20server%202008/Performance%20and%20Scalability/mklink/Hardlink%20H.htm">Making HARDLINK using MKLINK /H command</a></p>
<p><img border="0" width="20" src="http://luka.manojlovic.net/store/images/Video-small.jpg" height="15" /> <a target="_blank" href="http://store.manojlovic.net/videos/Microsoft/Windows%20server%202008/Performance%20and%20Scalability/mklink/Junction.htm">Making JUNCTION using MKLINK /J command</a></p>
<p>When you are using this command you should know that &#8230;</p>
<ul>
<li>When using without any parameters it makes symlink between two files &#8230; Files are accessible only localy on same machine.</li>
<li>When using with /D parameter it creates symlink<strong>d</strong> link between two folders &#8230; linked folder is accessible only localy.</li>
<li>When using with /H parameter it creates hardlink between two files &#8230; This file is normaly accessible over the network and localy.</li>
<li>When using with /J parameter it creates so called Directory junction that makes folder accessible using different name&#8230; It works localy and over the network.<br />
So now you are able to share a folder in which you can put Directory junction folders, that normaly are not shared&#8230;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://luka.manojlovic.net/2008/03/16/windows-server-2008-ntfs-smb20-changes/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

