<?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>花开的地方 &#187; hardlink</title>
	<atom:link href="http://www.bsdmap.com/tag/hardlink/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bsdmap.com</link>
	<description>花开，没有声音……</description>
	<lastBuildDate>Wed, 08 Feb 2012 13:39:21 +0000</lastBuildDate>
	<language>zh-CN</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19814</generator>
		<item>
		<title>LVM下的硬连接问题</title>
		<link>http://www.bsdmap.com/2009/04/25/lvm-hardlink/</link>
		<comments>http://www.bsdmap.com/2009/04/25/lvm-hardlink/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 17:09:20 +0000</pubDate>
		<dc:creator>洪川</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[hardlink]]></category>
		<category><![CDATA[LVM]]></category>
		<category><![CDATA[pdumpfs]]></category>

		<guid isPermaLink="false">http://www.bsdmap.com/?p=1187</guid>
		<description><![CDATA[　　之前在使用pdumpfs备份时，发现并没有像之前使用时的那样，使用 hardlink 的方式存储没有变化的文件，之后又发现在 LVM 管理的卷中建立文件的hardlink时，有时会失败。 　　那么，也就是说，hardlink真的像原始文档中说的那样，只能在同一物理设备上使用，即使是LVM（device-mapper）这样逻辑上的设备也不行。 　　于是，在LVM使用硬连接时，不一定总是成功的。]]></description>
			<content:encoded><![CDATA[<p>　　之前在使用pdumpfs备份时，发现并没有像之前使用时的那样，使用 hardlink 的方式存储没有变化的文件，之后又发现在 LVM 管理的卷中建立文件的hardlink时，有时会失败。<br />
　　那么，也就是说，hardlink真的像原始文档中说的那样，只能在同一物理设备上使用，即使是LVM（device-mapper）这样逻辑上的设备也不行。<br />
　　于是，在LVM使用硬连接时，不一定总是成功的。</p>
]]></content:encoded>
			<wfw:commentRss>http://www.bsdmap.com/2009/04/25/lvm-hardlink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NTFS也有硬链接</title>
		<link>http://www.bsdmap.com/2007/11/23/ntfs%e4%b9%9f%e6%9c%89%e7%a1%ac%e8%bf%9e%e6%8e%a5/</link>
		<comments>http://www.bsdmap.com/2007/11/23/ntfs%e4%b9%9f%e6%9c%89%e7%a1%ac%e8%bf%9e%e6%8e%a5/#comments</comments>
		<pubDate>Fri, 23 Nov 2007 03:23:03 +0000</pubDate>
		<dc:creator>洪川</dc:creator>
				<category><![CDATA[Windows]]></category>
		<category><![CDATA[fsutil]]></category>
		<category><![CDATA[hardlink]]></category>
		<category><![CDATA[NTFS]]></category>
		<category><![CDATA[备份]]></category>

		<guid isPermaLink="false">http://bsdmap.org/~nix/2007/11/23/ntfs%e4%b9%9f%e6%9c%89%e7%a1%ac%e8%bf%9e%e6%8e%a5/</guid>
		<description><![CDATA[windows NTFS 文件系统硬连接命令：fsutil hardlink create windows xp 系统有一个鲜为人知的命令： fsutil (file system util)这是一个非常强大的控制 ntfs 文件系统行为的命令，这个命令其中一个功能便是创建硬链接 语法如下： fsutil hardlink create c:\foo.txt c:\bar.txt这样 c:\foo.txt c:\bar.txt 两个入口点便会被设置为指向同一个 ntfs 文件对象。一个用于建立硬链接的shellexthttp://dormforce.net/Blog/electronixtar/archive/2006/11/20/11685.aspx　Windows上的12种快捷方式]]></description>
			<content:encoded><![CDATA[<p><span class="tpc_title">windows NTFS 文件系统硬连接命令：fsutil hardlink create</span></p>
<p><span class="tpc_content">windows xp 系统有一个鲜为人知的命令： fsutil (file system util)</span><span class="tpc_content">这是一个非常强大的控制 ntfs 文件系统行为的命令，这个命令其中一个功能便是创建硬链接<br />
语法如下：<br />
fsutil hardlink create c:\foo.txt c:\bar.txt</span><span class="tpc_content">这样 c:\foo.txt c:\bar.txt 两个入口点便会被设置为指向同一个 ntfs 文件对象。</span><span class="tpc_content"><span class="tpc_content"><span class="tpc_title"><a href="http://bsdmap.org/~nix/wp-content/uploads/2007/11/linkshellext.rar" title="一个用于建立硬连接的shellext">一个用于建立<font color="#000000">硬链接</font>的shellext</a></span></span></span><span class="tpc_content"><span class="tpc_content"><span class="tpc_title"><a href="http://dormforce.net/Blog/electronixtar/archive/2006/11/20/11685.aspx">http://dormforce.net/Blog/electronixtar/archive/2006/11/20/11685.aspx</a>　Windows上的12种快捷方式</span></span><span class="tpc_content"></span></p>
<p><span class="tpc_content"></span></p>
<p></span></p>
]]></content:encoded>
			<wfw:commentRss>http://www.bsdmap.com/2007/11/23/ntfs%e4%b9%9f%e6%9c%89%e7%a1%ac%e8%bf%9e%e6%8e%a5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

