-1

I have installed Ubuntu and everything works well, I have configured VOIP on it, and today he had some problems and when he goes to reboot, I can't restart the system and I have this error:

1:/dev/VolGroup00/LogVol02: UNEXPECTED INCONSISTENCY: RUN fsck MANUALLY(i.e. , without –a or –p options)

can anyone tell me what means this error and how I can resolve it ?

Tim
  • 32,861
  • 27
  • 118
  • 178
  • http://meta.askubuntu.com/questions/14089/please-can-people-format-code-properly – Tim Jun 23 '15 at 21:37

1 Answers1

0
  1. Go to recovery mode ( select it in GRUB ).
  2. Find option FSCK in recovery mode menu. OR
  3. Run FSCK manually from recovery-mode root shell promt.

It's looks that your filesystem have some error, and system tells you to run FSCK for fixing it.

  • i read this instruction, but i don't know root password to enter in SHELL Mode, and i would't make some changes because i'm afraid to lose some configuration and files, do you know other solution to this problem, can i repair this file system with other software or commands ?

    thanks

    – user3472578 Jun 23 '15 at 21:16
  • Post the output of fsck -n (it wont change anything, just show the problems) – Ilya Lopukhin Jun 23 '15 at 21:20
  • you mean to read the command fsck -N in command line, whitout entering in root ? shell mode ? – user3472578 Jun 23 '15 at 21:22
  • Uhh, basically you can't do anything without root privilegies, sorry – Ilya Lopukhin Jun 23 '15 at 21:23
  • i know ))) but i will try now with GParted maybe with this software i can check and resolv my problem, thanks for advices ;) – user3472578 Jun 23 '15 at 21:24
  • @user3472578 gparted won't work. http://askubuntu.com/questions/24006/how-do-i-reset-a-lost-administrative-password – Tim Jun 23 '15 at 21:37