LinuxQuestions.org
Latest LQ Deal: Latest LQ Deals
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE
User Name
Password
SUSE / openSUSE This Forum is for the discussion of Suse Linux.

Notices


Reply
  Search this Thread
Old 11-28-2005, 03:52 PM   #1
june
LQ Newbie
 
Registered: Apr 2004
Location: israel
Distribution: linux mandrake 10.0
Posts: 7

Rep: Reputation: 0
Unhappy fsck failure , fix manually ( suse9.2 stop while entering to os)


hello !

i got problem with my 9.2 suse server :
fsck failed. Please repair manually and reboot. The root system is currently
mounted read only. To remount it read-write do
mount -n -o remount, rw/

on boot i access to runlevel 1 ,
fsck -a -p /dev/hda1
fsck -A -t ex3 -a
fsck -A -t ex2 - a
fsck -A -t swap -a
fsck -y /dev/hda2
fsck -y /dev/hda3
fsck /dev/hdd1
i tryed this commands and non helped , some returned error with command or file system is read only , some made a short scan or showed dirs or date and time outputs.

on filesafe it start automatikly scan but stuck .

how can i solve this ?
i dont have suse cds for emergency recovery .

thanks in advanced

Juni
 
Old 11-28-2005, 04:56 PM   #2
jailbait
LQ Guru
 
Registered: Feb 2003
Location: Virginia, USA
Distribution: Debian 12
Posts: 8,337

Rep: Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548Reputation: 548
"how can i solve this ?"

You cannot run fsck against a mounted file system. So boot a live CD. Some live CDs will mount your partitions as read only so you have to umount the partition before running fsck. You also have to tell fsck the file system type. Then run fsck against every Linux partition except swap. Assuming that all four partitions you mentioned are non-swap Linux partitions formatted as ext3 then the commands you would run are:

umount /dev/hda1
fsck -y -t ext3 /dev/hda1

umount /dev/hda2
fsck -y -t ext3 /dev/hda2

umount /dev/hda3
fsck -y -t ext3 /dev/hda3

umount /dev/hdd1
fsck -y -t ext3 /dev/hdd1

See:
man fsck

--------------------------------
Steve Stites
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Boot error fsck.reiserfs failed Run Manually anerusmc Linux - Newbie 5 11-03-2009 07:34 PM
Fsck failed. Please repair manually and reboot. jginger SUSE / openSUSE 4 10-23-2005 01:44 PM
How to manually start apache web server (SUSE9.2) Mic Q SUSE / openSUSE 4 07-10-2005 09:08 PM
Boot error fsck.reiserfs failed Run Manually anerusmc Linux - Software 0 02-21-2004 09:49 PM
manually entering drive geometry artofluke Slackware 1 12-08-2003 02:06 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > SUSE / openSUSE

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

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration