<?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: 利用 TrueCrypt 解决安全问题和一个跨平台应用常见的小烦恼</title>
	<atom:link href="http://linuxtoy.org/archives/truecrypt-tip.html/feed" rel="self" type="application/rss+xml" />
	<link>http://linuxtoy.org/archives/truecrypt-tip.html</link>
	<description>LinuxTOY 是一个致力于提供 Linux 相关资讯的专题站点。如果您发现了好用好玩的 Linux 东东并愿意发扬自由、分享的精神，可以点击顶部导航 Contact 按钮进行投稿。</description>
	<lastBuildDate>Fri, 25 May 2012 13:34:09 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: dzengdi</title>
		<link>http://linuxtoy.org/archives/truecrypt-tip.html#comment-99680</link>
		<dc:creator>dzengdi</dc:creator>
		<pubDate>Tue, 30 Dec 2008 07:49:02 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2674#comment-99680</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-99676&quot; rel=&quot;nofollow&quot;&gt;Chris Liu&lt;/a&gt;: 
真要谢谢你详细的讲解，这可解除我好几个月来的苦恼了。按照你的参数设定的提示，我用man命令阅读了fstab和mount的帮助信息，收获良多，现在心里通通的。Big smile.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-99676" rel="nofollow">Chris Liu</a>: 
真要谢谢你详细的讲解，这可解除我好几个月来的苦恼了。按照你的参数设定的提示，我用man命令阅读了fstab和mount的帮助信息，收获良多，现在心里通通的。Big smile.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Chris Liu</title>
		<link>http://linuxtoy.org/archives/truecrypt-tip.html#comment-99676</link>
		<dc:creator>Chris Liu</dc:creator>
		<pubDate>Tue, 30 Dec 2008 06:58:16 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2674#comment-99676</guid>
		<description>&lt;p&gt;hi dzengdi, the solution is:&lt;br /&gt;
UUID=84B0A8F4B0A8GE3C /windows        ntfs    defaults,umask=007,gid=1000,uid=1001 0       1
The key idea is to make the user id (uid, in this case mine is 1001, can be other number, you should check your user id before doing that ) as yourself, otherwise ubuntu does not know who this partition belongs to, which means ubuntun does not know where to put the &#039;deleted&#039; items.
If you have any other question you can ask me again, I can read Chinese, but cannot type coz I speak Cantonese, I donnot know much PinYin&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>hi dzengdi, the solution is:<br />
UUID=84B0A8F4B0A8GE3C /windows        ntfs    defaults,umask=007,gid=1000,uid=1001 0       1
The key idea is to make the user id (uid, in this case mine is 1001, can be other number, you should check your user id before doing that ) as yourself, otherwise ubuntu does not know who this partition belongs to, which means ubuntun does not know where to put the 'deleted' items.
If you have any other question you can ask me again, I can read Chinese, but cannot type coz I speak Cantonese, I donnot know much PinYin</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Aitjcize</title>
		<link>http://linuxtoy.org/archives/truecrypt-tip.html#comment-99637</link>
		<dc:creator>Aitjcize</dc:creator>
		<pubDate>Mon, 29 Dec 2008 16:40:48 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2674#comment-99637</guid>
		<description>&lt;p&gt;可以阿
我是這樣設定自動掛載的:
/dev/sda2 /media/disk ntfs-3g silent,umask=0,uid=1000,gid=046,locale=zh_TW.utf8&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>可以阿
我是這樣設定自動掛載的:
/dev/sda2 /media/disk ntfs-3g silent,umask=0,uid=1000,gid=046,locale=zh_TW.utf8</p>]]></content:encoded>
	</item>
	<item>
		<title>By: dzengdi</title>
		<link>http://linuxtoy.org/archives/truecrypt-tip.html#comment-99631</link>
		<dc:creator>dzengdi</dc:creator>
		<pubDate>Mon, 29 Dec 2008 14:11:27 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2674#comment-99631</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-99477&quot; rel=&quot;nofollow&quot;&gt;Chris Liu&lt;/a&gt;: 
Chris，谢谢你的提示。事实上，是在option的值里增加&quot;,uid=xxxx&quot;（引号里的内容，无空格），其中xxxx不一定是1001。uid的含义其实是user ID，在“users and groups”里可以查看当前用户的user ID，可能是1000，1001或1002，新建用户顺延。uid是mount命令的选项，可man mount查看其含义。
在fstab里，uid默认值是0，即root的ID。在这时，加载的分区是属于root的，所以系统不允许当前用户使用回收站。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-99477" rel="nofollow">Chris Liu</a>: 
Chris，谢谢你的提示。事实上，是在option的值里增加",uid=xxxx"（引号里的内容，无空格），其中xxxx不一定是1001。uid的含义其实是user ID，在“users and groups”里可以查看当前用户的user ID，可能是1000，1001或1002，新建用户顺延。uid是mount命令的选项，可man mount查看其含义。
在fstab里，uid默认值是0，即root的ID。在这时，加载的分区是属于root的，所以系统不允许当前用户使用回收站。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: dzengdi</title>
		<link>http://linuxtoy.org/archives/truecrypt-tip.html#comment-99629</link>
		<dc:creator>dzengdi</dc:creator>
		<pubDate>Mon, 29 Dec 2008 13:40:49 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2674#comment-99629</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-99477&quot; rel=&quot;nofollow&quot;&gt;Chris Liu&lt;/a&gt;: 
Chris，能不能稍详细讲一下怎么修改UID flag？我打开fstab，看不到flag项。是修改option吗？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-99477" rel="nofollow">Chris Liu</a>: 
Chris，能不能稍详细讲一下怎么修改UID flag？我打开fstab，看不到flag项。是修改option吗？</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Rainux</title>
		<link>http://linuxtoy.org/archives/truecrypt-tip.html#comment-99605</link>
		<dc:creator>Rainux</dc:creator>
		<pubDate>Mon, 29 Dec 2008 10:26:41 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2674#comment-99605</guid>
		<description>&lt;p&gt;我觉得防止误删文件的终极解决方案还是版本控制，把所有的工作相关的文件都使用版本控制系统来管理，除了误删后很容易找回，还能额外得到不同时期的版本。&lt;/p&gt;

&lt;p&gt;Git 的本地仓库，压缩仓库等特性就很适合这种用途。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>我觉得防止误删文件的终极解决方案还是版本控制，把所有的工作相关的文件都使用版本控制系统来管理，除了误删后很容易找回，还能额外得到不同时期的版本。</p>

<p>Git 的本地仓库，压缩仓库等特性就很适合这种用途。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: xyan</title>
		<link>http://linuxtoy.org/archives/truecrypt-tip.html#comment-99586</link>
		<dc:creator>xyan</dc:creator>
		<pubDate>Mon, 29 Dec 2008 06:34:26 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2674#comment-99586</guid>
		<description>&lt;p&gt;ext好像会吃掉很多可用空间的说~&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>ext好像会吃掉很多可用空间的说~</p>]]></content:encoded>
	</item>
	<item>
		<title>By: damn</title>
		<link>http://linuxtoy.org/archives/truecrypt-tip.html#comment-99551</link>
		<dc:creator>damn</dc:creator>
		<pubDate>Sun, 28 Dec 2008 15:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2674#comment-99551</guid>
		<description>&lt;p&gt;gnome的垃圾桶还是有个问题未解决：在两个不同“mount point”各删除了一个文件，这两个文件名相同，垃圾桶不能显示两个文件。&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>gnome的垃圾桶还是有个问题未解决：在两个不同“mount point”各删除了一个文件，这两个文件名相同，垃圾桶不能显示两个文件。</p>]]></content:encoded>
	</item>
	<item>
		<title>By: 雪梨</title>
		<link>http://linuxtoy.org/archives/truecrypt-tip.html#comment-99488</link>
		<dc:creator>雪梨</dc:creator>
		<pubDate>Sun, 28 Dec 2008 08:42:25 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2674#comment-99488</guid>
		<description>&lt;p&gt;@&lt;a href=&quot;#comment-99469&quot; rel=&quot;nofollow&quot;&gt;xeoc&lt;/a&gt;: 旧 Gnome 才用独行独立的 ~/.Trash 文件夹，
新一些的都用 xdg 标准的回收站
~/.local/share/Trash/files
~/.local/share/Trash/info&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>@<a href="#comment-99469" rel="nofollow">xeoc</a>: 旧 Gnome 才用独行独立的 ~/.Trash 文件夹，
新一些的都用 xdg 标准的回收站
~/.local/share/Trash/files
~/.local/share/Trash/info</p>]]></content:encoded>
	</item>
	<item>
		<title>By: fool</title>
		<link>http://linuxtoy.org/archives/truecrypt-tip.html#comment-99487</link>
		<dc:creator>fool</dc:creator>
		<pubDate>Sun, 28 Dec 2008 08:34:23 +0000</pubDate>
		<guid isPermaLink="false">http://linuxtoy.org/?p=2674#comment-99487</guid>
		<description>&lt;p&gt;自己写一个小脚本不就行了吗？&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>自己写一个小脚本不就行了吗？</p>]]></content:encoded>
	</item>
</channel>
</rss>

