Replies: 1 comment 1 reply
-
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a filesystem that has new data written to it during the mounting process. I noticed this happening on each reboot, then managed to narrow it down to the mounting process.
Doing
shows the filesystem has new data, when in fact it has not (that is, data created/modified by a user or a by a user created process). - In contrast
I tried
zstream dump
, but is not telling me much and it seems there's no (easy?) way to see what is actually transmitted in the stream.Any ideas on what could be altering the data in the filesystem during mount?
Beta Was this translation helpful? Give feedback.
All reactions