We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b7e79b9 commit 0bc11f1Copy full SHA for 0bc11f1
Apps.page
@@ -2348,6 +2348,19 @@ This solves two problems:
2348
2349
<https://superuser.com/questions/778028/configuring-chrome-remote-desktop-with-ubuntu-gnome-14-04>
2350
2351
+Mount a LUKS-encrypted partition
2352
+--------------------------------
2353
+
2354
+If you try mounting directly, you'll see:
2355
2356
+ yang@partycat:~$ sudo mount /dev/sdb1 /media/store
2357
+ mount: unknown filesystem type 'crypto_LUKS'
2358
2359
+From <https://askubuntu.com/questions/63594/mount-encrypted-volumes-from-command-line>:
2360
2361
+ sudo cryptsetup luksOpen /dev/sdb1 my_encrypted_volume
2362
+ sudo mount /dev/mapper/my_encrypted_volume /media/store
2363
2364
<!--
2365
vim: ft=markdown
2366
-->
0 commit comments