Session ID: 152
Mode: objective
Status: in_progress
Score: 0%
Filter: All | Incorrect | Flagged | Unanswered
Current filter: Unanswered
Which mount point is typically used for the EFI System Partition on Linux systems?
Status: Unanswered
Your Answer:
Options:
Explanation:
The EFI System Partition is usually mounted at /boot/efi in common Linux layouts. The provided material asks this as a guided exercise; the answer is standard Linux knowledge consistent with the objective [1].
What Linux volume management technology can combine multiple partitions across disks into a single logical volume?
Status: Unanswered
Your Answer:
Accepted Answer(s):
LVM
Logical Volume Manager
Explanation:
The lesson states that using the Logical Volume Manager (LVM), multiple partitions can be combined across disks into a single logical volume [1].
Enter the command used to manually mount a filesystem on Linux.
Status: Unanswered
Your Answer:
Accepted Answer(s):
mount
Explanation:
The lesson states that filesystems can be mounted manually with the mount command [1].
Before a disk can be used by a computer, what must generally be done first?
Status: Unanswered
Your Answer:
Options:
Explanation:
Before a disk can be used, it needs to be partitioned, and partition information is stored in a partition table [1].
What is a partition?
Status: Unanswered
Your Answer:
Options:
Explanation:
The lesson defines a partition as a logical subset of the physical disk, used to compartmentalize information [1].
Why was the boot partition historically kept near the beginning of the disk on BIOS-based PCs?
Status: Unanswered
Your Answer:
Options:
Explanation:
The material explains that original IBM PC BIOS used CHS addressing with a 1024-cylinder limit, so the boot partition was kept near the start of the disk [1].
Which statement about partitions and LVM is correct?
Status: Unanswered
Your Answer:
Options:
Explanation:
The material states that partitions cannot span multiple disks, but LVM can combine multiple partitions, even across disks, into a single logical volume [1].
What historical BIOS addressing limitation influenced the traditional placement of the boot partition near the beginning of the disk?
Status: Unanswered
Your Answer:
Accepted Answer(s):
CHS 1024-cylinder limit
1024-cylinder limit
BIOS CHS addressing limit
CHS addressing limit
Explanation:
The lesson explains that BIOS CHS addressing had a 1024-cylinder limit, influencing early boot partition placement [1].
Which statement best explains why /home may be placed on a separate partition?
Status: Unanswered
Your Answer:
Options:
Explanation:
The lesson explains that partitioning helps compartmentalize information, separating operating system data from user data [1].
Which directory commonly contains the files for the GRUB bootloader when /boot is mounted separately?
Status: Unanswered
Your Answer:
Options:
Explanation:
The boot partition is usually mounted under /boot and its files are stored in /boot/grub [1].