Koozali.org: home of the SME Server

Help me pleas

Offline oniaiai

  • *
  • 5
  • +0/-0
Help me pleas
« on: June 09, 2014, 11:28:30 AM »
I have a problem.....

***An error occurred during the file system check.
***Dropping you to a shell; the system will reboot
***when you leave the shell.
Give root password for maintenance
(or type Control-D for normal startup):

Can, You help me?


Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Help me pleas
« Reply #1 on: June 09, 2014, 11:47:37 AM »
Your filesystem is corrupted. That can be a hardware failure, or a software corruption (after a crash). The server won't boot before you manually run fsck to check/repair the filesystem. Note that this might not be possible if the problem is comming from hardware failure (hope you have backups....).

Try this:
- when you're prompted to, enter the root password, you'll be dropped on a shell
- manually run fsck
Code: [Select]
e2fsck -D -tt -y /dev/main/root

It can take several minutes/hours depending on the size of your drives and their speed. With some luck, the filesystem will be cleaned, and you'll be able to boot.
C'est la fin du monde !!! :lol:

Offline stephdl

  • *
  • 1,523
  • +0/-0
    • Linux et Geekeries
Re: Help me pleas
« Reply #2 on: June 09, 2014, 12:20:35 PM »
See http://wiki.contribs.org/Koozali_Foundation
irc : Freenode #sme_server #sme-fr

!!! Please write your knowledge to the Wiki !!!

Offline oniaiai

  • *
  • 5
  • +0/-0
Re: Help me pleas
« Reply #3 on: June 09, 2014, 12:30:48 PM »
Thank you

Offline oniaiai

  • *
  • 5
  • +0/-0
Re: Help me pleas
« Reply #4 on: June 09, 2014, 12:38:22 PM »

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Help me pleas
« Reply #5 on: June 09, 2014, 01:08:26 PM »
According t your screenshot, /dev/sdc1 doesn't exists (but is listed in /etc/fstab). There're several possibilities:

- the sata cable is unplugeed
- the disk is physically dead
- you have swapped sata cables (so /dev/sdc1 is now /dev/sda1 or /dev/sdb1 for example)
- you have added an entry for /dev/sdc1 in /etc/fstab but this disk isn't connected anymore

Without more info from your setup, it's hard to tell what's going wrong....
C'est la fin du monde !!! :lol:

Offline oniaiai

  • *
  • 5
  • +0/-0
Re: Help me pleas
« Reply #6 on: June 10, 2014, 04:35:10 AM »
You can have a solution to help me.

Offline Daniel B.

  • *
  • 1,700
  • +0/-0
    • Firewall Services, la sécurité des réseaux
Re: Help me pleas
« Reply #7 on: June 10, 2014, 08:52:04 AM »
No, there's nothing we can do to help unless you tell us more about your setup. We have no idea what /dev/sdc1 is, if it's holding SME Server itself or if it's an additional disk you've added. All I can say is that the system is trying to fsck/mount /dev/sdc1, but this disk is not present on the system
C'est la fin du monde !!! :lol:

Offline oniaiai

  • *
  • 5
  • +0/-0
Re: Help me pleas
« Reply #8 on: June 10, 2014, 09:09:27 AM »
thank you

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Help me pleas
« Reply #9 on: June 10, 2014, 04:27:38 PM »
You, See images link me

http://image.ohozaa.com/view2/xDPO99TObgAWjubv

That appears to be a heavily modified SME system, if it is SME at all. No LVM configured, and non-standard filesystems /1, /HDD21 and /boot1.

You can give the root password to obtain a shell, then edit /etc/fstab and insert '#' to comment out all non standard filesystems - especially the one referencing /dev/sdc1. You should then be able to reboot.

You will then probably want to re-enable the filesystems which don't have problems.