Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

4
  • In your first diagram, would it be acceptable to replace the "Files -> Journaled Filesystem" with "Files -> Non-journaled filesystem", while keeping "Journaled filesystem -> Physical device"? If yes, that would mean I can keep the underlying ext4 journaling file system which is already in place for my partitions, as long as the file which houses the encrypted volume doesn't have another journaling file system. I definitely wouldn't want journaling at 2 layers anyway, I'm just trying to understand where the journaling is allowed if it's allowed once. Commented Apr 3, 2011 at 23:23
  • Yes. As they say: Don't use a journaling file system on top of file backed loop device. which means you can use it for the filesystem holding the file backed loop device.
    – Majenko
    Commented Apr 4, 2011 at 7:51
  • Thanks. My previous confusion was because I was unclear on what "on top of" meant, as it can mean different things depending on how one visualizes the file systems. Commented Apr 4, 2011 at 9:02
  • The easiest way of visualizing it is to imagine the physical disk is at the bottom of the stack and you, the user, are at the top.
    – Majenko
    Commented Apr 4, 2011 at 9:05