Veracrypt stopped working after updating to whonix 17

I encountered this before. Simple fix.

sudo mkdir -p /tmp/user/xxxxxxxxxx/

It works and persists.

In the past I also had to set the permission of the directory to my user, but I did not have to do that this time. If you encounter a permission error, also run:

sudo chown user: /tmp/user/xxxxxxxxxx/
1 Like