-
Bug
-
Resolution: Unresolved
-
Minor
-
None
-
RH415 - RHEL9.2-en-4-20250130
-
None
-
False
-
-
False
-
-
-
en-US (English)
-
Low
Please fill in the following information:
URL: | https://rol.redhat.com/rol/app/courses/rh415-9.2/pages/ch04s02 |
Reporter RHNID: | rhn-adandrea |
Section Title: | Guided Exercise: Controlling USB access with USBGuard |
Issue description
Step 9.2 output does not match what I observe in the lab for vda2.
Steps to reproduce:
Follow the GE as-written. Here's what I observed in Step 9.2:
[root@localhost ~]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS vda 252:0 0 10G 0 disk ├─vda1 252:1 0 1M 0 part ├─vda2 252:2 0 200M 0 part /efi │ /boot/efi ├─vda3 252:3 0 500M 0 part /boot └─vda4 252:4 0 9.3G 0 part /
Note the extra /efi mountpoint. This is not reflected in the GE, which also shows sda:
[root@localhost ~]# lsblk NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINTS sda 8:0 0 32M 0 disk vda 252:0 0 10G 0 disk ├─vda1 252:1 0 1M 0 part ├─vda2 252:2 0 200M 0 part /boot/efi ├─vda3 252:3 0 500M 0 part /boot └─vda4 252:4 0 9.3G 0 part /
Workaround:
None.
Expected result:
Matching output between the GE and what is observed by the learner.