Koozali.org: home of the SME Server

Server starup error

Offline bas60

  • ***
  • 53
  • +0/-0
Server starup error
« on: February 25, 2016, 09:31:01 PM »
I shutdown the server to relocate it.

Upon power on Server startup error:

checking filesystem 
fsck.ext3 No such file or directory while trying to open  ~/dev/main/root
~/dev/main/root:

Give root password for maintenance
(or type Control-D to continue)

Looks like I've got an error in FSTAB !

How can I fix this - since only mount as readonly


guest22

Re: Server starup error
« Reply #1 on: February 25, 2016, 09:49:26 PM »
How did you shutdown?

Offline bas60

  • ***
  • 53
  • +0/-0
Re: Server starup error
« Reply #2 on: February 25, 2016, 10:03:52 PM »
yes I did...

and i usually wait about a minute if I'm moving things ta make sure drive spun down

Offline janet

  • *****
  • 4,812
  • +0/-0
Re: Server starup error
« Reply #3 on: February 25, 2016, 11:21:01 PM »
yes I did..

But how......
ie did you press the power button
Or
isue a command
eg
signal-event halt

You could try booting up to the sme installCD/DVD/USB & troubleshoot
« Last Edit: February 26, 2016, 02:01:02 AM by janet »
Please search before asking, an answer may already exist.
The Search & other links to useful information are at top of Forum.

Offline CharlieBrady

  • *
  • 6,918
  • +3/-0
Re: Server starup error
« Reply #4 on: February 26, 2016, 02:33:20 PM »
checking filesystem 
fsck.ext3 No such file or directory while trying to open  ~/dev/main/root
~/dev/main/root:

Are you sure that ~ is there?

Quote
Looks like I've got an error in FSTAB !

Maybe. If so, how did it get there? Have you been editing /etc/fstab?

Quote
How can I fix this - since only mount as readonly

You can remount rw by doing:

mount -o remount,rw /

and after you make changes, do:

mount -o remount,ro /

and then reboot.

Or you can boot from CD and use the rescue option.