Mounir IDRASSI
Mounir IDRASSI
Superseeded by PR#1065
I have pushed a change to fix the quick format issue based on chunk idea proposed by @xnoreq : https://github.com/veracrypt/VeraCrypt/commit/579ce2fd31f01b0befba947ed863ed1d5e4be3f0 It seems to do the job. I will publish tomorrow...
@BoffinBrain: You've got the right idea. The "Fast Create" option is essentially our workaround to the Windows default of zero-filling a file. From a pure performance angle, both Quick and...
No progress yet. I didn't have time to learn more about polkit. Other tasks on VeraCrypt take all my time. As usual, the project is open for contributions from people...
There is a long running discussion on Sourceforge forum about this issue where many users shared ideas and workarounds: https://sourceforge.net/p/veracrypt/discussion/general/thread/f6e7f623d0/ Two days ago, a user on that forum shared the...
This issue was overlooked during the work on the 1.26 release. I will address it and include the fix in an updated 1.26 release, which is also slated to resolve...
I have implemented a fix for the issue. You can view the details here: https://github.com/veracrypt/VeraCrypt/commit/a47f67bcc13465d28ddeff425d21646da41165db Moreover, I've released a beta version (1.26.9) which incorporates this fix. It's available on [Sourceforge...
Hi @kidburglar, Normally disabling lazy initialization should solve the problem since all inode tables and the journal will be initialized with zeroes during formatting. This could be done by creating...
Indeed, this is a good addition. I will add similar change. Thank you for sharing this.
I have pushed a commit to implement this enhancement: https://github.com/veracrypt/VeraCrypt/commit/e96f3035d9f3fb579de947d57317e596d67468be Interestingly, I have found a bug in KeePassXC code related to this functionality and I filled a bug report (https://github.com/keepassxreboot/keepassxc/issues/10713)...