ext2fs_open2: Número mágico ruim no super bloco

1

Estou tentando redimensionar uma partição Linux, mas depois de mexer muito com esse disco eu não sei se eu o corrompi totalmente.

Device     Boot    Start      End  Sectors  Size Id Type
/dev/sdd1  *          64  5913631  5913568  2.8G 17 Hidden HPFS/NTFS
/dev/sdd2        5913632  5915039     1408  704K  1 FAT12
/dev/sdd3        5915040 17578125 11663086  5.6G 83 Linux
/dev/sdd4       17578126 28320312 10742187  5.1G 83 Linux

Usando dd excluindo partições e criando novas, obtenho

Device     Boot    Start      End  Sectors  Size Id Type
/dev/sdd1  *          64  5913631  5913568  2.8G 17 Hidden HPFS/NTFS
/dev/sdd2        5913632  5915039     1408  704K  1 FAT12
/dev/sdd3        5915040 40000000 34084961 16.3G 83 Linux
/dev/sdd4       40000001 62521343 22521343 10.8G 83 Linux

Depois de algum tutorial eu faço

 $ e2fsck -f /dev/sdd1
 $ e2fsck 1.43.7 (16-Oct-2017)
 $ ext2fs_open2: Bad magic number in super-block
 $ e2fsck: Superblock invalid, trying backup blocks...


 $ e2fsck: Bad magic number in super-block while trying to open /dev/sdd1

 The superblock could not be read or does not describe a valid ext2/ext3/ext4
 filesystem.  If the device is valid and it really contains an ext2/ext3/ext4
 filesystem (and not swap or ufs or something else), then the superblock
 is corrupt, and you might try running e2fsck with an alternate      superblock:

 e2fsck -b 8193 <device>
  or
 e2fsck -b 32768 <device>

 /dev/sdd1 contains a iso9660 file system labelled 'Kali Live'

(E assim por diante para o resto das próximas 3 partições)

Tentar redimensionar produz o mesmo efeito:

$ resize2fs /dev/sdd3
resize2fs 1.43.7 (16-Oct-2017)
resize2fs: Bad magic number in super-block while trying to open /dev/sdd3
Couldn't find valid filesystem superblock.

Eu segui um tutorial na internet, mas não está funcionando, intitulado: COMO: Reparar um Superbloco Ext4 quebrado no Ubuntu .

 $ mke2fs -n /dev/sdd4

 $ e2fsck -b block_number /dev/sdd4

 $ e2fsck 1.43.7 (16-Oct-2017)
 e2fsck: Bad magic number in super-block while trying to open /dev/sdd4

The superblock could not be read or does not describe a valid ext2/ext3/ext4
filesystem.  If the device is valid and it really contains an ext2/ext3/ext4
filesystem (and not swap or ufs or something else), then the superblock
is corrupt, and you might try running e2fsck with an alternate superblock:

e2fsck -b 8193 <device>
 or
e2fsck -b 32768 <device>

Então eu definitivamente fico sem ideias do que fazer. É totalmente desperdiçado ou devo apenas reinstalar tudo do zero?

    
por Manuela Perez Pimentel 17.07.2018 / 16:10

0 respostas