Hola a todos,
Ayer no me funcionaba el servidor... no estaba online y accediendo por VNC me sale lo siguiente:
The superblock dould not be read or does not describe a correct ext2
filesystem. 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 an alternate superblock:
e2fsck -b 8193
Estoy algo nervioso porque tengo webs de clientes en ese servidor.
Puse e2fsck -b 8193 /dev/sda1 y me dio un error y buscando decia que tenia antes que montar la unidad así que escribí:
mount -n -o remount,rw /dev/sda1
e2fsck -b 8193 /dev/sda1
Me dice que ha montado la unidad sda1 pero al salir este mensaje por si acaso le puse que no:
WARNING!!! Running e2fsck on a mounted filesystem may cause
SEVERE filesystem damage.
Do you really want to continue (y/n)? PUSE QUE NO por miedo
¿Qué me recomendáis?