Fórum Ubuntu CZ/SK

Ubuntu pro osobní počítače => Hardware => Téma založeno: ubumomo 03 Dubna 2009, 10:34:04

Název: Help chybové hlášení HDD při startu UBUNTU 8.10 [vyřešeno]
Přispěvatel: ubumomo 03 Dubna 2009, 10:34:04
Nejde mě spustit UBUNTU 8.10 při startu se provádí kontrola HDD a asi při 33% se objeví tato hláška. Zkoušel jsem zadat CONTROL-D, ale bohužel to naběhlo úplně stejně.

Checking drive /dev/sda1: 33% (stage 1/5, 567/1181)
/dev/sda1: Inode 4719393 has imagic flag set.

/dev/sda1: UNEXPECTED INCONSISTENCY; RUN fsck MANUALY.
                 (i.e., without -a or -p options)
fsck died with exit status 4
Checking drive /dev/sda1: 34% (stage 1/5, 576/1181)
[fail]
* An automatic file systém check (fsck) of the root filesystem failed.
A manual fsck must be performed, then the systém restarted.
The fsck should be performed in maintenance mode with the
root filesystem mounted in read-only mode.
* The root filesystem is currently mounted in read-only mode.
A maintenance shell will now be restarted.
After performing systém maintenance, press CONTROL-D
to terminate the maintenance shell and restart the systém.
bash: no job control in this shell
bash: lesspipe: command not found
bash: Command: command not found
bash: The: command not found
bash: dircolors: command not found
bash: Command: command not found
bash: The: command not found
root@home-desktop:~#

Thanks for help  :)
Název: Re: Help chybové hlášení HDD při startu UBUNTU 8.10
Přispěvatel: fenquick 03 Dubna 2009, 10:39:02
Doporučuji provést přesně to, co se ve výpise doporučuje.

Nabootujute z live CD

Kód: [Vybrat]
sudo umount /dev/sda1
sudo fsck /dev/sda1 -v
Název: Re: Help chybové hlášení HDD při startu UBUNTU 8.10
Přispěvatel: ubumomo 04 Dubna 2009, 12:30:49
Thanks comp už naběhnul.