Skip to content

Instantly share code, notes, and snippets.

@deanc
Created August 21, 2020 12:20
Show Gist options
  • Save deanc/6d16cc8dd157360eea938ce1a037bd58 to your computer and use it in GitHub Desktop.
Save deanc/6d16cc8dd157360eea938ce1a037bd58 to your computer and use it in GitHub Desktop.
Veracrypt (Truecrypt) CLI set permissions for NTFS mount

If you are having permissions problems (I feel bad for you son...) with your mounted veracrypt volumes when using NTFS there is a simple solution when using the CLI.

Mount like so: veracrypt --truecrypt -t -k "" --pim=0 --protect-hidden=no --fs-options=umask=022 /dev/sdb1 /mnt/yourvolume

Replace sdb1 at whatever your drive path is of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment