<?xml version="1.0" encoding="utf-8"?>
<?xml-stylesheet href="http://www.majordojo.com/projects/FeedManager/atom.xsl" type="text/xsl" media="screen"?>
<feed xmlns="http://www.w3.org/2005/Atom" 
      xmlns:thr="http://purl.org/syndication/thread/1.0">
  <link rel="alternate" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html" />
  <link rel="self" type="application/atom+xml" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html" />
  <id>tag:www.thinkjam.org,2009:/zoptuno//2/tag:www.thinkjam.org,2004:/zoptuno//2.74-</id>
  <updated>2009-09-21T03:18:28Z</updated>
  <title>Comments for 无需安装的Linux Live CD－－Knoppix的其它应用</title>
  <subtitle>My think. My dream.</subtitle>
  <generator uri="http://www.sixapart.com/movabletype/">Movable Type 4.31-zh-cn</generator>
  <entry>
    <id>tag:www.thinkjam.org,2004:/zoptuno//2.74</id>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html" />
    <link rel="service.edit" type="application/atom+xml" href="http://www.thinkjam.org/loveblog/batom.cgi/weblog/blog_id=2/entry_id=74" title="无需安装的Linux Live CD－－Knoppix的其它应用" />
    <published>2004-12-01T14:24:57Z</published>
    <updated>2008-11-07T16:38:33Z</updated>
    <title>无需安装的Linux Live CD－－Knoppix的其它应用</title>
    <summary>Knoppix自带了很多软件，包括众多的游戏（笔者偏爱纸牌），强大的开发工具等等...</summary>
    <author>
      <name>平生一笑</name>
      <uri>http://www.thinkjam.org/zoptuno</uri>
    </author>
    
    <category term="软件" />
    
    <content type="html" xml:lang="en" xml:base="http://www.thinkjam.org/zoptuno/">
      <![CDATA[<p>Knoppix自带了很多软件，包括众多的游戏（笔者偏爱纸牌），强大的开发工具等等，在这里不能尽述，留待大家慢慢去摸索。下面我要做的是跟大家一起用Knoppix Live CD解决几个常见的问题，可不要错过了。</p>]]>
      <![CDATA[<p><strong>1.修复GRUB</strong></p>

<p>有些朋友在一台机器上安装有Linux和Windows两个操作系统，并通过Linux中的GRUB引导。不过在重新安装Windows后，GRUB引导程序会遭到破坏，导致不能进入Linux，为此重做系统大为不值，而Knoppix则可以挽救之。</p>

<p>将Knoppix Live CD插入光驱，调整BIOS为从光驱引导；出现boot:提示符时，输入"knoppix 2"进入字符模式；<br />
<blockquote>#mount /dev/hdaX /mnt/hdaX （挂载你Linux的根分区，其中hdaX为你Linux所在分区，如hda5）<br />
#chroot /mnt<br />
#grub</blockquote><br />
然后提示符会换成<br />
<blockquote>grub></blockquote> <br />
输入<br />
<blockquote>grub>root (hdX,Y)<br />
grub>setup (hd0)</blockquote> <br />
其中的X指的是安装在哪个硬盘，如果是一个盘，就是0，如果所安装的linux根分区在第二个硬盘上，X就是1；而Y是装有linux系统所在的根分区，可以按Tab健补全来查看。setup (hd0)是将GRUB写到硬盘的MBR上。</p>

<p>到此，你的GRUB引导程序就修复完毕了。</p>

<p><strong>2.抢救数据</strong></p>

<p>由于Knoppix可以自动找到计算机中的硬盘分区，且兼容FAT32、NTFS、EXT2、EXT3等多种文件系统，这样当我们的某个硬盘系统破坏，不能进入时，只需要使用Knppox引导，进入Knoppix的图形界面，便可将数据抢救到硬盘、U盘、光盘、软盘中，相比Windows PE+ERD Commander的组合，有过之而无不及。</p>

<p><strong>3.挽救PQMagic转换后乱码的中文文件</strong></p>

<p>不止一位朋友询问过如何挽救使用PQMagic将NTFS转换为FAT32后变成乱码的中文文件和文件夹，有了Knoppix，上述问题就能够轻松解决，让你在朋友面前显示高手本色。</p>

<p>出现上述情况时，请使用Knoppix Live CD引导系统，挂载转换后的硬盘分区，你会发现出现一些以"?"号为名的文件和文件夹，将其重名名后，再次刷新，还会出现另外的以"?"号为名的文件或文件夹，再次更改，直到刷新后不再出现这类文件为止。仔细看看它们的内容，是不是那些在Windows下显示乱码和不能访问的文件？Knoppix厉害吧！</p>

<p>举一反三，你一定能够活用Knoppix光盘，为自己更好的服务。</p>]]>
    </content>
  </entry>

  <entry>
    <id>tag:www.thinkjam.org,2004:/zoptuno//2.74-comment:730</id>
    <thr:in-reply-to ref="tag:www.thinkjam.org,2004:/zoptuno//2.74" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html"/>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html#c730" />
    <title>Comment from 爱丁包子 on 2005-02-04</title>
    <author>
        <name>爱丁包子</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>我做了一个,好用!!用了它就不想用XP了.<br />
谢谢一笑哥.</p>]]>
    </content>
    <published>2005-02-03T16:14:51Z</published>
    <updated>2005-02-03T16:14:51Z</updated>
  </entry>

  <entry>
    <id>tag:www.thinkjam.org,2004:/zoptuno//2.74-comment:731</id>
    <thr:in-reply-to ref="tag:www.thinkjam.org,2004:/zoptuno//2.74" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html"/>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html#c731" />
    <title>Comment from cf0422 on 2005-03-07</title>
    <author>
        <name>cf0422</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>我的系统为Windows XP,前两天由于想为系统做一个镜像，结果使用PQ软件将C盘和E盘（包含有重要的数据文件）由NTFS格式转换成FAT32格式，系统重启后系统好多程序丢失，E盘中的许多文件和文件夹变成了？或是乱码，然后重装系统，结果E盘仍是？或乱码，又用DOC的convert命令将E盘由FAT32转换为NTFS格式，E盘中的内容和原来一样。请那位大侠帮我想想办法，如何恢复E盘中的文件和文件夹，本人不胜感激！</p>]]>
    </content>
    <published>2005-03-07T09:35:55Z</published>
    <updated>2005-03-07T09:35:55Z</updated>
  </entry>

  <entry>
    <id>tag:www.thinkjam.org,2004:/zoptuno//2.74-comment:732</id>
    <thr:in-reply-to ref="tag:www.thinkjam.org,2004:/zoptuno//2.74" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html"/>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html#c732" />
    <title>Comment from 平生一笑 on 2005-03-08</title>
    <author>
        <name>平生一笑</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>重新转回FAT32，然后进入Linux加载，进行更改！</p>]]>
    </content>
    <published>2005-03-08T00:50:24Z</published>
    <updated>2005-03-08T00:50:24Z</updated>
  </entry>

  <entry>
    <id>tag:www.thinkjam.org,2004:/zoptuno//2.74-comment:733</id>
    <thr:in-reply-to ref="tag:www.thinkjam.org,2004:/zoptuno//2.74" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html"/>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html#c733" />
    <title>Comment from cf0422 on 2005-03-08</title>
    <author>
        <name>cf0422</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>NTFS转换为FAT32变成乱码如何恢复？<br />
我的系统为Windows XP,前两天由于想为系统做一个镜像，结果使用PQ软件将C盘和E盘（包含有重要的数据文件）由NTFS格式转换成FAT32格式，系统重启后系统好多程序丢失，E盘中的许多文件和文件夹变成了？或是乱码，然后重装系统，结果E盘仍是？或乱码，又用DOC的convert命令将E盘由FAT32转换为NTFS格式，E盘中的内容和原来一样。请那位大侠帮我想想办法，如何恢复E盘中的文件和文件夹，本人不胜感激！</p>]]>
    </content>
    <published>2005-03-08T03:26:04Z</published>
    <updated>2005-03-08T03:26:04Z</updated>
  </entry>

  <entry>
    <id>tag:www.thinkjam.org,2004:/zoptuno//2.74-comment:734</id>
    <thr:in-reply-to ref="tag:www.thinkjam.org,2004:/zoptuno//2.74" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html"/>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html#c734" />
    <title>Comment from cf0422 on 2005-03-08</title>
    <author>
        <name>cf0422</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>谢谢您能在百忙之中给我提出您宝贵的建议！我还想问一下：如何下载中文Knoppix镜像文件？您有没有最新的下载网址?我试着找过一些网上资料，但上边提供的下载地址都不能用。</p>]]>
    </content>
    <published>2005-03-08T03:33:38Z</published>
    <updated>2005-03-08T03:33:38Z</updated>
  </entry>

  <entry>
    <id>tag:www.thinkjam.org,2004:/zoptuno//2.74-comment:735</id>
    <thr:in-reply-to ref="tag:www.thinkjam.org,2004:/zoptuno//2.74" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html"/>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html#c735" />
    <title>Comment from 平生一笑 on 2005-03-08</title>
    <author>
        <name>平生一笑</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>装个Linux好了，不一定非要用Knoppix，或者将你的硬盘接到别人的装有Linux的机器上加载，重新命名。在做此之前，请记得要将NTFS转为FAT32。Linux相关的可以到[url=http://www.thinkjam.org/bbs/forumdisplay.php?f=23]这里[/url]讨论</p>]]>
    </content>
    <published>2005-03-08T04:47:51Z</published>
    <updated>2005-03-08T04:47:51Z</updated>
  </entry>

  <entry>
    <id>tag:www.thinkjam.org,2004:/zoptuno//2.74-comment:736</id>
    <thr:in-reply-to ref="tag:www.thinkjam.org,2004:/zoptuno//2.74" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html"/>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html#c736" />
    <title>Comment from hl0715 on 2005-05-10</title>
    <author>
        <name>hl0715</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>怎么我不能重命名带???的文件夹啊?</p>]]>
    </content>
    <published>2005-05-10T13:16:30Z</published>
    <updated>2005-05-10T13:16:30Z</updated>
  </entry>

  <entry>
    <id>tag:www.thinkjam.org,2004:/zoptuno//2.74-comment:737</id>
    <thr:in-reply-to ref="tag:www.thinkjam.org,2004:/zoptuno//2.74" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html"/>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html#c737" />
    <title>Comment from sanguang on 2005-12-05</title>
    <author>
        <name>sanguang</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>大哥,前两天无意看到你法的帖子就按你的方法<br />
自己DIY了一下,刻录KNOPPIX3.6,然后就用了.感觉太好了.不过有一个问题,就是它怎么起用一些程序啊,比如我下了一个软件,可不知道怎么打开.刚学不抬懂,请你帮帮忙,谢了!</p>]]>
    </content>
    <published>2005-12-05T07:34:45Z</published>
    <updated>2005-12-05T07:34:45Z</updated>
  </entry>

  <entry>
    <id>tag:www.thinkjam.org,2004:/zoptuno//2.74-comment:738</id>
    <thr:in-reply-to ref="tag:www.thinkjam.org,2004:/zoptuno//2.74" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html"/>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html#c738" />
    <title>Comment from wangzuoqing on 2006-07-18</title>
    <author>
        <name>wangzuoqing</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>我使用PQMagic将NTFS转换为FAT32后变成乱码的中文文件和文件夹，在网上看到用Knoppix Live CD可以更改，于是刻录了一张Knoppix Live CD中文版，但启动后无法更改带？？的文件夹和文件，我是在桌面上进行更改的，没有用命令。是否应该用root用户改，请平生一笑兄说说详细步骤，十分感谢了！</p>]]>
    </content>
    <published>2006-07-18T01:33:21Z</published>
    <updated>2006-07-18T01:33:21Z</updated>
  </entry>

  <entry>
    <id>tag:www.thinkjam.org,2004:/zoptuno//2.74-comment:739</id>
    <thr:in-reply-to ref="tag:www.thinkjam.org,2004:/zoptuno//2.74" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html"/>
    <link rel="alternate" type="text/html" href="http://www.thinkjam.org/zoptuno/archives/2004/12/eeclinux-live-c-2.html#c739" />
    <title>Comment from anderlo on 2006-11-02</title>
    <author>
        <name>anderlo</name>
<!--         -->
    </author>
    <content type="html" xml:lang="en" xml:base="">
	<![CDATA[<p>我使用PQMagic将E盘从NTFS转换成FAT32后,E盘中原来的中文文件夹和文件大多变成了带??的名字了,无法打开,无法进行任何操作,将E盘改会NTFS,问题还是无法解决,使用了Knoppix3.6中文版,光盘启动进入Knoppix后,可以阅读这些文件夹和文件,但无法更改硬盘中的任何文件夹名和文件名,包括带??的文件夹和文件,我该怎样才能救回这些带??的文件和文件啊?请大侠指教。万分感谢。</p>]]>
    </content>
    <published>2006-11-02T15:16:02Z</published>
    <updated>2006-11-02T15:16:02Z</updated>
  </entry>

</feed>
