<?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>EP IS ME &#187; Google</title>
	<atom:link href="http://epis.me/tag/google/feed" rel="self" type="application/rss+xml" />
	<link>http://epis.me</link>
	<description>all about ep</description>
	<lastBuildDate>Wed, 23 Jun 2010 06:21:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>利用Junction把Chrome的用户文件放到非系统分区</title>
		<link>http://epis.me/662</link>
		<comments>http://epis.me/662#comments</comments>
		<pubDate>Thu, 15 Apr 2010 04:04:58 +0000</pubDate>
		<dc:creator>ep</dc:creator>
				<category><![CDATA[Computer]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Junction]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://epis.me/?p=662</guid>
		<description><![CDATA[前段时间从Firefox换到了Chrome，并利用建立快捷方式加启动参数的方式（&#8211;user-data-dir=路径），把Chrome的用户文件放到非系统分区，因为我基本上3天左右要用Ghost恢复一次系统，所以把浏览器的用户文件放到非系统区会很方便，不会因为Ghost而丢失。但是这样的方式也有个弊端，就是点击第三方程序的链接打开页面时，Chrome并不会使用我自己的用户文件，而是使用默认的用户文件。后来，我找到Junction，利用目录符号链接解决这个问题，引用Mark Russinovich的话： Windows 2000 以及更高版本都支持目录符号链接，其中目录作为到计算机上另一目录的符号链接。例如，如果目录 D:\SYMLINK 指定 C:\WINNT\SYSTEM32 作为其目标，那么访问 D:\SYMLINK\DRIVERS 的应用程序实际上访问的是 C:\WINNT\SYSTEM32\DRIVERS。目录符号链接在 Windows 中称为 NTFS 接合点。遗憾的是，Windows 并没有附带创建接合点的工具，这样您必须要购买 Win2K 资源工具包，其中附带了用于创建接合点的 linkd 程序。因此我决定编写我自己的接合点创建工具： Junction。Junction 不仅允许您创建 NTFS 接合点，还允许您查看文件或目录是否实际为重新分析点。重新分析点是作为 NTFS 接合点基础的机制，它们被 Windows 的远程存储服务 (RSS) 以及卷装入点所使用。 详细内容可以点击查看：http://technet.microsoft.com/zh-cn/sysinternals/bb896768.aspx 由此可见在Windows XP下可以利用Junction的目录符号链接工具功能来把Chrome的用户文件放到非系统分区，这样这样不管是Chrome的频繁更新，还是扩展程序、历史等等数据，都不会因为重新安装系统或者GHOST恢复而丢失，很方便。当然，有些其他程序也可用类似方法进行处理。 安装Chrome，在XP下Chrome的目录为 C:\Documents and Settings\ep\Local Settings\Application Data\Google\Chrome\Application\chrome.exe ，其中ep是我的用户名。 把 C:\Documents and Settings\ep\Local Settings\Application Data\Google\ 下的Chrome目录剪切到你想要的位置，例如 E:\ 。务必保证原目录下没有Chrome文件夹。 把下载下来的Junction.exe文件放到系统WINDOWS目录下，双击运行一次 在开始-运行里输入CMD打开命令提示符，输入如下命令 junction &#34;C:\Documents and Settings\ep\Local [...]]]></description>
			<content:encoded><![CDATA[<p>前段时间从Firefox换到了<span class='wp_keywordlink_affiliate'><a href="http://epis.me/tag/chrome" title="View all posts in Chrome" target="_blank">Chrome</a></span>，并利用建立快捷方式加启动参数的方式（&#8211;user-data-dir=路径），把<span class='wp_keywordlink_affiliate'><a href="http://epis.me/tag/chrome" title="View all posts in Chrome" target="_blank">Chrome</a></span>的用户文件放到非系统分区，因为我基本上3天左右要用Ghost恢复一次系统，所以把浏览器的用户文件放到非系统区会很方便，不会因为Ghost而丢失。但是这样的方式也有个弊端，就是点击第三方程序的链接打开页面时，Chrome并不会使用我自己的用户文件，而是使用默认的用户文件。后来，我找到<span class='wp_keywordlink_affiliate'><a href="http://epis.me/tag/junction" title="View all posts in Junction" target="_blank">Junction</a></span>，利用目录符号链接解决这个问题，引用Mark Russinovich的话：</p>
<blockquote><p><span class='wp_keywordlink_affiliate'><a href="http://epis.me/tag/windows" title="View all posts in Windows" target="_blank">Windows</a></span> 2000 以及更高版本都支持目录符号链接，其中目录作为到计算机上另一目录的符号链接。例如，如果目录 D:\SYMLINK 指定 C:\WINNT\SYSTEM32 作为其目标，那么访问 D:\SYMLINK\DRIVERS 的应用程序实际上访问的是 C:\WINNT\SYSTEM32\DRIVERS。目录符号链接在 <span class='wp_keywordlink_affiliate'><a href="http://epis.me/tag/windows" title="View all posts in Windows" target="_blank">Windows</a></span> 中称为 NTFS 接合点。遗憾的是，Windows 并没有附带创建接合点的工具，这样您必须要购买 Win2K 资源工具包，其中附带了用于创建接合点的 linkd 程序。因此我决定编写我自己的接合点创建工具： <em><span class='wp_keywordlink_affiliate'><a href="http://epis.me/tag/junction" title="View all posts in Junction" target="_blank">Junction</a></span></em>。<em><span class='wp_keywordlink_affiliate'><a href="http://epis.me/tag/junction" title="View all posts in Junction" target="_blank">Junction</a></span></em> 不仅允许您创建 NTFS 接合点，还允许您查看文件或目录是否实际为重新分析点。重新分析点是作为 NTFS 接合点基础的机制，它们被 Windows 的远程存储服务 (RSS) 以及卷装入点所使用。</p></blockquote>
<p>详细内容可以点击查看：<a href="http://technet.microsoft.com/zh-cn/sysinternals/bb896768.aspx">http://technet.microsoft.com/zh-cn/sysinternals/bb896768.aspx</a></p>
<p>由此可见在Windows XP下可以利用Junction的目录符号链接工具功能来把Chrome的用户文件放到非系统分区，这样这样不管是Chrome的频繁更新，还是扩展程序、历史等等数据，都不会因为重新安装系统或者GHOST恢复而丢失，很方便。当然，有些其他程序也可用类似方法进行处理。</p>
<ul>
<li>安装Chrome，在XP下Chrome的目录为 C:\Documents and Settings\ep\Local Settings\Application Data\<span class='wp_keywordlink_affiliate'><a href="http://epis.me/tag/google" title="View all posts in Google" target="_blank">Google</a></span>\Chrome\Application\chrome.exe ，其中ep是我的用户名。</li>
<li>把 C:\Documents and Settings\ep\Local Settings\Application Data\<span class='wp_keywordlink_affiliate'><a href="http://epis.me/tag/google" title="View all posts in Google" target="_blank">Google</a></span>\ 下的Chrome目录剪切到你想要的位置，例如 E:\ 。务必保证原目录下没有Chrome文件夹。</li>
<li>把下载下来的Junction.exe文件放到系统WINDOWS目录下，双击运行一次</li>
<li>在开始-运行里输入CMD打开命令提示符，输入如下命令

<div class="wp_syntax"><div class="code"><pre class="dos" style="font-family:monospace;">junction &quot;C:\Documents and Settings\ep\Local Settings\Application Data\Google\Chrome&quot; &quot;e:\Chrome&quot;</pre></div></div>

</li>
<li>Junction会提示搞定，就真的搞定了</li>
</ul>
<p>在Vista 或者WIN7 下，不用Junction，直接利用系统的mklink 命令即可。</p>
<h3  class="related_post_title">RELATED POSTS</h3><ul class="related_post"><li>01/06/2010 -- <a href="http://epis.me/571" title="新年买的第一个数码产品&#8211;Nexus One">新年买的第一个数码产品&#8211;Nexus One</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://epis.me/662/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>新年买的第一个数码产品&#8211;Nexus One</title>
		<link>http://epis.me/571</link>
		<comments>http://epis.me/571#comments</comments>
		<pubDate>Wed, 06 Jan 2010 05:57:58 +0000</pubDate>
		<dc:creator>ep</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Nexus One]]></category>

		<guid isPermaLink="false">http://epis.me/?p=571</guid>
		<description><![CDATA[今天试着用香港收货地址订购，竟然能成功下单，随后便被Google取消了，过了一会，收到邮件，说我的Google Checkout可以重新使用了。再次下单，成功订购，也收到了信用卡的扣款信息，希望这次Google不要取消订单了。如果有朋友需要直接向Google，需： 一个Google Checkout帐户，第一次下单可能会被Google取消，因为Google Checkout帐户需要审核o(╯□╰)o 一个香港或者其他支持的地址 RELATED POSTS01/16/2010 -- 春节前的大折腾06/23/2010 -- HTC EVO 4G ROM04/15/2010 -- 利用Junction把Chrome的用户文件放到非系统分区04/01/2010 -- 利用ADBRecovery在Recovery模式下恢复系统文件03/27/2010 -- XT800 2.1 ROM 16.12.02 补丁03/24/2010 -- MOTO XT800 2.1 ROM 内置程序与包名对应列表]]></description>
			<content:encoded><![CDATA[<p>今天试着用香港收货地址订购，竟然能成功下单，随后便被<span class='wp_keywordlink_affiliate'><a href="http://epis.me/tag/google" title="View all posts in Google" target="_blank">Google</a></span>取消了，过了一会，收到邮件，说我的<span class='wp_keywordlink_affiliate'><a href="http://epis.me/tag/google" title="View all posts in Google" target="_blank">Google</a></span> Checkout可以重新使用了。再次下单，成功订购，也收到了信用卡的扣款信息，希望这次<span class='wp_keywordlink_affiliate'><a href="http://epis.me/tag/google" title="View all posts in Google" target="_blank">Google</a></span>不要取消订单了。如果有朋友需要直接向Google，需：</p>
<ul>
<li>一个Google Checkout帐户，第一次下单可能会被Google取消，因为Google Checkout帐户需要审核o(╯□╰)o</li>
<li>一个香港或者其他支持的地址</li>
</ul>
<p><img class="aligncenter size-full wp-image-573" title="nexus1" src="http://epis.me/wp-content/uploads/2010/01/nexus1.jpg" alt="" width="641" height="441" /></p>
<h3  class="related_post_title">RELATED POSTS</h3><ul class="related_post"><li>01/16/2010 -- <a href="http://epis.me/574" title="春节前的大折腾">春节前的大折腾</a></li><li>06/23/2010 -- <a href="http://epis.me/665" title="HTC EVO 4G ROM">HTC EVO 4G ROM</a></li><li>04/15/2010 -- <a href="http://epis.me/662" title="利用Junction把Chrome的用户文件放到非系统分区">利用Junction把Chrome的用户文件放到非系统分区</a></li><li>04/01/2010 -- <a href="http://epis.me/632" title="利用ADBRecovery在Recovery模式下恢复系统文件">利用ADBRecovery在Recovery模式下恢复系统文件</a></li><li>03/27/2010 -- <a href="http://epis.me/626" title="XT800 2.1 ROM 16.12.02 补丁">XT800 2.1 ROM 16.12.02 补丁</a></li><li>03/24/2010 -- <a href="http://epis.me/624" title="MOTO XT800 2.1 ROM 内置程序与包名对应列表">MOTO XT800 2.1 ROM 内置程序与包名对应列表</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://epis.me/571/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
