松下昇への接近

 旧 湾曲していく日常

私のしたいこと

Topic 102: Linux Installation & Package Management

1.102.1 Design hard disk layout

Description: Candidates should be able to design a disk partitioning scheme for a Linux system.

Key knowledge area(s):
Allocate filesystems and swap space to separate partitions or disks.
Tailor the design to the intended use of the system.
Ensure the /boot partition conforms to the BIOS requirements for booting.

The following is a partial list of the used files, terms and utilities:
/ (root) filesystem
/var filesystem
/home filesystem
swap space
mount points
partitions

1.102.2 Install a boot manager

Description: Candidates should be able to select, install and configure a boot manager.

Key knowledge area(s):
Providing alternative boot locations and backup boot options (for example, using a boot floppy or a bootable CDROM).
Install and configure a boot loader such as GRUB or LILO.
Interact with the boot loader.

The following is a partial list of the used files, terms and utilities:
/boot/grub/grub.conf
/boot/grub/menu.lst
grub-install
MBR
superblock
first stage boot loader
/etc/lilo.conf
lilo

http://www.lpi.org/en/lpi/english/certification/the_lpic_program/exam_101_detailed_objectives

* ファイルシステムないしスワップスペースを異なるディスクや パーティションに割り当てる
* システムを適切に使用できるように設計を調整する
* ブートに当たってBIOSの制限を満たすように/bootパーティ ションを配置する

* ブートオプションを保管して、別の位置から(例えばブートフロッピーやブータブルCD-ROMから) ブートする
* GRUBLILOといったブートローダをインストールして構成する
* ブートローダを操作する