8 Apr
2024
8 Apr
'24
19:03
https://bugzilla.suse.com/show_bug.cgi?id=1222429 https://bugzilla.suse.com/show_bug.cgi?id=1222429#c16 --- Comment #16 from David Sterba <dsterba@suse.com> --- (In reply to Lukas Ocilka from comment #14)
The point of r-o mounting is to keep the FS "as is" (also/or ideally with noatime as that may also change something).
Please note that the 'ro' mount option semantics does not prevent writes to happen before the mount is finished, the writes are prevented from user space. IOW, log replay can still happen with 'ro' mount so you need some sort of log replay preventing option, or to temporarily make the block device read-only (blockdev --setro). -- You are receiving this mail because: You are on the CC list for the bug.