Meu disco rígido Western-Digital (WDC WD3200BEVT-80A0RT1) foi quebrado ontem. Eu não me importo com os dados, mas quero reutilizar este disco. Contanto que eu não tenha mais o DVD de instalação do Windows (para usar o recurso de reparo), eu quero instalar o Linux Mint. Eu pensei que é possível reformatar e reutilizar o disco. Mas a instalação do Linux com reformatação falhou (algum tipo de erro de disco, eu não o capturei, mas o disco foi formatado como ext4
). Então, estou tentando consertar setores defeituosos. e2fsck
falha com:
mint@mint:~ >sudo e2fsck -cpfv /dev/sda
e2fsck: Bad magic number in super-block while trying to open /dev/sda
/dev/sda:
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>
Usar -b 8193
e -b 32768
fornece o mesmo resultado. Eu também executei sudo swapoff -a
e tentei novamente, para ser claro, sem sorte. Eu pesquisei por mke2fs -n
e executei:
mint@mint:~ >sudo mke2fs -n /dev/sda
mke2fs 1.42.9 (4-Feb-2014)
/dev/sda is entire device, not just one partition!
Proceed anyway? (y,n) y
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
Stride=0 blocks, Stripe width=0 blocks
19537920 inodes, 78142806 blocks
3907140 blocks (5.00%) reserved for the super user
First data block=0
Maximum filesystem blocks=4294967296
2385 block groups
32768 blocks per group, 32768 fragments per group
8192 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632, 2654208,
4096000, 7962624, 11239424, 20480000, 23887872, 71663616
Nenhum desses superblocos resultou em sudo e2fsck -b <...> -cpfv /dev/sda
para ter sucesso.
Finalmente, eu corri um testdisk (demorou ~ 1 dia), o que me deu uma lista com ~ 20 partições:
Disk /dev/sda - 320 GB / 298 GiB - CHS 38913 255 63
Warning: the current number of heads per cylinder is 255
but the correct value may be 32.
You can use the Geometry menu to change this value.
It's something to try if
- some partitions are not found by TestDisk
- or the partition table can not be written because partitions overlaps.
Disk /dev/sda - 320 GB / 298 GiB - CHS 38913 255 63
Partition Start End Size in sectors
FAT32 LBA 0 1 1 30687 254 63 493002657 [FD_BETA9SR2]
Linux 0 32 33 3647 67 4 58591232
HPFS - NTFS 0 32 40 12 223 19 204793
> HPFS - NTFS 12 223 19 25 158 61 204793
HPFS - NTFS 12 223 20 9787 241 54 157036544
HPFS - NTFS 12 223 27 9787 241 54 157036537
Linux 3647 99 37 5471 5 38 29296640
Linux 5471 5 39 37940 182 2 521625600
Linux 6527 21 23 7179 201 62 10485760
Linux 6527 183 57 7180 109 33 10485760
Linux 6528 123 60 7181 49 36 10485760
Linux 6529 129 1 7182 54 40 10485760
Linux 9339 248 62 9992 174 38 10485760
Linux 9341 96 36 9994 22 12 10485760
Linux 9342 166 41 9995 92 17 10485760
Linux 9577 218 50 10230 144 26 10485760
Linux 9602 52 51 10254 233 27 10485760
HPFS - NTFS 9787 241 54 19563 5 18 157036537
HPFS - NTFS 9787 241 55 38913 70 5 467898368
HPFS - NTFS 9787 241 62 38913 70 5 467898361
Linux 29792 47 16 30902 206 24 17842176 [_CentOS-6.5-x86_]
Linux 29794 89 56 30904 249 1 17842176 [_CentOS-6.5-x86_]
Linux Swap 37940 214 35 38913 37 36 15620096
Eu tentei mudar de heads por cilindro, mas o testdisk reclamou: Warning: the current number of heads per cylinder is 32 but the correct value may be 255.
E depois fiquei preso porque não entendi essa saída e como posso reparar o disco daqui.
Existe algum comando que consiga reparar meu disco e prepará-lo para uma nova instalação?