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

How do you create a thread?

0 Answers  


Are pthreads kernel threads?

0 Answers  


Which one is better thread class or runnable interface?

0 Answers  


Do threads run in parallel?

0 Answers  


What are kernel threads?

0 Answers  






What is pthread in linux?

0 Answers  


Is creating a thread expensive?

0 Answers  


Do threads share program counter?

0 Answers  


Can two threads execute at the same time?

0 Answers  


What are the advantages of threads?

0 Answers  


What is difference between thread and runnable?

0 Answers  


How many threads can run on a single processor?

0 Answers  


Categories