最近研读David A Rusling写的Linux Kernel文件时,
遇到一些问题,
文件来出处:
http://www.tldp.org/LDP/tlk/tlk.html
我遇到的问题如下:
1. 在8.5章节有提到一段文字:
A lot of Linux systems have a single disk with three partitions; one
containing a DOS filesystem, another an EXT2 filesystem and a third for the
swap partition.
这段话的意思是什么呢?
意思是说: 大部分的Linux系统,都同时具备DOS,EXT2,跟Swap吗?
为什么Linux会需要同时拥有DOS跟EXT2呢?
2. 在8.5章节有提到另外一段文字:
For DOS formatted disks, those formatted by fdisk, there are four primary
disk partitions. Not all four entries in the partition table have to be used.
目前我知道fdisk是把磁盘分割的指令,
但是为什么作者一提到fdisk时, 第一句要强调"For DOS formatted"呢?
为什么要出现"DOS formatted"的关键字呢?
不好意思请指教,
谢谢!