Trying to use veracrypt (console) in WSL.
I make a volume, seems to work OK... but when I try to mount it:
Done: 100.000% Speed: 5.0 MiB/s Left: 0 s The VeraCrypt volume has been successfully created. m17awl@M17A:/media/mike$ veracrypt /mnt/e/test.vc /media/mike/rsync_vc_drive_e/ Enter password for /mnt/e/test.vc: Enter PIM for /mnt/e/test.vc: Enter keyfile [none]: Protect hidden volume (if any)? (y=Yes/n=No) [No]: Error: fuse: device not found, try 'modprobe fuse' first NB have seen this question, but when I try these commands I get this:
m17awl@M17A:/media/mike$ modprobe fuse modprobe: FATAL: Module fuse not found in directory /lib/modules/4.4.0-19041-Microsoft m17awl@M17A:/media/mike$ modprobe loop modprobe: FATAL: Module loop not found in directory /lib/modules/4.4.0-19041-Microsoft m17awl@M17A:/media/mike$ lsmod libkmod: ERROR ../libkmod/libkmod-module.c:1668 kmod_module_new_from_loaded: could not open /proc/modules: No such file or directory Error: could not get list of modules: No such file or directory ... obviously these problems may be WSL-specific. I have no idea, and have never heard of these Linux "modules" (am low-level, sorry!).
As a workaround I installed the W10 version of veracrypt console (the point of wanting to use the console version being that I want to mount and dismount from scripts). This also ran into a problem, as documented here, although I've managed to find a sub-optimal way of mounting, here, which at least works...