LUKS: Difference between revisions

53 bytes added ,  26 July 2020
Line 33: Line 33:
===Unmounting===
===Unmounting===
<pre>
<pre>
# Unmount your partition
umount <mountlocation>
umount <mountlocation>
# Close the decrypted drive
cryptsetup close <name>
cryptsetup close <name>
</pre>
</pre>