Welcome to the Linux Foundation Forum!
What is an "un-encrypted pass through device"?
dkarr
Posts: 40
I'm reading chapter 10. I got to Knowledge Check 10.1. This requires ordering the steps for setting up an encrypted partition.
All of the steps in this question are mentioned in the earlier text, except for "Create the un-encrypted pass through device". I've read the section over again, and I don't see anything like this mentioned.
0
Comments
-
Here's a nice explanation:
http://homepage.smc.edu/morgan_david/linwin/freeotfe.htm0 -
It's been a while since I looked at this and the Knowledge Checks were added later, but I think it just means the underlying device; i.e., the partition or loop back file.
so that means using fdisk on something to create a partition, or if it is lvm, lvcreate, or if it is a loopback file, losetup.
0 -
In that KC, it expects the following order:
1. Create a partition for the encrypted block device
2. Format with cryptsetup
3. Create the un-encrypted pass through device
4. Format with a standard filesystem such as ext4
5. Mount the filesystem on the encrypted block device
After step 1, the partition is already created. So, I'm guessing that if this "un-encrypted pass through device" is a real thing, it's not created by creating the partition.
Note that lab 10.1 mentions this also.0 -
Hello,
The following step:
"Create the un-encrypted pass through device"
Refers to the luksOpen command, as in here:
$ sudo cryptsetup luksOpen /dev/sda4 secret-disk
Regards,
Luis.0 -
I suppose that's logical, as that's the only step that doesn't appear to correspond to a description, and it comes between the other two steps, but can you elaborate a little more on this? How exactly is this a "un-encrypted pass through device"?0
-
Hi,
I haven't heard that expression before, but I think that a "pass through device" refers to a kind of converter mechanism. So in this case the luksopen command creates a mapping through a device, so it becomes "un-encrypted".
Regards,
Luis.0
Categories
- All Categories
- 178 LFX Mentorship
- 178 LFX Mentorship: Linux Kernel
- 775 Linux Foundation IT Professional Programs
- 384 Cloud Engineer IT Professional Program
- 175 Advanced Cloud Engineer IT Professional Program
- 75 DevOps IT Professional Program - Discontinued
- 7 DevOps & GitOps IT Professional Program
- 103 Cloud Native Developer IT Professional Program
- 7.6K Training Courses & Learning Paths
- 12 AI & ML Training
- 1 Blockchain & Decentralized Identity Training
- 32 Cloud & Containers Training
- 3 Cybersecurity Training
- 3 DevOps & Site-Reliability Training
- 1 Linux Kernel Development Training
- 2 Networking Training
- 2 Open Source Best Practice Training
- 5 System Administration Training
- 1 System Engineering Training
- 6 Web & Application Development Training
- 798 Hardware
- 202 Drivers
- 68 I/O Devices
- 37 Monitors
- 96 Multimedia
- 173 Networking
- 91 Printers & Scanners
- 92 Storage
- 772 Linux Distributions
- 81 Debian
- 68 Fedora
- 24 Linux Mint
- 13 Mageia
- 24 openSUSE
- 151 Red Hat Enterprise
- 31 Slackware
- 13 SUSE Enterprise
- 356 Ubuntu
- 469 Linux System Administration
- 31 Cloud Computing
- 73 Command Line/Scripting
- Github systems admin projects
- 101 Linux Security
- 79 Network Management
- 101 System Management
- 46 Web Management
- 166 Mobile Computing
- 32 Android
- 119 Development
- 1.2K New to Linux
- 1K Getting Started with Linux
- 407 Off Topic
- 128 Introductions
- 35 Study Material
- 1K Programming and Development
- 310 Kernel Development
- 720 Software Development
- 1K Software
- 418 Applications
- 182 Command Line
- 5 Compiling/Installing
- 71 Games
- 320 Installation
- Archived
- 183 Small Talk
- 2 LFD140 Class Forum
- 1.4K LFS258 Class Forum
Upcoming Training
-
August 20, 2018
Kubernetes Administration (LFS458)
-
August 20, 2018
Linux System Administration (LFS301)
-
August 27, 2018
Open Source Virtualization (LFS462)
-
August 27, 2018
Linux Kernel Debugging and Security (LFD440)
