Koozali.org: home of the SME Server

Obsolete Releases => SME Server 8.x => Topic started by: bas60 on February 25, 2016, 09:31:01 PM

Title: Server starup error
Post by: bas60 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

Title: Re: Server starup error
Post by: guest22 on February 25, 2016, 09:49:26 PM
How did you shutdown?
Title: Re: Server starup error
Post by: bas60 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
Title: Re: Server starup error
Post by: janet 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
Title: Re: Server starup error
Post by: CharlieBrady 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.