6

On Ubuntu 16.04 a machine I've installed VeraCrypt 1.19. When I'm trying to open an existing container I get the error:

"No such file or directory: dmsetup"

veracrypt::process::execute:108

I created it on Windows 10 on a NTFS partition - but I don't think that's the problem.

I've tried the sudo apt-get install dmsetup thing, but that doesn't work.

Thanks in advance.

karel
  • 122,292
  • 133
  • 301
  • 332
Dekker
  • 61

2 Answers2

5

I did

 sudo apt-get install dmsetup

according to this post. It started working after that.

blue_chip
  • 161
2

I have the same problem and solved it. What I do is checking the "Do not use kernel cryptographic services" then it works.

go through with :veraCrypt >> Settings >> Default keyfiles > Tab-[System Integration]

[System Integration] > Kernel Services : "Do not use kernel cryptographic services" (<--- check it)

Good luck!

qoop
  • 21