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
Once the entries are safely on disk, overwrite the invalid header (all
zeros) with a valid one.
This ensures that there is never a valid header with the new sector size
and incompletely written entries, even in the case of a CRC32 collision.
However, it provides no guarantees about the old header. A future
commit will clobber that, too, either by replacing it and the protective
MBR with a correct protective MBR followed by zeroes or by replacing the
backup GPT header with zeroes.
0 commit comments