How can i recover the linux system after it was crashed. I
want step by step process.



How can i recover the linux system after it was crashed. I want step by step process...

Answer / rehan

boot the system through 1st CD and after give time and all
setting then on installing SCREEN type 'rescue' for go to
rescue mode, then type #mount /chroot/sysimage then enter
know what ever problem u have u can trableshoot either
filesystem or grub if it is related to grub then type
'#fdisk -l' to see the partition type then install grub by
'grub-install /dev/hda,b,c' or what ever ........

Is This Answer Correct ?    19 Yes 1 No

Post New Answer

More Linux Threads Interview Questions

Why are user level threads faster than kernel level threads?

1 Answers  


How many threads can a cpu run?

1 Answers  


Why are goroutines not lightweight threads?

1 Answers  


Does linux have threads?

1 Answers  


Do threads share registers?

1 Answers  


What does 4 cores 8 threads mean?

1 Answers  


Can we overload run method of thread?

1 Answers  


Why do we need multithreading?

1 Answers  


Can threading cause hair to grow back thicker?

1 Answers  


What is a thread os?

1 Answers  


What is difference between processes and threads?

1 Answers  


Are threads faster than processes?

1 Answers  


Categories