<?xml version="1.0" encoding="gb2312"?>
<rss version="2.0">
<channel>
<title>分区和文件系统</title>
<link>http://www.91linux.com/html/article/partition/index.html</link>
<description>Linux教程 / 分区和文件系统</description>
<language>zh-cn</language>
<generator>&lt;a href='http://www.91linux.com' target='_blank'&gt;91Linux!&lt;/a&gt;</generator>
<webmaster>cooldgjk@gmail.com</webmaster>
<item>
    <title>Linux为什么最多能分4个扇区的解释</title>
    <link>/html/article/partition/20071127/8596.html</link>
    <description>之前有人问过为什么装Linux的时候主分区+扩展分区只能有4个，当时由于基础知识不足，不能及时解决问题，实</description>
    <pubDate>2007-11-27</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>惊人实测:Linux下NTFS分区写入速度远超Vista</title>
    <link>/html/article/partition/20071119/8359.html</link>
    <description>Windows Vista彻底结束了系统可以安装在FAT32分区的历史，全面转向NTFS。NTFS的复杂性和微软贫乏的开发档</description>
    <pubDate>2007-11-19</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux下实点做LVM分区</title>
    <link>/html/article/partition/20071115/8253.html</link>
    <description>谢nntp提供的那篇关于lvm的文档，我根据这份文档在自己本本上做了一个lvm分区，把两个离得很远的分区并成</description>
    <pubDate>2007-11-15</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>管理LVM2逻辑分区</title>
    <link>/html/article/partition/20071115/8252.html</link>
    <description>使用LVM以后，维护分区（也就是LV）大小就成了经常的操作。之前也做过，不过这两天用到的时候却忘的差不多</description>
    <pubDate>2007-11-15</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>什么是LVM</title>
    <link>/html/article/partition/20071115/8251.html</link>
    <description>摘要： Linux用户安装Linux操作系统时遇到的一个最常见的难以决定的问题就是如何正确地给评估各分区大小，</description>
    <pubDate>2007-11-15</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>转换Linux分区格式的方法介绍</title>
    <link>/html/article/partition/20071115/8241.html</link>
    <description>好久不用Windows，留着FAT32真是没什么用。为避免中文乱码及azureus-error中提到的那个恶心的错误，我一直</description>
    <pubDate>2007-11-15</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Ext3 和 ext4 文件系统在线调整大小内幕</title>
    <link>/html/article/partition/20071105/7958.html</link>
    <description>在 Linux 平台下很多用户都在使用 ext3 文件系统，主要原因是其可靠性，健壮性和兼容性。在 Linux 2.6 内</description>
    <pubDate>2007-11-05</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>了解Linux文件系统的使用情况</title>
    <link>/html/article/partition/20071102/7940.html</link>
    <description>主要涉及df、du、ls等命令 df 统计文件系统的使用情况。 英文说明： This manual page documents the GNU</description>
    <pubDate>2007-11-02</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Ubuntu NTFS文件系统不能读写的解决方法</title>
    <link>/html/article/partition/20071025/7807.html</link>
    <description>UBUNTU7.10默认就支持NTFS分区的读写，可是不完美，对NTFS分区下的中文文件支持不好，你会发现找不到中文</description>
    <pubDate>2007-10-25</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux文件系统学习</title>
    <link>/html/article/partition/20071022/7742.html</link>
    <description>一个不用重新编译Kernel就可以按照自己的需要添加printk来查看文件系统是如何工作的方法. http://linux.chi</description>
    <pubDate>2007-10-22</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>在Linux环境下如何使用ReiserFS文件系统</title>
    <link>/html/article/partition/20071019/7688.html</link>
    <description>ReiserFS是一个非常优秀的文件系统。也是最早用于Linux的日志文件系统之一。 ReiserFS的开发者非常有魄力</description>
    <pubDate>2007-10-19</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>用UUID在Fstab中挂载分区</title>
    <link>/html/article/partition/20071018/7659.html</link>
    <description>Fstab 文件大家都很熟悉，Linux 在启动的时候通过 fstab 中的信息挂载各个分区，一个典型的分区条目就像这</description>
    <pubDate>2007-10-18</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux下加挂文件系统的小结</title>
    <link>/html/article/partition/20071017/7628.html</link>
    <description>学习操作系统时我们都了解到文件系统是操作系统的重要组成部分之一。文件系统有很多种类型，比windows的fa</description>
    <pubDate>2007-10-17</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux下恢复硬盘分区数据</title>
    <link>/html/article/partition/20071017/7614.html</link>
    <description>在linux下删除操作，想安装oracle数据库，整理硬盘的时候用fdisk重新划分分区，我的硬盘分区表是这样的：</description>
    <pubDate>2007-10-17</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>ReiserFS文件系统坏块的处理</title>
    <link>/html/article/partition/20071012/7450.html</link>
    <description>这份文档描述了reiserfsprogs-3.6.12-pre1或更高版本的坏块处理 问题 1. 我的硬盘有坏块吗？ 2. 如何得到</description>
    <pubDate>2007-10-12</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>ReiserFS文件系统</title>
    <link>/html/article/partition/20071012/7448.html</link>
    <description>1. 什么是ReiserFS ReiserFS是一种新型的文件系统，在蓝点Linux中你可以选择它来装载你的Linux操作系统和</description>
    <pubDate>2007-10-12</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>对Linux操作系统进行合理分区的一些建议</title>
    <link>/html/article/partition/20071008/7359.html</link>
    <description>针对不同阶段不同水平的Linux使用者，给出比较合理的分区方案以供大家参考。 一、Linux新人 对于这类linux</description>
    <pubDate>2007-10-08</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>LVM 五分钟教程</title>
    <link>/html/article/partition/20070929/7305.html</link>
    <description>* LVM 的用途 能整虚拟分区出来，分区大小可调，这样不用担心分区时给 / 的 是不是少了。 * LVM 的全称 Lo</description>
    <pubDate>2007-09-29</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>使用Fsck命令修复损坏的分区</title>
    <link>/html/article/partition/20070929/7291.html</link>
    <description>输入Root密码登录后采用：fsck -t ext3 -r /usr/local 修复 fsck的命令的几个使用方法 指令：fsck 使用权</description>
    <pubDate>2007-09-29</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>解析Linux文件系统的隐藏权限</title>
    <link>/html/article/partition/20070927/7264.html</link>
    <description>对于某些有特殊要求的档案(如服务器日志)还可以追加隐藏权限的设定。这些隐藏权限包括： Append only (a),</description>
    <pubDate>2007-09-27</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux下的硬盘数据恢复与分区表恢复工具</title>
    <link>/html/article/partition/20070927/7254.html</link>
    <description>硬盘分区表或数据丢失，是非常让人头痛的事。所幸的是，现在有相当多的工具可以对数据进行恢复。 体验一下</description>
    <pubDate>2007-09-27</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux文件系统的隐藏权限：chattr,lsattr</title>
    <link>/html/article/partition/20070921/7169.html</link>
    <description>对于某些有特殊要求的档案(如服务器日志)还可以追加隐藏权限的设定。这些隐藏权限包括： Append only (a),</description>
    <pubDate>2007-09-21</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux ext2/ext3文件系统介绍</title>
    <link>/html/article/partition/20070920/7126.html</link>
    <description>Linux ext2/ext3文件系统使用索引节点来记录文件信息，作用像windows的文件分配表。索引节点是一个结构，</description>
    <pubDate>2007-09-20</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux分区工具的使用方法</title>
    <link>/html/article/partition/20070918/7093.html</link>
    <description>在学习Linux的过程中，安装Linux是每一个初学者的第一个门槛。在这个过程中间，最大的困惑莫过于给硬盘进</description>
    <pubDate>2007-09-18</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统引导记录的备份与恢复方法</title>
    <link>/html/article/partition/20070918/7086.html</link>
    <description>备份linux的主引导记录（MBR）: root用户进入shell ，执行： dd if=/dev/hda of=/boot.bak bs=512 count=1</description>
    <pubDate>2007-09-18</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>ntfs-3g的安装和配置</title>
    <link>/html/article/partition/20070914/7057.html</link>
    <description>1. 什么是NTFS-3g； NTFS-3g是一个开源软件，它支持在Linux下面读写NTFS格式的分区。它非常的快速，同时也</description>
    <pubDate>2007-09-14</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux对EXT3分区大小进行无损更改的步骤</title>
    <link>/html/article/partition/20070913/6979.html</link>
    <description>这篇文章是关于如何对ext3分区的大小进行无损转换的。文章详细说明了如何增大或缩小一个已有的ext3分区，</description>
    <pubDate>2007-09-13</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统实战：分区规划方法详细介绍</title>
    <link>/html/article/partition/20070912/6920.html</link>
    <description>注：有一定的Linux基础的朋友可以看看，请记住，在安装Linux时最起码得分/与swap区。以下内容可能对于Linu</description>
    <pubDate>2007-09-12</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>LINUX写完美读写NTFS</title>
    <link>/html/article/partition/20070911/6902.html</link>
    <description>还记得以前老师在教关于在LINUX的文件格式时专门着重的告诉我，在LINUX能够通过修改/etc/fstab文件自动挂载</description>
    <pubDate>2007-09-11</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统上不同文件系统的兼容问题</title>
    <link>/html/article/partition/20070911/6881.html</link>
    <description>Linux一般用的文件系统（file system，FS）是ext2/ext3/RerserFS等，而不是windows的NTFS或者FAT32 在LINU</description>
    <pubDate>2007-09-11</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统下进行硬盘扩容</title>
    <link>/html/article/partition/20070907/6752.html</link>
    <description>本人硬盘扩容的步骤，注意:机器一定要先关机，然后在插硬盘，否则机器不是宕机就报一群IO错误。 1，启动机</description>
    <pubDate>2007-09-07</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统上不同文件系统的兼容问题</title>
    <link>/html/article/partition/20070907/6751.html</link>
    <description>Linux一般用的文件系统（file system，FS）是ext2/ext3/RerserFS等，而不是windows的NTFS或者FAT32 在LINU</description>
    <pubDate>2007-09-07</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统修改默认的Mount分区的方法</title>
    <link>/html/article/partition/20070906/6721.html</link>
    <description>用mount 挂载一个分区后，不会在Linux下次重启时加载，要让其加载，得修改/etc/fstab文件 这个文件的内容</description>
    <pubDate>2007-09-06</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统下Driver Disk的制作方法</title>
    <link>/html/article/partition/20070905/6708.html</link>
    <description>如果常常在 IBM 、 HP 等这些服务器上安装 linux ，多多少少都会遇到需要手工加载 SCSI/RAID 卡驱动情况，</description>
    <pubDate>2007-09-05</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Raidtools软件 Raid硬盘损坏后的恢复方法</title>
    <link>/html/article/partition/20070904/6686.html</link>
    <description>试验环境： VMware 6.0 Rad Hat Linux 9.0 raidtools 1.00.3 已经实现 raid1 配置文件 /etc/raidtab raidd</description>
    <pubDate>2007-09-04</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>GPT磁盘：Linux系统下大于2T磁盘的使用</title>
    <link>/html/article/partition/20070904/6684.html</link>
    <description>Fdisk命令虽然很交互，操作也方便，但是对于大于2T的磁盘无法操作，如果我们想用大于2T的磁盘怎么办?可以</description>
    <pubDate>2007-09-04</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux操作系统的硬盘分区建议</title>
    <link>/html/article/partition/20070903/6667.html</link>
    <description>注，初学者用根分区与交换分区即可。 我经常建立的文件系统的次序是128M的root，1G的swap，128M的/var/tmp</description>
    <pubDate>2007-09-03</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>恢复Boot Code实验</title>
    <link>/html/article/partition/20070901/6617.html</link>
    <description>假设现在硬盘为sda，boot loader为grub，系统安装在sda上，只有一个“/”和“swap&quot; 分区现在要删掉它的boo</description>
    <pubDate>2007-09-01</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux下关于大于2T磁盘的使用GPT磁盘</title>
    <link>/html/article/partition/20070901/6616.html</link>
    <description>fdisk命令虽然很交互，操作也方便，但是对于大于2T的磁盘无法操作，如果我们想用大于2T的磁盘怎么办?可以</description>
    <pubDate>2007-09-01</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>系统管理精华推荐：漫谈UNIX的文件系统</title>
    <link>/html/article/partition/20070831/6600.html</link>
    <description>文件名称的含义 UNIX 计算机上的文件采用层次结构进行组织。这个层次结构的最高层是 /，一般称其为“斜线</description>
    <pubDate>2007-08-31</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>自动挂载Windows文件系统分区的常用方法</title>
    <link>/html/article/partition/20070831/6598.html</link>
    <description>在PC机上安装了双系统，Linux有时候需要用到Windows的资源，所以选择D盘在Linux启动时自动挂载。方法比较</description>
    <pubDate>2007-08-31</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>使用partimage 备份Linux 多格式分区</title>
    <link>/html/article/partition/20070830/6582.html</link>
    <description>前文笔者介绍了：Linux下用mirrordir做硬盘分区镜像 。mirrordir工具速度很快但是我们发现：备份会占用大量</description>
    <pubDate>2007-08-30</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>为Linux新增Swap交换分区</title>
    <link>/html/article/partition/20070829/6543.html</link>
    <description>Linux分区最适合的大小是物理内存的１－２倍，不过Linux上有些软件对Swap分区的需求较大，例如要顺利执行O</description>
    <pubDate>2007-08-29</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Windows分区在Linux下自动挂载及字符集设置</title>
    <link>/html/article/partition/20070829/6529.html</link>
    <description>Test1： cd /etc sudo cp fstab fstab_backupsudo gedit fstab# /etc/fstab: static file system informat</description>
    <pubDate>2007-08-29</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>linux/windows多系统安装时的分区规划</title>
    <link>/html/article/partition/20070823/6404.html</link>
    <description>我是一个Linux初学者,我的机器安装了windows95四个分区(1.6G)。 我希望 windows95和linux共存,我装linux前</description>
    <pubDate>2007-08-23</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux安装分区推荐</title>
    <link>/html/article/partition/20070823/6403.html</link>
    <description>你可以将Red Hat Linux安装在一个单一的大分区中，也可以将它分开安装在几个分区中，这是Linux的一个优点</description>
    <pubDate>2007-08-23</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux系统Boot分区损坏或误删的修复方法</title>
    <link>/html/article/partition/20070823/6396.html</link>
    <description>1.用rescue disk或通过安装光盘按F5以修复模式进入系统 2.用fdisk把删了的分区重新建起来,把挂载到/boot目</description>
    <pubDate>2007-08-23</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>在Linux操作系统下合理规划您的硬盘分区</title>
    <link>/html/article/partition/20070816/6281.html</link>
    <description>一、关于硬盘种类、物理几何结构及硬盘容量、分区大小计算； 1、硬盘种类、物理几何结构 硬盘的种类主要是</description>
    <pubDate>2007-08-16</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>使用partimage 备份Linux 多格式分区</title>
    <link>/html/article/partition/20070804/5033.html</link>
    <description>献给和我一样对linux os备份有同样困惑的朋友们。 转贴：前文笔者介绍了：Linux下用mirrordir做硬盘分区镜</description>
    <pubDate>2007-08-04</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>
<item>
    <title>Linux下各种主要文件系统的读写性能测试</title>
    <link>/html/article/partition/20070802/4993.html</link>
    <description>1、不用说，tmpfs是最快的，呵呵 2、ext2 写测试： [Copy to clipboard] [ - ] CODE: debian:/mnt/sda1# t</description>
    <pubDate>2007-08-02</pubDate>
    <category>分区和文件系统</category>
    <author>秩名</author>
    <comments>91Linux</comments>
</item>

</channel>
</rss>
