I dual boot Fedora and Windows Vista and want them to share a partition so that I can work on the same files in both Linux and Windows, and I need everything to be encrypted.
I encrypted the shared drive with VeraCrypt since TrueCrypt is out of date. Windows can mount the volume at login with ease.
I tried to do the same in Linux but with no luck since I can't figure out how to use crypttab with the veracrypt option, or even if it has one. cryptsetup works fine since it's just necessary to add the --veracrypt option, but crypttab does not seem to have that.
cryptsetup --veracrypt open --type tcrypt /dev/sdX veracrypt-volume How do I mount a VeraCrypt volume with crypttab? Is it possible yet?