Hi everyone,
Everything until now was good, but now after restart ( via console “reboot” ) opensuse 12.1 not starting anymore. I have 2 hdd with RAID1 ( second hdd just a dublicate of first one ).
here is the photo from my mobile phone what is showing on the screen ImageShack® - Online Photo and Video Hosting.
How to fix it?
after command “mount -n -o remount,rw /” and “shutdown -r now” I’m getting this Imageshack - img5567v.jpg
On 2012-04-23 14:36, melkij22 wrote:
>
> after command “mount -n -o remount,rw /” and “shutdown -r now” I’m
> getting this ‘Imageshack - img5567v.jpg’
> (http://imageshack.us/f/854/img5567v.jpg/)
Why don’t you use susepaste? It doesn’t have those nasty commercials.
The message says that there is another filesystem you need to manually
check, so do so.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
huh… sorry, I’ll do it next time
The message says that there is another filesystem you need to manually
check, so do so.
How can I do that? :\
On 2012-04-23 16:16, melkij22 wrote:
>
> huh… sorry, I’ll do it next time
>> The message says that there is another filesystem you need to manually
>> check, so do so.
> How can I do that? :\
Well, it is your machine, I don’t know what you have in there.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
With what command I can see another filesystem? As I understard I will have to unmount it firstly before doing fsck or I can just run fsck -y?
To fix it must be unmounted. If it is root then fdck should be run from another instance of Linux such as a CD
Also note if fsck does not completely fix the problem and it is root then it may be best to reinstall. If some files or directories are left orphan it is nearly impossible to piece it back together from Lost&found.
Without kowing what your partition structure is it is impossible to give more explicit instructions.
On 2012-04-23 23:26, gogalthorp wrote:
>
> To fix it must be unmounted. If it is root then fdck should be run from
> another instance of Linux such as a CD
It is not root. The booting process halts saying that there is a problem on
a partition that is not root, and check manually. So he has to do just that…
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
On 2012-04-23 18:36, melkij22 wrote:
>
> With what command I can see another filesystem? As I understard I will
> have to unmount it firstly before doing fsck or I can just run fsck -y?
It will tell you if you can or not. Yes, normally better umount. I guess it
is your home partition.
What about your BIOS clock, is it correct? It is very important that it is,
or this will happen.
–
Cheers / Saludos,
Carlos E. R.
(from 11.4 x86_64 “Celadon” at Telcontar)
If it is not root you may be able to boot to init 0 and run in single user mode. This normal should only mount root. From boot screen type a 0 then enter this should bring up a command prompt in single user. You may need to enter the root password but is has been a while since I did this. once logged i and at command prompt type fsck /sdXY where X is the drive and Y is the partition you want to check. If things are sufficiently messed up you may have to run again but the program will give instructions.
thanks to all, problem solved!