Falha ao carregar Ubuntu com travamento do sistema - Resolvido

Iniciado por AlexCamargo, 05 de Janeiro de 2007, 08:42

tópico anterior - próximo tópico

AlexCamargo

Olá, o meu sistema esta travando quando tento ligar ele! Ele vai até um certo ponto e depois trava e aparece essa mensagem:


WARNING: Bad format on line 8 of /etc/fstab
/dev/hda6 contains a file system with errors, check forced.
/dev/hda6:
Unattached inode 1126496
/dev/hda6: UNEXPECTEC INCONSISTENCY; RUN fsck MANUALLY.

*An automatic file system checr of the root filesystem failed.
*A manual fsck must be performed, them the system rebooted.
*This fsck can be performed in maintenance mode.
*Please note that the rout file system is currently mounted read-only.
*The fsck should only be performed while the root filesystem is.
*Mounted read-only. However the command to remount it read-write
*is:
*   #mount -n -o remount,rn/
*In order to exit from the maintenance shell, press CONTROL-D
*and the system will REBOOT.

bash: groups: command not found
bash: lesspire: command not found
bash: dircolors: command not found
root@alexcamargo-desktop:~#

Agradeço qualquer ajuda!!

Akuhn

É provavel que tenha havido uma perda de dados no seu HD.
Quando você chega no shell de manutenção, faça o comando que ele sugere para remontar com leitura/escrita:
Citarsudo mount -n -o remount,rn/

Depois rode o fsck para corrigir o sistema de arquivos:
Citarsudo fsck.ext3 /dev/hda6

Preste atenção para o sistema de arquivos, no exemplo acima é para ext3 (default para a maioria das instalações), mas também pode ser outro.

[ ]'s.
Aldefax Gilvan Kuhn

Linux User 410689

AlexCamargo

Akuhn, valeu pela dica! Consegui logar no sistema! Fico muito agradecido pela ajuda!