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
If you try to repeatedly calculate the workdir1 checksum as follows:
$ tar -cf - workdir1 | md5sum
Instead of getting the same unchanged checksum (if no changes were made in the filesystem), you get a different checksum and a warning each time: tar: file was changed as we read it
If possible, it is better to follow the normal timestamp policy with the mountpoint directory.
Thank you very much
The text was updated successfully, but these errors were encountered:
Expected Behavior
Leave the mountPoint directory
mtime
unchanged if no file operations are carried out in itActual Behavior
mountPoint directory timestamps are constantly changing
Steps to Reproduce the Problem
cryfs wdir1.cry workdir1
(answer: yes yes yes ...)stat workdir1
stat workdir1
...
Specifications
Note
If you try to repeatedly calculate the workdir1 checksum as follows:
$
tar -cf - workdir1 | md5sum
Instead of getting the same unchanged checksum (if no changes were made in the filesystem), you get a different checksum and a warning each time:
tar: file was changed as we read it
If possible, it is better to follow the normal timestamp policy with the mountpoint directory.
Thank you very much
The text was updated successfully, but these errors were encountered: