You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In trying to troubleshoot some other issues with EncFS4Win pre-1.10.1-RC5 on Windows 10, I discovered some other weird behavior where files created on the EncFS virtual drive
are reported to have HUGE 200 petabyte file sizes.
To reproduce, simply create an empty file either through explorer with:
New Item-->Text Document
or from the command-line with the simple command:
% echo > test.txt
Explorer reports that this file has the size 189,658,273,153,025 KB and the epoch as the file creation time.
Furthermore, explorer reports different file sizes depending on whether or not encfs.exe is running in single-threaded or multi-threaded mode.
Without the "-s" option, the file size is reported as:
189,658,273,153,025 KB
With the "-s" option, the file size is reported as:
201,201,266,196,481 KB
Last, encfs.exe seems to crash sometimes when I try to do stuff with this file.
If these problems are caused by Dokany 1.0, perhaps legacy support/builds would be helpful. See Issue #29.
The text was updated successfully, but these errors were encountered:
In trying to troubleshoot some other issues with EncFS4Win pre-1.10.1-RC5 on Windows 10, I discovered some other weird behavior where files created on the EncFS virtual drive
are reported to have HUGE 200 petabyte file sizes.
To reproduce, simply create an empty file either through explorer with:
New Item-->Text Document
or from the command-line with the simple command:
% echo > test.txt
Explorer reports that this file has the size 189,658,273,153,025 KB and the epoch as the file creation time.
Furthermore, explorer reports different file sizes depending on whether or not encfs.exe is running in single-threaded or multi-threaded mode.
Without the "-s" option, the file size is reported as:
With the "-s" option, the file size is reported as:
Last, encfs.exe seems to crash sometimes when I try to do stuff with this file.
If these problems are caused by Dokany 1.0, perhaps legacy support/builds would be helpful. See Issue #29.
The text was updated successfully, but these errors were encountered: