I have an encrypted Windows 10 system partition on /dev/nvme0n1p3 that I would like to access (read-only) from Linux from time to time. But when I try to mount it to, say, /mnt/veracrypt1 I get the error: mount: /mnt/veracrypt1: unknown filesystem type 'ntfs'. dmesg(1) my have more information after failed mount system call. What DOES work is opening it without a mount point via veracrypt -m ro,system --filesystem none /dev/nvme0n1p3 and afterwards mounting it manually with the mount command mount...