最近研讀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"的關鍵字呢?
不好意思請指教,
謝謝!