Session Review

Session ID: 152
Mode: objective
Status: in_progress
Score: 0%

Filter: All | Incorrect | Flagged | Unanswered

Current filter: All

Back to Session

Question 1 (102.1-010 / multiple_choice)

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].

Question 2 (102.1-019 / short_answer)

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].

Question 3 (102.1-021 / command_line)

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].

Question 4 (102.1-001 / multiple_choice)

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].

Question 5 (102.1-002 / multiple_choice)

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].

Question 6 (102.1-009 / multiple_choice)

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].

Question 7 (102.1-005 / multiple_choice)

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].

Question 8 (102.1-020 / short_answer)

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].

Question 9 (102.1-012 / multiple_choice)

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].

Question 10 (102.1-006 / multiple_choice)

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].