После хард резета у хостера с kvm виртуализацией отвалился наш сервер с ошибкой:
qcow2: Marking image as corrupt: L2 table offset 0x3f786d6c207600 unaligned (L1 index: 0); further corruption events will be suppressed
На форуме подсказали:
Not looking good if you're missing the very first L2 table in its entirety.
You might be able to go through this thing by hand and learn for yourself where the L2 table is (it will be a 64KiB region, aligned to a 64KiB boundary, that all contain 64bit, 64KiB aligned pointers that will be less than the size of the file. the offset of this missing region is not likely to be referenced elsewhere in your file) and then, once you've found it, you can update the pointer that's wrong.
However, where there's smoke there's often fire, so... best of luck.
То есть необходимо открыть файл диска в HEX-редакторе, найти таблицу L2 и вручную исправить указатели на корректные.
Нужен специалист который сомжет это сделать или сконвертировать образ в raw и вытащить данные.
Опубликован 24.12.2017 в 00:27 Последнее изменение: 24.12.2017 в 00:30