airil sra - 2016-09-25

This is my first time using Veracrypt and I truly grateful to the devs for your hard work.

I created an encryption partition from Windows 10. Password only, no key file.
After it finished creating the partition. I mounted it successfully.

I'm dualbooting Windows 10 64bit with Ubuntu 16.04 64bit. Apparently, Ubuntu while supporting the exFAT file system but it doesnt work out of the box. Users need to install exfat-fuse and exfat-utils packages first.

======================================

Second, we don't need to do this in older version of Ubuntu but in 16.04 you need to also install dmsetup. Otherwise we will encounter this error

No such file or directory:
dmsetup

VeraCrypt:process::Execute:88

So if you are in Ubuntu 16.04, you'll need to do this before you can mount a Veracrypted exFAT partition.

sudo apt install exfat-fuse and exfat-utils dmsetup

I hope this help.