LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   single user mode with Raid-1 (https://www.linuxquestions.org/questions/linux-software-2/single-user-mode-with-raid-1-a-510677/)

sunhui 12-15-2006 08:06 AM

single user mode with Raid-1
 
I have a RH server with Raid-1 , I want to go to the single user mode , the GRUB of the kernel is "kernel/vmlinuz-2.4.21-4.EL ro root=/dev/md0" , I tried add "root=LABEL=/ single " to the end of GRUB but fail , I try that it is sucessful before installed the Raid-1 ( before installed the Raid-1 , no "root=/dev/md0" in GRUB ) , can suggest how to go to the single user mode now ? thx

fordeck 12-15-2006 08:30 AM

One way is to use the following command as root:

Code:

# telinit 1
However I recommend that you read man pages for init ( man telinit ).


All times are GMT -5. The time now is 04:01 AM.