LinuxQuestions.org
Visit Jeremy's Blog.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Server
User Name
Password
Linux - Server This forum is for the discussion of Linux Software used in a server related context.

Notices


Reply
  Search this Thread
Old 06-24-2008, 05:08 AM   #1
Bharat Kumar pankaj
Member
 
Registered: Nov 2007
Posts: 30

Rep: Reputation: 15
Unhappy Server Restart once And Facing EXt3.fs problem


Hi Frd,

I am using RHEL -4 U5 . Some actvitity in my office in last weekend. that why server poweroff.

Restart server and suddenly iam facing prolem (At booting Time).
------------------------------
ata1 : status=0Xd0 {busy}
SCSI error: <0,0,00> return code=0
additional sense :SCSI parity error
end_request: I/O error ,dev sda,sector 82567012
Buffer I/O error on device sda8,logicalblock 23330538.
-----------------------------------------------------------

i am using sda8 as Oracle data . this mount under /u01.

Some Anothee Error : is Ext3.fs contaent not ....etc

Solve This problem i am using this ...Method

1) File system must be unmounted, you cannot repair it while it is running. Take system down to runlevel one (make sure you run all command as root user):
# init 1

2)Unmount file system, for example if it is /home (/dev/sda3) file system then type command:
# umount /home
OR
# umount /dev/sda3

3) Now run fsck on the partition:
# fsck /dev/sda3

However be sure to specify the file system type using -t option. Recenly one of our sys admin run the command on ext3 file system w/o specifying file system. Result was more corruption as fsck by default assumes ext2 file system.
# fsck -t ext3 /dev/sda3
OR
# fsck.ext3 /dev/sda3

Tip if you don't know your file system type then typing mount command will display file system type.

fsck will check the file system and ask which problems should be fixed or corrected. If you don't wanna type y every time then you can use pass -y option to fsck.
# fsck -y /dev/sda3

Please not if any files are recovered then they are placed in /home/lost+found directory by fsck command.


But i am not resolve This .
Can some budy help me on this...
 
Old 06-27-2008, 10:34 AM   #2
mongoosecage
Member
 
Registered: Jun 2008
Distribution: Slackware 13.0, Ubuntu 9.10, Windows XP Pro SP3
Posts: 100

Rep: Reputation: 15
little suggestion, because your problem looks really complicated to a newbie like me.

Run a sort of live cd or type "cfdisk" or Super Grub Disk. Just to try to get through your system.
 
  


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
Facing problem in Sendmail 3.13 dhanju Linux - Server 1 03-27-2008 09:10 AM
Please Help :: I am facing problem in rpmbuild as given here... amarjitsingh Fedora 1 06-10-2007 07:06 AM
Facing 403 forbidden error for apache server in fedora 5 gopi_apparao Linux - Networking 7 08-04-2006 09:36 AM
Facing problem while configuring OpenLDAP server shanu Linux - Software 1 03-13-2005 04:51 PM
facing problem with cronjobs manojthakkar Linux - General 7 12-09-2003 11:55 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Server

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

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