Enviado em 23/10/2018 - 20:40h
Olá a todos,mount: wrong fs type, bad option, bad superblock on /dev/mapper/...
missing codepage or helper program , or other error
In somes cases useful info as found in sys log - try
dmesg i tall or so
e2fsck -f /dev/sdb2Que no caso é minha partição defeituosa.
e2fsck 1.42.9
ext2fs_open2: Bad magic number in super-block
e2fsck: Superblock invalid, trying backup blocks...
The superblock could no be read or does not describe a correct ext2
file system. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else)
then the superblock is corrupt, and you might try running e2fsck with alternative superblock :
e2fsck -b 8193 <device>
https://www.vivaolinux.com.br/dica/Resolvendo-problemas-de-Bad-Superblocks-em-particoes-EXT4
# mke2fs -n /dev/sdb
mke2fs 1.42.12 (29-Aug-2014)
/dev/sdb contains a ext4 file system
last mounted on /media/tarsila/b72ba6bf-6020-4a36-aba7-d89c6c4f51f2 on Mon Nov 2 12:11:43 2015
Proceed anyway? (y,n) y
Creating filesystem with 1966080 4k blocks and 492480 inodes
Filesystem UUID: d73dd08c-0f1b-41bf-bdb0-87b4a1a644e4
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632 (outros números ctrl+c de exemplo)
# e2fsck -b <número do superblock> /dev/sdb2
e2fsck 1.42.9
ext2fs_open2: Bad magic number in super-block
e2fsck: Superblock invalid, trying backup blocks...
The superblock could no be read or does not describe a correct ext2
file system. If the device is valid and it really contains an ext2 filesystem (and not swap or ufs or something else)
then the superblock is corrupt, and you might try running e2fsck with alternative superblock :
e2fsck -b 8193 <device>
Atualizando o Passado: Linux no Lenovo G460 em 2025
aaPanel - Um Painel de Hospedagem Gratuito e Poderoso
O macete do Warsaw no Linux Mint e cia
Visualizar arquivos em formato markdown (ex.: README.md) pelo terminal
Dando - teoricamente - um gás no Gnome-Shell do Arch Linux
Como instalar o Google Cloud CLI no Ubuntu/Debian
Mantenha seu Sistema Leve e Rápido com a Limpeza do APT!
Procurando vídeos de YouTube pelo terminal e assistindo via mpv (2025)
Pastas da raiz foram para a área de trabalho [RESOLVIDO] (10)
Será que eu deveria apreender C/C++ para desenvolver para Linux? (4)