nerdexam
CompTIA

XK0-005 · Question #1581

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…

System Management

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

Exhibit

XK0-005 question #1581 exhibit

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

(19 responses)
  • B
    5% (1)
  • C
    79% (15)
  • E
    11% (2)
  • G
    5% (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

#LUKS#Disk Encryption#Filesystem Management#Storage Administration

Community Discussion

No community discussion yet for this question.

Full XK0-005 Practice