Given this scenario, which of the following should the administrator perform to meet these requirements?

A systems administrator is enabling LUKS on a USB storage device with an ext4 filesystem format.

The administrator runs dmesg and notices the following output:

Given this scenario, which of the following should the administrator perform to meet these requirements? (Select three).
A . gpg /dev/sdcl
B . pvcreate /dev/sdc
C . mkfs . ext4 /dev/mapper/LUKSCJ001 – L ENCRYPTED
D . umount / dev/ sdc
E . fdisk /dev/sdc
F . mkfs . vfat /dev/mapper/LUKS0001 ― L ENCRYPTED
G . wipefs ―a/dev/sdbl
H . cryptsetup IuksFormat /dev/ sdcl

Answer: C D H

Explanation:

To enable LUKS on a USB storage device with an ext4 filesystem format, the administrator needs to perform the following steps:

Unmount the device if it is mounted using umount /dev/sdc (D)

Create a partition table on the device using fdisk /dev/sdc (E)

Format the partition with LUKS encryption using cryptsetup luksFormat /dev/sdc1 (H)

Open the encrypted partition using cryptsetup luksOpen /dev/sdc1 LUKS0001

Create an ext4 filesystem on the encrypted partition using mkfs.ext4 /dev/mapper/LUKS0001 ©

Mount the encrypted partition using mount /dev/mapper/LUKS0001 /mnt References:

[CompTIA Linux+ Study Guide], Chapter 9: Securing Linux, Section: Encrypting Disks

[How to Encrypt USB Drive on Ubuntu 18.04]

Latest XK0-005 Dumps Valid Version with 136 Q&As

Latest And Valid Q&A | Instant Download | Once Fail, Full Refund

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments