ch08: ★★minimum block size
363ページ、最後
To allow support for filesystem fragments as small as a single 512-byte disk sector, the minimum size of a filesystem block is 4096 bytes.1つの 512バイトディスクセクタをファイルシステムのフラグメントとするために、最小のファイルシステムブロック長は 4096バイトになる。
どうして?
1ブロック2048バイトとすると、1フラグメント2048/8=256バイトと
なり、1セクタ512バイトよりも小さい単位で読み書きする必要が生
じて困るからではないでしょうか。
投稿: soda | 2005-07-31 00:54
どこからそれを読み取ればいいですかね。
ちなみに、前の版では、この部分の内容はこうなっています。
So that files as large as 2^32 bytes can be created with only two levels of indirection, the minimum size of a filesystem block is 4096 bytes.
投稿: utashiro | 2005-07-31 11:36