LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   SUSE / openSUSE (https://www.linuxquestions.org/questions/suse-opensuse-60/)
-   -   Booting to fsck failed. Please repair manually and reboot.... (https://www.linuxquestions.org/questions/suse-opensuse-60/booting-to-fsck-failed-please-repair-manually-and-reboot-874857/)

morbid_bean 04-13-2011 04:43 PM

Booting to fsck failed. Please repair manually and reboot....
 
Hi, im running a Suse Linux Enterprise server inside of virtual box for my Linux system admin class. However I have recently ran into an issue here. I do believe its because I possibly messed up my /etc/fstab file, but I could be wrong.

Upon booting, I get the following error message:

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 maintance mode.  shudown or reboot will not work.

Give root password for login:_

typing "mount -n -o remount,rw /" and hitting control+D to reboot, comes back to this screen.

Any assistance to get this fixed will be excellent...

Thanks in advanced...

AlucardZero 04-13-2011 06:41 PM

did you fsck it?

but you will probably have to boot a live CD and fix your fstab

digg1980 02-07-2014 01:32 PM

e2fsck might be what you need
 
Try to use the following command: e2fsck -y /dev/sda3
Replace the /dev/sda3 with the disk you are having a problem with.

For more details, you can check the following post: http://www.virtualizationteam.com/se...ck-failed.html


All times are GMT -5. The time now is 12:51 AM.