多应用+插件架构,代码干净,二开方便,首家独创一键云编译技术,文档视频完善,免费商用码云13.8K 广告
## 7.9 参考资料与延伸阅读 * [[1]](#ac1)根据The Linux Document Project的文件所绘制的图示,详细的参考文献可以参考如下链接: Filesystem How-To: [http://tldp.org/HOWTO/Filesystems-HOWTO-6.html](http://tldp.org/HOWTO/Filesystems-HOWTO-6.html) * [[2]](#ac2)参考维基百科所得数据,链接网址如下: 条目: Ext2 介绍 [http://en.wikipedia.org/wiki/Ext2](http://en.wikipedia.org/wiki/Ext2) * [[3]](#ac3)PAVE为一套秀图软件,常应用于数值模式的输出文件之再处理: PAVE 使用手册: [http://www.ie.unc.edu/cempd/EDSS/pave_doc/index.shtml](http://www.ie.unc.edu/cempd/EDSS/pave_doc/index.shtml) * [[4]](#ac4)详细的 inode 表格所定义的旗标可以参考如下链接: John's spec of the second extended filesystem: [http://uranus.it.swin.edu.au/~jn/explore2fs/es2fs.htm](http://uranus.it.swin.edu.au/~jn/explore2fs/es2fs.htm) * [[5]](#ac5)其他值得参考的 Ext2 相关文件系统文章之链接如下: * “Design and Implementation of the Second Extended Filesystem ”[http://e2fsprogs.sourceforge.net/ext2intro.html](http://e2fsprogs.sourceforge.net/ext2intro.html) * Whitepaper: Red Hat's New Journaling File System: ext3: [http://www.redhat.com/support/wpapers/redhat/ext3/](http://www.redhat.com/support/wpapers/redhat/ext3/) * The Second Extended File System - An introduction: [http://www.freeos.com/articles/3912/](http://www.freeos.com/articles/3912/) * ext3 or ReiserFS? Hans Reiser Says Red Hat's Move Is Understandable [http://www.linuxplanet.com/linuxplanet/reports/3726/1/](http://www.linuxplanet.com/linuxplanet/reports/3726/1/) * 文件系统的比较:维基百科:[http://en.wikipedia.org/wiki/Comparison_of_file_systems](http://en.wikipedia.org/wiki/Comparison_of_file_systems) * [Ext2/Ext3 文件系统:http://linux.vbird.org/linux_basic/1010appendix_B.php](http://linux.vbird.org/linux_basic/1010appendix_B.php) * [[6]](#ac6)参考数据为: * man xfs 详细内容 * xfs 官网:[http://xfs.org/docs/xfsdocs-xml-dev/XFS_User_Guide/tmp/en-US/html/index.html](http://xfs.org/docs/xfsdocs-xml-dev/XFS_User_Guide/tmp/en-US/html/index.html) * [[7]](#ac7)计算 RAID 的 sunit 与 swidth 的方式: * 计算 sunit 与 swidth 的方法: [http://xfs.org/index.php/XFS_FAQ](http://xfs.org/index.php/XFS_FAQ) * 计算 raid 与 sunit/swidth 部落客: [http://blog.tsunanet.net/2011/08/mkfsxfs-raid10-optimal-performance.html](http://blog.tsunanet.net/2011/08/mkfsxfs-raid10-optimal-performance.html) * [[8]](#ac8) Linux 核心所支持的硬件之设备代号(Major, Minor)查询: [https://www.kernel.org/doc/Documentation/devices.txt](https://www.kernel.org/doc/Documentation/devices.txt) * [9]与 Boot sector 及 Superblock 的探讨有关的讨论文章: The Second Extended File System: [http://www.nongnu.org/ext2-doc/ext2.html](http://www.nongnu.org/ext2-doc/ext2.html) Rob's ext2 documentation: [http://www.landley.net/code/toybox/ext2.html](http://www.landley.net/code/toybox/ext2.html) 2002/07/15:第一次完成 2003/02/07:重新编排与加入 FAQ 2004/03/15:修改 inode 的说明,并且将链接文件的说明移动至这个章节当中! 2005/07/20:将旧的文章移动到 [这里](http://linux.vbird.org/linux_basic/0230filesystem/0230filesystem.php) 。 2005/07/22:将原本的附录一与附录二移动成为[附录 B](http://linux.vbird.org/linux_basic/1010appendix_B.php) 啦! 2005/07/26:做了一个比较完整的修订,加入较完整的 ext3 的说明~ 2005/09/08:看到了一篇讨论,说明 FC4 在默认的环境中,使用 mkswap 会有问题。 2005/10/11:新增加了一个[目录的 link 数量](../Text/index.html#link_dir)说明! 2005/11/11:增加了一个 fsck 的 -f 参数在里头! 2006/03/02:参考:[这里](http://www.tldp.org/LDP/sag/html/sag.html#FILESYSTEMS)的说明,将 ext2/ext3 最大文件系统由 16TB 改为 32TB。 2006/03/31:增加了虚拟内存的相关说明. 2006/05/01:将磁盘扇区的图做个修正,感谢网友 LiaoLiang 兄提供的信息!并加入参考文献! 2006/06/09:增加 hard link 不能链接到目录的原因,详情参考:[http://phorum.study-area.org/viewtopic.php?t=12235](http://phorum.study-area.org/viewtopic.php?t=12235) 2006/06/28:增加关于 [loop device](../Text/index.html#loop) 的相关说明呐! 2006/09/08:加入 [mknod 内的设备代号说明](../Text/index.html#mknod) ,以及列出 Linux 核心网站的设备代号查询。 2008/09/29:原本的FC4系列文章移动到[此处](http://linux.vbird.org/linux_basic/0230filesystem/0230filesystem-fc4.php) 2008/10/24:由于软盘的使用已经越来越少了,所以将 fdformat 及 mkbootdisk 拿掉了! 2008/10/31:这个月事情好多~花了一个月才将数据整理完毕!修改幅度非常的大喔! 2008/11/01:最后一节的[利用 GNU 的 parted 进行分区行为](../Text/index.html#parted)误植为 GUN !感谢网友阿贤的来信告知! 2008/12/05:感谢网友 ian_chen 的告知,之前将 flash 当成 flush 了!真抱歉!已更新! 2009/04/01:感谢讨论区网友[提供的说明](http://phorum.vbird.org/viewtopic.php?t=32583), 鸟哥之前 [superblock 这里写得不够好](../Text/index.html#20090401),有订正说明,请帮忙看看。 2009/08/19:加入两题情境仿真,重新修订一题简答题。 2009/08/30:加入 [du 的 -S](../Text/index.html#20090830) 说明中。 2015/06/17:将旧的基于 CentOS5 的版本移动到[这里](http://linux.vbird.org/linux_basic/0230filesystem/0230filesystem-centos5.php)。 2015/10/26:加上 noexec 的额外说明!感谢网友在讨论区的建议!