On Tue, Oct 09, 2018 at 01:12:31AM +0200, Riccardo Mottola wrote: > yet.... on sleep it crashes. I was able to catch the error. > I add that even if it says "flushing disk" at the next reboot, the > filesystem is dirty. >
That's expected: I think we write a bit to the filesystem at mount and only un-write it on a clean unmount. Flushing to disk is to clear anything in RAM to disk, but it isn't an unmount (reboot isn't expected!) But your filesystem should be unaffected.