LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   fsck failed (https://www.linuxquestions.org/questions/linux-newbie-8/fsck-failed-487971/)

The Redneck 09-29-2006 08:58 AM

fsck failed
 
Hey all,

I'm dual booting with suse 9.2 on an up to date computer. Anyway, when I start my comp it goes through the usall GRUB boot loader stuff, then instead of loading linux, it takes me to a black screen with text all over it. The text goes down several pages until it say exactly as follows:

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 /


to make a short story long...

-----HELP!!!

Thanks,

The Redneck

P.S. If you have a solution, please state it in plain English, seeing that I'm not so great with Linux Lingo. However feel free to translate it into Linux Lingo so I can at least learn somthing.

kaz2100 09-29-2006 10:41 AM

1. Have you tried
Code:

mount -n -o remount,rw
?

2. Do you have much important data on that disk?

3. Happy Penguins.

The Redneck 09-29-2006 02:08 PM

I tried what you said and it gave me a list of command options (which is too long to post). However, I really dont know what I'm doing and I don't want to screw up anything else because I do have some important stuff on the drive. If you know of any commands that I could enter to remount, that would be appreciated.

Thanks,

The Redneck

JimBass 09-29-2006 09:53 PM

The given command, mount -n -o remount,rw is telling the mount program to:

-n = don't write to /etc/mtab (probably because if it is mounted read only, it can't write to it)

-o = options to follow (as strings), in this case, remount the drive with r(ead) and w(rite).

If your computer failed to do those things, we need to see the output for us to help. It sounds like the disk has some sort of problem if fsck is being called.

Peace,
JimBass

kenji 09-29-2006 11:11 PM

it happend to me before all i did was I
issued the fsck command? hope this helps| £Ä3

for example:
bash# fsck /dev/hda1


All times are GMT -5. The time now is 11:57 AM.