installing Veracrypt and mounting an encrypted drive in Qubes-Whonix-16, problem

Hello,

I am trying to mount a drive which is encrypted with Veracrypt (formated in exfat)

In Whonix-15 I have installed the following libs for Verycrypt:

sudo apt install libwxgtk3.0-dev
sudo apt install libwxgtk3.0-gtk3-0v5

additionally I have installed:

sudo apt install exfat-fuse exfat-utils

All this works fine in Qubes-Wohnix-15.

In Whonix-16, Verycrypt installed o.k. only using one lib

sudo apt install libwxgtk3.0-gtk3-dev (formerly sudo apt install libwxgtk3.0-gtk3-0v5)
Info found on github

these libs also have been installed:

exfat-fuse (vers 1.3.0-2) exfat-utils (vers 1.3.0-2)

but when mounting a drive with Veracrypt, I get the following error message:

→ unknown filesystem type “exfat”

Can someone please help me on how to get Veracrypt to work in Qubes-Whonix-16?

Thanks !

I found a post in the Qubes forum
“Error mounting exfat in debian 11”

on github I found a post
“Debian-11 template for 4.0 does not support mounting exfat volumes”

so it is not a Veracrypt issue…

solved