On Mon, Jun 05, 2023 at 03:52:21PM -0700, Krister Johansen wrote: > Invocations of resize2fs intermittently report failure due to superblock > checksum mismatches in this author's environment. This might happen a few > times a week. The following script can make this happen within minutes. > (It assumes /dev/nvme1n1 is available and not in use by anything else). What version of e2fsprogs are you using, and what is your environment? Are you perhaps trying to change the UUID of the file system (for example, in a cloud image environment) in parallel with resizing the file system to fit the size of the block device? - Ted