XK0-005 · Question #586
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…
The correct answer is C. mkfs.ext4 /dev/mapper/LUKS0001 - L ENCRYPTED D. umount /dev/sdc H. cryptsetup luksFormat /dev/sdc1. 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…
Question
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? (Choose three.)
Options
- Agpg /dev/sdc1
- Bpvcreate /dev/sdc
- Cmkfs.ext4 /dev/mapper/LUKS0001 - L ENCRYPTED
- Dumount /dev/sdc
- Efdisk /dev/sdc
- Fmkfs.vfat /dev/mapper/LUKS0001 - L ENCRYPTED
- Gwipefs -a/dev/sdb1
- Hcryptsetup luksFormat /dev/sdc1
How the community answered
(27 responses)- B4% (1)
- C81% (22)
- E11% (3)
- G4% (1)
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
Topics
Community Discussion
No community discussion yet for this question.