<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: NTFS Link Windows Shell Extension</title>
	<atom:link href="http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 15:09:29 -0600</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Michael</title>
		<link>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/#comment-630088</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 04 Feb 2009 16:22:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10289#comment-630088</guid>
		<description>NTFS Link hooks into Explorer&#039;s deletion process and tries to unlink symbolic links before it let&#039;s Explorer continue. I would advise not to trust this mechanism though if the symlink is merely a subentity of the strucutre you&#039;re deleting.</description>
		<content:encoded><![CDATA[<p>NTFS Link hooks into Explorer&#8217;s deletion process and tries to unlink symbolic links before it let&#8217;s Explorer continue. I would advise not to trust this mechanism though if the symlink is merely a subentity of the strucutre you&#8217;re deleting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: SMario</title>
		<link>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/#comment-628497</link>
		<dc:creator>SMario</dc:creator>
		<pubDate>Tue, 03 Feb 2009 08:21:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10289#comment-628497</guid>
		<description>IMHO, Link Shell Extension (LSE) is a much better software...

http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html

Just for your information. :-)
SMario</description>
		<content:encoded><![CDATA[<p>IMHO, Link Shell Extension (LSE) is a much better software&#8230;</p>
<p><a href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html" rel="nofollow">http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html</a></p>
<p>Just for your information. :-)<br />
SMario</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lmiller867</title>
		<link>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/#comment-628060</link>
		<dc:creator>lmiller867</dc:creator>
		<pubDate>Tue, 03 Feb 2009 00:15:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10289#comment-628060</guid>
		<description>Another program that does the same thing is http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html</description>
		<content:encoded><![CDATA[<p>Another program that does the same thing is <a href="http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html" rel="nofollow">http://schinagl.priv.at/nt/hardlinkshellext/hardlinkshellext.html</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/#comment-627541</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 02 Feb 2009 17:40:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10289#comment-627541</guid>
		<description>@Imanpig,
Symlinks and junction points will be orphaned (think of it as a shortcut to a file that doesn&#039;t exist) if the original is deleted however if you delete a junction point (not the original content!) in XP, it WILL delete the original content.
XP&#039;s delete functions are recursive and dumb when it comes to determining whether something is a link or the original content.  Vista, on the other hand, handles links properly and will not delete the original.

I still wouldn&#039;t trust Vista to remove the links correctly so, if I were you, I&#039;d go about the proper means of removing a JP, symlink, or hardlink.</description>
		<content:encoded><![CDATA[<p>@Imanpig,<br />
Symlinks and junction points will be orphaned (think of it as a shortcut to a file that doesn&#8217;t exist) if the original is deleted however if you delete a junction point (not the original content!) in XP, it WILL delete the original content.<br />
XP&#8217;s delete functions are recursive and dumb when it comes to determining whether something is a link or the original content.  Vista, on the other hand, handles links properly and will not delete the original.</p>
<p>I still wouldn&#8217;t trust Vista to remove the links correctly so, if I were you, I&#8217;d go about the proper means of removing a JP, symlink, or hardlink.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Womble</title>
		<link>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/#comment-627524</link>
		<dc:creator>Womble</dc:creator>
		<pubDate>Mon, 02 Feb 2009 17:22:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10289#comment-627524</guid>
		<description>it&#039;s possible I have it wrong, hence my iirc disclaimer :) but my understanding is that you can remove the links and the original will remain but modifications made to the link affect the original I assume this includes deleting.</description>
		<content:encoded><![CDATA[<p>it&#8217;s possible I have it wrong, hence my iirc disclaimer :) but my understanding is that you can remove the links and the original will remain but modifications made to the link affect the original I assume this includes deleting.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lmanpig</title>
		<link>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/#comment-627410</link>
		<dc:creator>lmanpig</dc:creator>
		<pubDate>Mon, 02 Feb 2009 15:45:57 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10289#comment-627410</guid>
		<description>Wait, I just read the faq, and it says &quot;If you delete the original, the link you created will continue to function&quot;</description>
		<content:encoded><![CDATA[<p>Wait, I just read the faq, and it says &#8220;If you delete the original, the link you created will continue to function&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: lmanpig</title>
		<link>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/#comment-627399</link>
		<dc:creator>lmanpig</dc:creator>
		<pubDate>Mon, 02 Feb 2009 15:36:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10289#comment-627399</guid>
		<description>Thanks for mentioning it, Wombie.</description>
		<content:encoded><![CDATA[<p>Thanks for mentioning it, Wombie.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Martin</title>
		<link>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/#comment-627391</link>
		<dc:creator>Martin</dc:creator>
		<pubDate>Mon, 02 Feb 2009 15:30:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10289#comment-627391</guid>
		<description>Thanks guys, added it.</description>
		<content:encoded><![CDATA[<p>Thanks guys, added it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: zondron</title>
		<link>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/#comment-627380</link>
		<dc:creator>zondron</dc:creator>
		<pubDate>Mon, 02 Feb 2009 15:20:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10289#comment-627380</guid>
		<description>http://elsdoerfer.name/=ntfslink

there&#039;s no link to the file</description>
		<content:encoded><![CDATA[<p><a href="http://elsdoerfer.name/=ntfslink" rel="nofollow">http://elsdoerfer.name/=ntfslink</a></p>
<p>there&#8217;s no link to the file</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: John</title>
		<link>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/#comment-627376</link>
		<dc:creator>John</dc:creator>
		<pubDate>Mon, 02 Feb 2009 15:16:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10289#comment-627376</guid>
		<description>Maybe I&#039;m crazy but I didn&#039;t see a link ... NTFS Link is located here:
http://elsdoerfer.name/=ntfslink</description>
		<content:encoded><![CDATA[<p>Maybe I&#8217;m crazy but I didn&#8217;t see a link &#8230; NTFS Link is located here:<br />
<a href="http://elsdoerfer.name/=ntfslink" rel="nofollow">http://elsdoerfer.name/=ntfslink</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Womble</title>
		<link>http://www.ghacks.net/2009/02/02/ntfs-link-windows-shell-extension/#comment-627347</link>
		<dc:creator>Womble</dc:creator>
		<pubDate>Mon, 02 Feb 2009 14:58:12 +0000</pubDate>
		<guid isPermaLink="false">http://www.ghacks.net/?p=10289#comment-627347</guid>
		<description>One important thing to note here iirc is that if you delete/modify the hardlink you also delete/modify the original and vice verse.

Be careful!</description>
		<content:encoded><![CDATA[<p>One important thing to note here iirc is that if you delete/modify the hardlink you also delete/modify the original and vice verse.</p>
<p>Be careful!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
