User Tools

Site Tools


public:managing_luks_on_debian

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
public:managing_luks_on_debian [2024/08/02 21:06] – [Opening an encrypted volume] thomaspublic:managing_luks_on_debian [2024/08/05 17:04] (current) – [Creating an encrypted volume] thomas
Line 19: Line 19:
 </code> </code>
  
 +You can also create an encrypted volume on a disk image instead. In that case, first create the disk image with a command like the following:
 +
 +<code>
 +touch disk.img
 +fallocate -v -l 100MiB disk.img
 +</code>
 +
 +Don't use sparse images. LUKS will consider them too small.
 ===== Opening an encrypted volume ===== ===== Opening an encrypted volume =====
  
public/managing_luks_on_debian.1722632777.txt.gz · Last modified: by thomas

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki