История изменений
Исправление kostik87, (текущая версия) :
Если затёрта первая копия суперблока ext4 - можно попробовать запустить mkfs.ext4 с параметрами по умолчанию на блочное устройство и ключом -n
-n Causes mke2fs to not actually create a file system, but display what it would do if it were to create a file system. This can be used to determine the location of the backup superblocks for a particular file system,
so long as the mke2fs parameters that were passed when the file system was originally created are used again. (With the -n option added, of course!)
В выводе будет расположение резервных копий суперблока с номерами секторов, пробовать монтировать по offset с указанием номеров этих секторов. В режиме чтения.
Исходная версия kostik87, :
Если затёрта первая копия суперблока ext4 - можно попробовать запустить mkfs.ext4 с параметрами по умолчанию на блочное устройство и ключом -n
-n Causes mke2fs to not actually create a file system, but display what it would do if it were to create a file system. This can be used to determine the location of the backup superblocks for a particular file system,
so long as the mke2fs parameters that were passed when the file system was originally created are used again. (With the -n option added, of course!)
В выводе будет расположение резервных копий суперблока с номерами секторов, пробовать монтировать по offset с указанием номеров этих секторов.