<?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>评论：NTFS了解透了？来体验NTFS的HardLink功能！</title>
	<atom:link href="http://www.cbmland.com/post/877/ntfs-link-shell-extension.html/feed" rel="self" type="application/rss+xml" />
	<link>http://www.cbmland.com/post/877/ntfs-link-shell-extension.html</link>
	<description>记录我的全新旅程</description>
	<lastBuildDate>Wed, 08 Feb 2012 03:13:16 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>由：cbm</title>
		<link>http://www.cbmland.com/post/877/ntfs-link-shell-extension.html/comment-page-1#comment-47815</link>
		<dc:creator>cbm</dc:creator>
		<pubDate>Fri, 08 Jan 2010 12:24:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cbmland.com/?p=877#comment-47815</guid>
		<description>分析的很彻底，确实是这样。windows 7 上支持的更好，比如现在很多软件带JRE目录，其实可以指引到同一个物理目录，打个比方，安装JRE的不算。</description>
		<content:encoded><![CDATA[<p>分析的很彻底，确实是这样。windows 7 上支持的更好，比如现在很多软件带JRE目录，其实可以指引到同一个物理目录，打个比方，安装JRE的不算。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：sevenall</title>
		<link>http://www.cbmland.com/post/877/ntfs-link-shell-extension.html/comment-page-1#comment-47811</link>
		<dc:creator>sevenall</dc:creator>
		<pubDate>Fri, 08 Jan 2010 02:02:48 +0000</pubDate>
		<guid isPermaLink="false">http://www.cbmland.com/?p=877#comment-47811</guid>
		<description>其实这个功能更多是给了程序员，而非一般用户（当然一般用户用起来还是非常方便的，但比快捷方式更彻底）。首先快捷方式的实现是windows的shell来执行，而hardlink是windows的内核来执行，所以区别在于：打开一个快捷方式，实际是打开了快捷方式所指向的对象，但如果用fopen这类的函数来打开快捷方式，实际上是打开了“快捷方式.lnk”这个文件（快捷方式就是个普通的文件），当然程序的功能就失败了；而hardlink可以让fopen成功的打开目标文件。

具体能带来多大的方便，还得看软件工程师们怎样来用这个新功能。我想这也是在Windows XP中只提供了API，而没有内建软件/命令来实现的原因吧（Win7提供了命令：mklink）。

PS: 这样的功能在Unix/Linux中已经N久了，方便的很，比如跨区存储。</description>
		<content:encoded><![CDATA[<p>其实这个功能更多是给了程序员，而非一般用户（当然一般用户用起来还是非常方便的，但比快捷方式更彻底）。首先快捷方式的实现是windows的shell来执行，而hardlink是windows的内核来执行，所以区别在于：打开一个快捷方式，实际是打开了快捷方式所指向的对象，但如果用fopen这类的函数来打开快捷方式，实际上是打开了“快捷方式.lnk”这个文件（快捷方式就是个普通的文件），当然程序的功能就失败了；而hardlink可以让fopen成功的打开目标文件。</p>
<p>具体能带来多大的方便，还得看软件工程师们怎样来用这个新功能。我想这也是在Windows XP中只提供了API，而没有内建软件/命令来实现的原因吧（Win7提供了命令：mklink）。</p>
<p>PS: 这样的功能在Unix/Linux中已经N久了，方便的很，比如跨区存储。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：lover</title>
		<link>http://www.cbmland.com/post/877/ntfs-link-shell-extension.html/comment-page-1#comment-35901</link>
		<dc:creator>lover</dc:creator>
		<pubDate>Thu, 15 Oct 2009 11:30:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.cbmland.com/?p=877#comment-35901</guid>
		<description>帮你踩踩！欢迎去我那做客</description>
		<content:encoded><![CDATA[<p>帮你踩踩！欢迎去我那做客</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：cbm</title>
		<link>http://www.cbmland.com/post/877/ntfs-link-shell-extension.html/comment-page-1#comment-33677</link>
		<dc:creator>cbm</dc:creator>
		<pubDate>Thu, 01 Oct 2009 04:54:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.cbmland.com/?p=877#comment-33677</guid>
		<description>这里和*nix不同嘛。已知只有NTFS 6.0才支持。</description>
		<content:encoded><![CDATA[<p>这里和*nix不同嘛。已知只有NTFS 6.0才支持。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：cbm</title>
		<link>http://www.cbmland.com/post/877/ntfs-link-shell-extension.html/comment-page-1#comment-33676</link>
		<dc:creator>cbm</dc:creator>
		<pubDate>Thu, 01 Oct 2009 04:53:46 +0000</pubDate>
		<guid isPermaLink="false">http://www.cbmland.com/?p=877#comment-33676</guid>
		<description>尝试修改文件看看。有关系的路径都会被更新。</description>
		<content:encoded><![CDATA[<p>尝试修改文件看看。有关系的路径都会被更新。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：七阳</title>
		<link>http://www.cbmland.com/post/877/ntfs-link-shell-extension.html/comment-page-1#comment-33179</link>
		<dc:creator>七阳</dc:creator>
		<pubDate>Mon, 28 Sep 2009 05:04:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.cbmland.com/?p=877#comment-33179</guid>
		<description>我也不知道和快捷方式有什么区别?</description>
		<content:encoded><![CDATA[<p>我也不知道和快捷方式有什么区别?</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：jimmyxiong</title>
		<link>http://www.cbmland.com/post/877/ntfs-link-shell-extension.html/comment-page-1#comment-33096</link>
		<dc:creator>jimmyxiong</dc:creator>
		<pubDate>Sun, 27 Sep 2009 07:26:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.cbmland.com/?p=877#comment-33096</guid>
		<description>这跟NTFS有特殊的关系吗？跟unix里面的 ln命令创建一个link嘛。跟磁盘文件格式没关系的说。</description>
		<content:encoded><![CDATA[<p>这跟NTFS有特殊的关系吗？跟unix里面的 ln命令创建一个link嘛。跟磁盘文件格式没关系的说。</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：记忆</title>
		<link>http://www.cbmland.com/post/877/ntfs-link-shell-extension.html/comment-page-1#comment-32999</link>
		<dc:creator>记忆</dc:creator>
		<pubDate>Sat, 26 Sep 2009 18:21:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.cbmland.com/?p=877#comment-32999</guid>
		<description>路过，帮你踩踩！</description>
		<content:encoded><![CDATA[<p>路过，帮你踩踩！</p>
]]></content:encoded>
	</item>
	<item>
		<title>由：kevin</title>
		<link>http://www.cbmland.com/post/877/ntfs-link-shell-extension.html/comment-page-1#comment-32943</link>
		<dc:creator>kevin</dc:creator>
		<pubDate>Sat, 26 Sep 2009 08:08:56 +0000</pubDate>
		<guid isPermaLink="false">http://www.cbmland.com/?p=877#comment-32943</guid>
		<description>和快捷方式有什么区别</description>
		<content:encoded><![CDATA[<p>和快捷方式有什么区别</p>
]]></content:encoded>
	</item>
</channel>
</rss>

