LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Root login (https://www.linuxquestions.org/questions/linux-newbie-8/root-login-712649/)

christijerina 03-18-2009 07:21 PM

Root login
 
"fsck failed. Please repair manually and reboot. The root file system is currently mounted read-only. To remount it read-write do:

bash# mount -n -o remount, rw /"

what exactly do i type to remount it.
or reset the root login password.??

bsdunix 03-18-2009 07:34 PM

To remount, type at the bash# prompt, then press Enter:
Code:

mount -n -o remount,rw /

bsdunix 03-19-2009 02:37 PM

Quote:

Originally Posted by christijerina (Post 3480033)
it just ask for root login nothing else so how would i type that?? plus when i type something is it suppose to show cuz it doesnt?

The boot performs a check on the hard drive(s) and if there's a problem that can not be automatically repaired, the fsck repair message appears on the screen, something like this:
Code:

fsck failed. Please repair manually and reboot. The root
file system is currently mounted read only. To remount it
read write do:

bash# mount -n -o remount,rw /

Attention: Only CONTROL-D will reboot the system in this
maintenance mode. shutdown or reboot will not work.
Give root password for login:

So, after you enter the root password that you used when you installed Linux, the "bash#" prompt appears. At the "bash#" prompt is where you enter the command to remount.

If nothing appears on the screen when you type, shutdown your system, verify that your keyboard cable is seated tight, and restart your computer.


All times are GMT -5. The time now is 06:48 PM.