Linux Administration/Installation/Disk Layout
This lesson covers disk layout.
Objectives and Skills
editObjectives and skills for the disk layout portion of Linux+ certification include:[1]
- Design hard disk layout
- Allocate file systems 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 hardware architecture requirements for booting
- Knowledge of basic features of Logical Volume Manager (LVM)
- The following is a partial list of the used files, terms and utilities:
- /(root) filesystem
- /var filesystem
- /home filesystem
- /boot filesystem
- swap space
- mount points
- partitions
Readings
edit- Wikipedia: Disk partitioning
- Wikipedia: System partition and boot partition
- Wikipedia: Paging
- Wikipedia: Logical Volume Manager (Linux)
- Wikipedia: Mount (computing)
- Wikipedia: ZFS (Combined filesystems and Logical Volume Manager)
Multimedia
editActivities
edit- Complete the tutorial IBM: Learn Linux, 101: Hard disk layout
Lesson Summary
editKey Terms
edit- inode (index node)
- A data structure in a Unix-style file system that describes a file-system object such as a file or a directory.[2]