emanuelcleiton
(usa Debian)
Enviado em 06/02/2015 - 08:42h
Amigão, executei o comando da melhor resposta e ficou assim..
#fsck /dev/sdb
ele executa por um tempo e aparece a seguinte saída:
fsck de util-linux 2.25.1
e2fsck 1.42.10 (18-May-2014)
ext2fs_open2: Bad magic number in super-block
fsck.ext2: Superbloco inválido, experimentando blocos de cópia de segurança...
fsck.ext2: Bad magic number in super-block tentando abrir /dev/sdb
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>
root@ntipc:~# e2fsck -b 8193 /dev/sdb
e2fsck 1.42.10 (18-May-2014)
e2fsck: Bad magic number in super-block tentando abrir /dev/sdb
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>
e agora?
Obrigado a, ivou continuar pesquisando qui