Linux
103
Вклад в тег
ALGORITHM=INSTANT
к синтаксису:ALTER TABLE table_name [alter_specification], ALGORITHM=INSTANT;
The benefit of the INSTANT algorithm is that only metadata changes are made in the data dictionary. There is no need to acquire metadata lock during SE changes and we don’t touch the data of the table.
mount -no remount,ro /dev/sdaX && swapoff -a
debugfs -R "dump <8> /mnt/EXTERNAL_MEDIA/journal.copy" /dev/sdaX
dd if=/dev/sdaX of=/mnt/EXTERNAL_MEDIA/partition.image