______________________________________________________________ ?
选择 ext2 档案系统後, 接着又询问我们是否要真的执行建造动
作 (相当於DOS的格式化动作), 假如这是我们第一次安装, 很可能我
要就要选择 Format 或 Check, 但是如果确定以前已经做过, 这里也
可以选择 No。 至於 Format 与 Check的不同, Check 除了做 Format
动作外, 还额外检测硬碟是否有坏轨, 假如您硬碟有瑕疵的话, 记得
选用 Check。
<< 画面 4-18 >>
________________________ FORMAT PARTITION ________________________
? If this partition has not been formatted, you should format it. ?
? NOTE: This will erase all data on it. If you are trying to ?
? upgrade an existing Linux partition, you should use setup from ?
? your hard drive, not from the boot/root disk. (The versions of ?
? setup supplied on the hard drive and the boot/root disk differ) ?
? Would you like to format this partition? ?
? ________________________________________________________________??
?? Format Quick format with no bad block checking ??
?? Check Slow format that checks for bad blocks ??
?? No No, do not format this partition ??
? ________________________________________________________________??
____________________________________________________________________?
? < OK > ?
____________________________________________________________________?
以下我选择 Format, 系统就立刻执行 mkfs 动作, 额外一提, 这
动作相同於 $ mke2fs /dev/hdb3 101304 指令, 读者朋友以後进行正
常系统管理时, 会用到这命令。
<< 画面 4-19A >>
______________________SELECT INODE DENSITY ______________________
? Ext2fs defaults to one inode per 4096 bytes of drive space. ?
? If you're going to have many small files on your drive, ?
? then you may need more inodes (one is used for each file ?
? entry). You can change the density to one inode per 2048 ?
? bytes, or even per 1024 bytes. Select '2048' or '1024', or ?
? just hit enter to accept the default of 4096 bytes. NOTE: ?
? If you are going to run from CD using a small (<60MB) ?
? partition, use 1024 to be safe. Each link uses an inode and ?
? it's easy to run out of space. ?
?____________________________________________________________??
?? 4096 1 inode per 4096 bytes. (default) ??
?? 2048 1 inode per 2048 bytes. ??
?? 1024 1 inode per 1024 bytes. ??
?____________________________________________________________??
_______________________________________________________________
? < OK > ?
_______________________________________________________________?
画面 4-19A 的选择, 笔者建议, 若是用来作为 News spool 区域
(也就是 /var/spool/news) 的档案系统, 不妨选择 1024 这一栏, 这
结果会造成一个 Block (照内定, 一个Block等於1024 bytes) 等於一
个 Inode 除此以外的正常状况, 选择第一选项 4096, 这结果一个Inode
会等於 4096 bytes。 以上若读者无法明白什麽是 Bloack/Inode, 请
忽略无妨, 这些观念并不重要。
<< 画面 4-19B >>
______________ FORMATTING ________________
? Formatting /dev/hdb3 ?
? Size in 1K blocks: 70560 ?
? Filesystem type: ext2 ?
__________________________________________
以上连续几个动作已经成功的指定某一个分割区作为系统的 /
(root) 档案系统, 假如您只有一个 Linux属性的分割区, 这时 / 档
案系统就是您唯一的档案系统。 不过, 假如您有一个以上, 您就可
以看到下面画面, 这画面告诉我们说, 本电脑硬碟下有不只一个 Linux
属性分割区, 而 /dev/hdb3 已经指定作为 / 档案系统, 这时是否要
把剩下的分割区也包含进来, 比方独立出 /usr 或 /usr/X11 档案系
统等等的?