Skip to content

Instantly share code, notes, and snippets.

@thiago-scherrer
Last active May 26, 2021 12:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save thiago-scherrer/7baa4ad1a7d717e229ac4b80a9db0529 to your computer and use it in GitHub Desktop.
Save thiago-scherrer/7baa4ad1a7d717e229ac4b80a9db0529 to your computer and use it in GitHub Desktop.
crypto_LUKS unlock and mount

Install udisksctl:

sudo apt install udisks2

Unlock

sudo udisksctl unlock -b /dev/sdX

Mount

sudo udisksctl mount -b /dev/XXX /<DEST>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment