I was using VeraCrypt 1.26.7 on MacOS (Sonoma 14.0), with MacFUSE 4.5.0. After mounting an encrypted volume (on the computer's SSD), and trying to save a modification to a text file (call it secret_file.txt), I got this message from Sublime Text: Unable to save /Volumes/ENCRYPTED/secret_file.txt Error: Input/output error If I then try to reload the volume in MacOS Finder, it shows an empty window. If I open the location in a terminal, I can list the files in there, and do: cat secret_file.txt, which...