<?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>ShareItem.org&#187; Gentoo</title>
	<atom:link href="http://shareitem.org/archive/tag/gentoo/feed" rel="self" type="application/rss+xml" />
	<link>http://shareitem.org</link>
	<description>这里记录着我学习 Linux 的点滴</description>
	<lastBuildDate>Fri, 16 Oct 2009 16:03:01 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>将根分区安装到LVM2的一些笔记</title>
		<link>http://shareitem.org/archive/install-gentoo-root-pqrtition-on-lvm2.html</link>
		<comments>http://shareitem.org/archive/install-gentoo-root-pqrtition-on-lvm2.html#comments</comments>
		<pubDate>Fri, 16 Oct 2009 16:03:01 +0000</pubDate>
		<dc:creator>kaysiness</dc:creator>
				<category><![CDATA[Memo]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[LVM]]></category>

		<guid isPermaLink="false">http://shareitem.org/?p=641264</guid>
		<description><![CDATA[<p>最近换了块Intel的主板，据闻Intel芯片自带的Raid性能还可以，于是将我两个旧的西数160G硬盘组成了Raid0阵列，在上面装了个Gentoo和Windows7，也顺便用上了LVM2。
先说说我的分区情况，由于直接用…</p>]]></description>
			<content:encoded><![CDATA[<p>最近换了块Intel的主板，据闻Intel芯片自带的Raid性能还可以，于是将我两个旧的西数160G硬盘组成了Raid0阵列，在上面装了个Gentoo和Windows7，也顺便用上了LVM2。<br />
先说说我的分区情况，由于直接用主板自带的Raid控制器组成了Raid0，在Windows和Gentoo下被认成了一个320G的硬盘，可以直接在上面分区，无需用软件去组阵列。</p>
<blockquote><p>/dev/sda1 == /boot , ext2<br />
/dev/sda2 == Windows7 , ntfs<br />
/dev/sda5 == LVM2</p>
<p style="padding-left: 30px;">其中LVM2的分区情况是<br />
/dev/mapper/gentoo-root == / , ext4<br />
/dev/mapper/gentoo-home == /home , ext4<br />
/dev/mapper/gentoo-usr == /usr , ext4<br />
/dev/mapper/gentoo-var == /var , ext4<br />
/dev/mapper/gentoo-swap == swap
<p>
/dev/sda6 == Data , ntfs</p></blockquote>
<p>我用的是<a href="ftp://ftp.archlinux.org/iso/">archlinux-2009.08-netinstall-x86_64.iso</a>启动来分区和装Gentoo的，想要图形的LVM2界面可以用<a href="http://fedoraproject.org/zh_CN/get-fedora">Fedora LiveCD</a>。简要的记下安装的步骤</p>
<ul>
<li># modprobe dm-mod 加载模块</li>
<li># vgchange -ay 启用已创建的LVM2卷组</li>
<li># mkfs.ext4 /dev/mapper/* 格式化磁盘</li>
<li># mount /dev/mapper/* /mnt/gentoo/* 挂载到相应的目录下</li>
<li>（中间的安装过程省略）</li>
<li># genkernel &#8211;install &#8211;lvm2 &#8211;menuconfig &#8211;disklabel all 编译内核，那个lvm2参数好像已经是不推荐的了，但找不到其他方法，姑且用着吧（后面那些参数都是用两条横线分开的，WP很自作多情的把两条显示成一条了）</li>
<li># emerge -q lvm2 &#038;&#038; rc-update add lvm boot 安装用到的工具并设置启动运行</li>
<li># vim /boot/grub/grub.conf 添加上dolvm udev两个参数，如下所示<br />
<blockquote><p>title Gentoo Linux 2.6.31-r2<br />
root (hd0,0)<br />
kernel /kernel-genkernel-x86_64-2.6.31-gentoo-r2 <span style="color: #ff0000;">udev dolvm</span> root=/dev/ram0 real_root=/dev/mapper/gentoo-root<br />
initrd /initramfs-genkernel-x86_64-2.6.31-gentoo-r2</p></blockquote>
</li>
<li># grub-install &#8211;no-floppy /dev/sda 安装Grub到MBR上</li>
</ul>
<p>大功告成，可以重启进Gentoo里了。</p>
<p>参考资料：</p>
<ul>
<li><a href="http://www.gentoo.org/doc/zh_cn/lvm2.xml">Gentoo LVM2安装指南</a></li>
<li><a href="http://www.gentoo.org/doc/zh_cn/gentoo-x86+raid+lvm2-quickinstall.xml">含软Raid和LVM2的Gentoo Linux x86快速安装指南</a></li>
<li><a href="http://www.gentoo-cn.org/doc/zh_cn/handbook/handbook-amd64.xml">Gentoo amd64安装手册</a></li>
<li><a href="http://wiki.archlinux.org/index.php/Lvm">Archlinuc Wiki LVM</a></li>
</ul>
<hr />
文章地址:<a href="http://shareitem.org/archive/install-gentoo-root-pqrtition-on-lvm2.html">http://shareitem.org/archive/install-gentoo-root-pqrtition-on-lvm2.html</a> <br />
<small>本文内容属于<a href="http://shareitem.org/">ShareItem.org</a>，遵循<a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'> CC </a>协议 | 7e6874b3209cf4276e96802080b61256</small>

<p>没有相关文章</p>]]></content:encoded>
			<wfw:commentRss>http://shareitem.org/archive/install-gentoo-root-pqrtition-on-lvm2.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>看看哪位Gentoo User离自己最近</title>
		<link>http://shareitem.org/archive/find-the-nearest-gentoo-user.html</link>
		<comments>http://shareitem.org/archive/find-the-nearest-gentoo-user.html#comments</comments>
		<pubDate>Mon, 06 Apr 2009 02:53:26 +0000</pubDate>
		<dc:creator>kaysiness</dc:creator>
				<category><![CDATA[Live]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://shareitem.org/?p=641201</guid>
		<description><![CDATA[<p>围观链接：http://www.gentoo-users.org/
有留意 Linuxsir 论坛的可能已经知道了，gentoo-users.org 这个网站是一个将 Gentoo 全球社区的用户显示在 Google Map 上的网站。使用方法很简单，在网站上注册然后填…</p>]]></description>
			<content:encoded><![CDATA[<p><strong>围观链接</strong>：<a href="http://www.gentoo-users.org/">http://www.gentoo-users.org/</a></p>
<p>有留意 <a href="http://linuxsir.org/bbs/thread347941.html">Linuxsir 论坛</a>的可能已经知道了，gentoo-users.org 这个网站是一个将 Gentoo 全球社区的用户显示在 Google Map 上的网站。使用方法很简单，在网站上注册然后填写信息，然后你就可以通过里面的 Google Map 查看到离自己最近的一位 Gentoo User 了。</p>
<p>有兴趣的可以看看我的 <a href="http://www.gentoo-users.org/user/kaysiness/">http://www.gentoo-users.org/user/kaysiness/</a></p>
<hr />
文章地址:<a href="http://shareitem.org/archive/find-the-nearest-gentoo-user.html">http://shareitem.org/archive/find-the-nearest-gentoo-user.html</a> <br />
<small>本文内容属于<a href="http://shareitem.org/">ShareItem.org</a>，遵循<a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'> CC </a>协议 | 7e6874b3209cf4276e96802080b61256</small>

<p>相关文章<ol><li><a href='http://shareitem.org/archive/install-gentoo-root-pqrtition-on-lvm2.html' rel='bookmark' title='Permanent Link: 将根分区安装到LVM2的一些笔记'>将根分区安装到LVM2的一些笔记</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://shareitem.org/archive/find-the-nearest-gentoo-user.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>用VMware在真实硬盘上安装Gentoo</title>
		<link>http://shareitem.org/archive/using-vmware-to-install-gentoo-in-real-hard-drive.html</link>
		<comments>http://shareitem.org/archive/using-vmware-to-install-gentoo-in-real-hard-drive.html#comments</comments>
		<pubDate>Wed, 25 Mar 2009 05:15:04 +0000</pubDate>
		<dc:creator>kaysiness</dc:creator>
				<category><![CDATA[Distribution]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[VMware]]></category>

		<guid isPermaLink="false">http://shareitem.org/?p=641152</guid>
		<description><![CDATA[<p>前言
这篇文章主要是写给Gentoo新手（我也是新手），已有一个Windows系统，想体验一个Gentoo却不知如何起步的人看的，老鸟们请直接忽略吧-_- 。本文的目的是介绍在现有系统上用虚拟机软件在…</p>]]></description>
			<content:encoded><![CDATA[<h1>前言</h1>
<p>这篇文章主要是写给Gentoo新手（我也是新手），已有一个Windows系统，想体验一个Gentoo却不知如何起步的人看的，老鸟们请直接忽略吧-_- 。本文的目的是介绍在现有系统上用虚拟机软件在真实硬盘（物理存在的硬盘）上安装Gentoo系统，然后可以从真实机器上启动这个Gentoo。</p>
<p>有人可能会问，为什么不直接用 LiveCD/LiveUSB 启动来安装呢？其实两者原理都是一样的。众所周知，Gentoo安装软件都是通过下载源码来编译安装的，这比直接下载二进制包的发行版要费时间。以现在一台主流的双核机器来说，单单编译KDE桌面环境就要5到6小时了（我只装过KDE和openbox）。这时用虚拟机来安装的好处就体验出来了，我可以一边安装一边用Windows来做事情，如果你喜欢，还可以一边安装一边看电影什么的 <img src='http://shareitem.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  。如果用 LiveCD/LiveUSB 在真机启动来安装，在不带X的情况下，你在安装时需要上网查些什么的，你只好用那些字符界面的浏览器了，相信刚接触的人是用不惯的。</p>
<h1>准备</h1>
<ol>
<li>一个可以使用的系统。Windows或Linux都可以</li>
<li>VMware虚拟机软件。必须能添加物理硬盘到虚拟机里（仅限于Windows，已有Linux系统的只需简单的chroot，根本不用什么软件）</li>
<li>一个可启动的LiveCD iso镜像文件。推荐用 Archlinux-2009.02-ftp-i686.iso（仅限于Windows，下载：<a href="ftp://ftp.archlinux.org/iso/2009.02/archlinux-2009.02-ftp-i686.iso">官方32位</a> | <a href="ftp://ftp.archlinux.org/iso/2009.02/archlinux-2009.02-ftp-x86_64.iso">官方64位</a> | <a href="http://mirrors.163.com/archlinux/archlinux/iso/2009.02/archlinux-2009.02-ftp-i686.iso">163镜像32位</a> | <a href="http://mirrors.163.com/archlinux/archlinux/iso/2009.02/archlinux-2009.02-ftp-x86_64.iso">163镜像64位</a>）</li>
<li>Gentoo的stage3文件。我是用Funtoo的stage3，优点是比Gentoo的stage3新很多，减少后期安装软件包的数目（下载：<a href="http://www.funtoo.org/linux/funtoo/~i686/stage3-~i686-current.tar.bz2">32位版</a> | <a href="http://www.funtoo.org/linux/funtoo/~amd64/stage3-~amd64-current.tar.bz2">64位版</a>）</li>
<li>最新的portage tree快照。由于Funtoo的portage是使用git来管理的，所以需要下载Funtoo的最新快照（下载：<a href="http://www.funtoo.org/linux/funtoo/snapshots/portage-current.tar.bz2">官方</a>）</li>
</ol>
<h1>开始安装</h1>
<p>启动你的虚拟机软件，我使用的是Windows + VMware 6.0.0。首先在VM里新建一台虚拟机，按照下图进行设定，注意硬盘要使用真实机器上的<strong>而不是</strong>虚拟的。</p>
<p><img src="http://photos.shareitem.org/albums/photos.shareitem.org/siog/2009-3-24-01.jpg" alt="虚拟机的设置情况" /></p>
<p>启动虚拟机，进入LiveCD系统。启动后第一件事是设定好网络，这台虚拟机必须能上网，否则一切空谈。如果你是使用Archlinux的LiveCD，可以很简单的设置网络。执行下面的命令运行Archlinux的安装程序，然后选择“Select Source” &#8212; “FTP/HTTP” &#8212; “Setup Network”，按照提示输入自己的ip地址或直接使用dhcp。</p>
<blockquote><p># /arch/setup</p></blockquote>
<p>设定完网络后，第二件事是挂载分区，下面是我的挂载情况（如何分区请浏览<a href="http://www.gentoo.org/doc/zh_cn/handbook/handbook-x86.xml?part=1&#038;chap=4">Gentoo手册</a>）</p>
<blockquote><p>/dev/sda1    /mnt/gentoo/boot<br />
/dev/sda2    swap<br />
/dev/sda5    /mnt/gentoo/<br />
/dev/sda6    /mnt/gentoo/home</p></blockquote>
<p>将刚才下载的 Funtoo stage3 和 portage tree 两个文件复制到 /mnt/gentoo 下，然后用下面的命令解开这两个文件。</p>
<blockquote><p># cd /mnt/gentoo<br />
# tar -xjvpf stage3-*.tar.bz2<br />
# tar -xjvpf portage-current.tar.bz2 -C /mnt/gentoo/usr<br />
# cd /mnt/gentoo/usr/portage<br />
# git checkout funtoo.org</p></blockquote>
<p>由于接下来的步骤可以按照<a href="http://www.gentoo.org/doc/zh_cn/handbook/handbook-x86.xml?part=1&#038;chap=5#doc_chap4">Gentoo手册</a>来完成，我就不写了。这里不得不赞Gentoo手册，写得非常详细！只要认真去看，没什么大问题的。</p>
<h1>注意</h1>
<ol>
<li>由于Funtoo的stage3自带有了OpenRC，一些配置文件发生了变化，不能照抄Gentoo手册。具体如何修改请浏览《<a href="http://www.gentoo.org/doc/zh_cn/openrc-migration.xml">基础布局Baselayout和OpenRC迁移指南</a>》。</li>
<li>当装完grub后，Gentoo手册会要求退出chroot然后重启机器，这里有两个办法，一是重启用真实机器进入Gentoo里继续安装，二是不重启继续使用虚拟机里的LiveCD环境来安装。如果选择后者，忽略重启直接开始安装想要的软件包吧。在所有需要的软件都装好后，例如已经编译好了kde环境，配置好了 xorg.conf 等文件后，系统已经可用了，那么是时候在真实机器上启动Gentoo了。只要编译内核的参数、grub.conf、fstab等的设置正确，出现Gentoo的登录界面不是问题。</li>
</ol>
<h1>参考资料</h1>
<ul>
<li><a href="http://www.gentoo.org/doc/zh_cn/faq.xml">Gentoo Linux常见问题</a></li>
<li><a href="http://www.gentoo.org/doc/zh_cn/gentoo-amd64-faq.xml">Gentoo Linux/AMD64常见问题</a></li>
<li><a href="http://www.gentoo.org/doc/zh_cn/handbook/index.xml">Gentoo手册</a></li>
<li><a href="http://funtoo.org/en/articles/funtoo/quick-install-howto/">Funtoo Quick Install HOWTO</a></li>
</ul>
<h1>你可能会感兴趣的资源</h1>
<ul>
<li><a href="http://www.gentoo.org/doc/zh_cn/xorg-config.xml">X服务器配置指南</a></li>
<li><a href="http://www.gentoo.org/proj/zh_cn/desktop/kde/kde-config.xml">KDE配置HOWTO</a></li>
<li><a href="http://www.gentoo.org/doc/zh_cn/gnome-config.xml">GNOME配置指南</a></li>
<li><a href="http://www.gentoo.org/doc/zh_cn/nvidia-guide.xml">Gentoo Linux nVidia指南</a></li>
<li><a href="http://www.gentoo.org/doc/zh_cn/ati-faq.xml">Gentoo Linux ATI FAQ</a></li>
<li><a href="http://en.gentoo-wiki.com/wiki/Intel_GMA">Intel GMA</a></li>
</ul>
<hr />
文章地址:<a href="http://shareitem.org/archive/using-vmware-to-install-gentoo-in-real-hard-drive.html">http://shareitem.org/archive/using-vmware-to-install-gentoo-in-real-hard-drive.html</a> <br />
<small>本文内容属于<a href="http://shareitem.org/">ShareItem.org</a>，遵循<a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'> CC </a>协议 | 7e6874b3209cf4276e96802080b61256</small>

<p>相关文章<ol><li><a href='http://shareitem.org/archive/install-gentoo-root-pqrtition-on-lvm2.html' rel='bookmark' title='Permanent Link: 将根分区安装到LVM2的一些笔记'>将根分区安装到LVM2的一些笔记</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://shareitem.org/archive/using-vmware-to-install-gentoo-in-real-hard-drive.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>备忘：使用TuxOnIce内核 之一</title>
		<link>http://shareitem.org/archive/using-tuxonice-kernel-on-archlinux-and-gentoo-part1.html</link>
		<comments>http://shareitem.org/archive/using-tuxonice-kernel-on-archlinux-and-gentoo-part1.html#comments</comments>
		<pubDate>Thu, 19 Feb 2009 05:25:26 +0000</pubDate>
		<dc:creator>kaysiness</dc:creator>
				<category><![CDATA[Memo]]></category>
		<category><![CDATA[Archlinux]]></category>
		<category><![CDATA[Gentoo]]></category>
		<category><![CDATA[TuxOnIce]]></category>

		<guid isPermaLink="false">http://shareitem.org/?p=641093</guid>
		<description><![CDATA[<p>TuxOnIce内核是什么？下面是官方的说明
TuxOnIce is most easily described as the Linux equivalent of Windows&#8217; hibernate functionality. It saves the contents of memory to disk and powers down. When the computer is started up again, it rel…</p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.tuxonice.net/" title="TuxOnIce官方网站">TuxOnIce内核</a>是什么？下面是官方的说明</p>
<blockquote><p>TuxOnIce is most easily described as the Linux equivalent of Windows&#8217; hibernate functionality. It saves the contents of memory to disk and powers down. When the computer is started up again, it reloads the contents and the user can continue from where they left off. No documents need to be reloaded or applications reopened and the process is much faster than a normal shutdown and start up.</p></blockquote>
<p>而我最喜欢TuxOnIce内核的休眠到硬盘的功能了（又称STD，Suspend to Disk），用过Windows休眠功能的应该有所体会，而且还支持FBSplash。</p>
<p>以下是一段官方的从休眠到再启动的视频，长度1分22秒。<br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/k_T4ZcPkqVA&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_embedded&#038;fs=1"></param><param name="allowFullScreen" value="true"></param><embed src="http://www.youtube.com/v/k_T4ZcPkqVA&#038;color1=0xb1b1b1&#038;color2=0xcfcfcf&#038;feature=player_embedded&#038;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>从视频中可以看到，从休眠到重新启动计算机所花的时间也就1分20秒左右，对于Fedora来说速度还算快的。下面介绍如何在Archlinux和Gentoo上安装TuxOnIce内核</p>
<p><strong>Archlinux</strong><br />
AUR上就有，名字是<a href="http://aur.archlinux.org/packages.php?ID=15224" title="kernel26-ice">kernel26-ice</a>，可以很方便的 yaourt 到。推荐修改 PKGBUILD 文件，反注释掉 make menuconfig 这行，否则会编译出一个臃肿的内核。具体的方法可以浏览《<a href="http://blog.punkid.cn/2008/08/14/compile-tuxonice-kernel-in-archlinux/">在Archlinux下编译TuxOnIce内核</a>》这篇文章。</p>
<p><strong>Gentoo</strong><br />
首先 emerge TuxOnIce内核的源码</p>
<blockquote><p>emerge tuxonice-sources</p></blockquote>
<p>如果需要用到 FBSplash 的还需要为 sys-apps/tuxonice-userui 打开 fbsplash 这个 USE</p>
<blockquote><p>echo &#8220;sys-apps/tuxonice-userui fbsplash&#8221; >> /etc/portage/package.use</p></blockquote>
<p>然后修改 /usr/src/linux 的符号链接可以用下面的方法修改</p>
<blockquote><p>eselect kernel list<br />
eselect kernel set 3 #这里填 TuxOnIce 所在的那行</p></blockquote>
<p>然后就是 make 了，是不是很简单 <img src='http://shareitem.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<hr />
文章地址:<a href="http://shareitem.org/archive/using-tuxonice-kernel-on-archlinux-and-gentoo-part1.html">http://shareitem.org/archive/using-tuxonice-kernel-on-archlinux-and-gentoo-part1.html</a> <br />
<small>本文内容属于<a href="http://shareitem.org/">ShareItem.org</a>，遵循<a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'> CC </a>协议 | 7e6874b3209cf4276e96802080b61256</small>

<p>相关文章<ol><li><a href='http://shareitem.org/archive/install-gentoo-root-pqrtition-on-lvm2.html' rel='bookmark' title='Permanent Link: 将根分区安装到LVM2的一些笔记'>将根分区安装到LVM2的一些笔记</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://shareitem.org/archive/using-tuxonice-kernel-on-archlinux-and-gentoo-part1.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>最近的一些事情</title>
		<link>http://shareitem.org/archive/something-in-2009-2-14.html</link>
		<comments>http://shareitem.org/archive/something-in-2009-2-14.html#comments</comments>
		<pubDate>Sat, 14 Feb 2009 05:12:39 +0000</pubDate>
		<dc:creator>kaysiness</dc:creator>
				<category><![CDATA[Live]]></category>
		<category><![CDATA[Gentoo]]></category>

		<guid isPermaLink="false">http://shareitem.org/?p=641089</guid>
		<description><![CDATA[<p>第一件是我的博客被X了，大概是两天前（2月12日）的事，由于用的是虚拟主机，现在和我在同一主机上的其他博客都中彩了。话说我的博客基本上都是记录Linux相关的文章，平常也很小心，连…</p>]]></description>
			<content:encoded><![CDATA[<p>第一件是我的博客被X了，大概是两天前（2月12日）的事，由于用的是虚拟主机，现在和我在同一主机上的其他博客都中彩了。话说我的博客基本上都是记录Linux相关的文章，平常也很小心，连半个非螃蟹字眼都不提的~~</p>
<p>第二件是朋友介绍的一份工作，是做ERP的，开发语言是用delphi。前几天去面试，虽然第一轮通过了，但第二轮的笔试要用delphi编程，在Windows里我只用过VC~~</p>
<p>第三件是前些天更新了Archlinux的内核到2.6.28，于是想使用久违的Ext4文件系统。将现有系统tar打包备份后就开始格式化，顺便将我的home分区划分出一个20G的新分区，准备在上面装Gentoo。一切都很顺利，第一次安装Gentoo，自然也是选用AMD64版，参照官方文档很容易就安装成功，花了差不多两天时间吧。安装方法很简单，使用的是Stage3安装方式，首先仍然是启动到Archlinux下，开一个root tty，然后chroot进去，一边安装Gentoo一边还可以用Archlinux上网看文档什么的，很方便，遇到的问题都可以通过emerge的提示和官方文档中找到答案。现在这篇文章也是在Gentoo下写的 <img src='http://shareitem.org/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  。顺便发一张 Gentoo KDE4.2 的图做个纪念吧。<br />
<a target="_blank" href="http://s2.photobucket.com/albums/y3/suzeb2/?action=view&amp;current=kde42-on-gentoo2628-r1.png" title="Gentoo上的KDE4.2截图"><img src="http://i2.photobucket.com/albums/y3/suzeb2/kde42-on-gentoo2628-r1.png" alt="Gentoo上的KDE4.2截图"></a></p>
<hr />
文章地址:<a href="http://shareitem.org/archive/something-in-2009-2-14.html">http://shareitem.org/archive/something-in-2009-2-14.html</a> <br />
<small>本文内容属于<a href="http://shareitem.org/">ShareItem.org</a>，遵循<a href='http://creativecommons.org/licenses/by-nc-nd/2.5/cn/'> CC </a>协议 | 7e6874b3209cf4276e96802080b61256</small>

<p>相关文章<ol><li><a href='http://shareitem.org/archive/install-gentoo-root-pqrtition-on-lvm2.html' rel='bookmark' title='Permanent Link: 将根分区安装到LVM2的一些笔记'>将根分区安装到LVM2的一些笔记</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://shareitem.org/archive/something-in-2009-2-14.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
