Re: Linux 相關問題..。 - Linux

Table of Contents

※ 引述《zong780405 (Tikky)》之銘言:
: In Linux, which data structure(s) must be stored on disks?
: 選擇一個答案
: A. the super block
: B. both of them
: C. non of them
: D. inodes
: 這個問題我不太理解....Linux 我還是新手。
: 希望有人可以幫解答。謝謝。
: x

請參考 http://www.cs.vu.nl/~ast/books/mos2/mos2-ppt.zip

moderm operating systems, 2nd 的投影片

ch6 的 slide 17

書上是說這是 a possible file system layout

不過其實這是標準 Unix 的 layout

(可參考 The design of the Unix operating system 一書)

而該書的作者 Tanenbaum 實作的 Minix, 其實是仿照 Unix 的 design 然後

自己編寫程式碼

而 Linus 在開發 Linux Kernel 0.11 時是採用 Minix 1.0 版本的 file system

(可參考 Linxu 內核完全註釋修正版V3.0 一書, 趙炯著)

所以答案是 B 沒錯 :)

--

All Comments