LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 10-07-2014, 06:19 AM   #1
sandeep002gupta
Member
 
Registered: Apr 2011
Posts: 96
Blog Entries: 1

Rep: Reputation: 0
EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced:


Hi,

I got error on RHEL server as per below:

Error on Server :-

EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced: 3535250
EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced: 3535746
EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced: 3536866
EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced: 3537880
EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced: 3535318
EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced: 3536489
EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced: 3535250
EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced: 3535746
EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced: 3536866
EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced: 3537880
EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced: 3535318
EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced: 3536489


please help if anyone knowing about this.

Thanks in advance
 
Old 10-07-2014, 10:27 AM   #2
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,428

Rep: Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111
Quote:
Originally Posted by sandeep002gupta View Post
Hi,
I got error on RHEL server as per below: Error on Server :-

EXT4-fs error (device dm-0): ext4_lookup: deleted inode referenced: 3535250

please help if anyone knowing about this.
AGAIN, as with several of your other threads, you need to PROVIDE DETAILS. You don't tell us what version of RHEL you're using, what you were doing/trying to do when this occurred, what you typed in, etc. We STILL can't guess as to what you're doing.

And, as you've been told several times in the past, if you're using RHEL, you NEED TO PAY FOR IT, and contact RHEL support for help. You ignore this every time you're told.
 
Old 10-08-2014, 05:00 AM   #3
sandeep002gupta
Member
 
Registered: Apr 2011
Posts: 96

Original Poster
Blog Entries: 1

Rep: Reputation: 0
Dear TB0ne - Yes we've connected with Redhat support team for same the issue and get “It looks like this FS is corrupted.”
Can you please fsck the relevant filesystem?
but its not happen to rectified the problem. if any one know about this error please share the solution.
 
Old 10-08-2014, 05:01 AM   #4
sandeep002gupta
Member
 
Registered: Apr 2011
Posts: 96

Original Poster
Blog Entries: 1

Rep: Reputation: 0
we've run the fsck as suggested by RHEL, but not get rectification issue.
 
Old 10-08-2014, 09:03 AM   #5
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,428

Rep: Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111
Quote:
Originally Posted by sandeep002gupta View Post
Dear TB0ne - Yes we've connected with Redhat support team for same the issue and get “It looks like this FS is corrupted.”
Can you please fsck the relevant filesystem? but its not happen to rectified the problem. if any one know about this error please share the solution.
...and...
Quote:
Originally Posted by sandeep002gupta
we've run the fsck as suggested by RHEL, but not get rectification issue.
Then you need to call them back and tell them it didn't work.

And AGAIN, you STILL don't provide DETAILS. As asked before:
  • Version of RHEL
  • What you were doing/trying to do when this occurred
  • What you typed in before this occurred
  • What you typed in for the fsck command, and what those results/messages were
AGAIN: the file system is corrupted. Running an fsck on it will fix it, but since you still don't say what command you ran, what state the system was in, and what version of RHEL you're using, we can't really tell you much. However, since you say you're PAYING FOR RHEL SUPPORT, you should use it. If what they told you didn't work, it's simple; call them back and tell them it didn't, and ask what ELSE they would try.
 
Old 10-08-2014, 05:24 PM   #6
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,950

Rep: Reputation: 513Reputation: 513Reputation: 513Reputation: 513Reputation: 513Reputation: 513
You might find some useful things to do, mentioned in http://www.gossamer-threads.com/list...kernel/1135120 to be useful.

Did you try Google?
It dates back to 2009 though.
 
Old 10-09-2014, 11:26 AM   #7
sandeep002gupta
Member
 
Registered: Apr 2011
Posts: 96

Original Poster
Blog Entries: 1

Rep: Reputation: 0
Hi..

I'm using RHEL 6.1 64 bit os version.
we've run fsck command from single user mode with ummount /data partition and then run command.

---------- Post added 10-09-14 at 10:27 AM ----------

fsck -n /dev/sda1
 
Old 10-09-2014, 12:00 PM   #8
JeremyBoden
Senior Member
 
Registered: Nov 2011
Location: London, UK
Distribution: Debian
Posts: 1,950

Rep: Reputation: 513Reputation: 513Reputation: 513Reputation: 513Reputation: 513Reputation: 513
and?
 
Old 10-09-2014, 02:20 PM   #9
rknichols
Senior Member
 
Registered: Aug 2009
Distribution: Rocky Linux
Posts: 4,804

Rep: Reputation: 2224Reputation: 2224Reputation: 2224Reputation: 2224Reputation: 2224Reputation: 2224Reputation: 2224Reputation: 2224Reputation: 2224Reputation: 2224Reputation: 2224
Quote:
Originally Posted by sandeep002gupta View Post
fsck -n /dev/sda1
You need to include the "-f" option or else fsck may just report that the filesystem seems to have been cleanly unmounted.
 
Old 10-11-2014, 01:06 PM   #10
TB0ne
LQ Guru
 
Registered: Jul 2003
Location: Birmingham, Alabama
Distribution: SuSE, RedHat, Slack,CentOS
Posts: 27,428

Rep: Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111Reputation: 8111
Quote:
Originally Posted by sandeep002gupta View Post
Hi..
I'm using RHEL 6.1 64 bit os version. we've run fsck command from single user mode with ummount /data partition and then run command. fsck -n /dev/sda1
AGAIN, since you've missed it or ignored it MANY TIMES NOW, you need to PAY FOR RHEL, and (since you say you ARE paying for RHEL), USE the support you're paying for. You say you called them...great...so why didn't you call them BACK if you didn't get the problem resolved? Why didn't you read the man page on the fsck command, to see what the "-n" option does?

Also, we will AGAIN say you need to provide DETAILS: saying the "/data" partition tells us exactly NOTHING, since you don't say if that is indeed, the partition that has an error, what disk it's on, or anything about your partition layout, or what device the rest of your system runs on. We have to keep asking you for details with EVERY THREAD you open...it gets VERY frustrating, especially when you flat out ignore advice given, and don't seem to apply anything you've been told.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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
ext4 loopback device, Buffer I/O Error on reboot cvb Linux - Software 1 06-12-2012 05:13 AM
bt5 boot fail :error ext2_lookup deleted inode referenced walvering Linux - Newbie 1 05-31-2012 02:26 AM
kernel build error: deleted inode referenced sdfi Debian 11 10-23-2011 12:45 PM
Deleted inode referenced 83359... Koolassjoe Linux - Newbie 3 07-19-2011 07:14 PM
EXT-fs error (device dm-0) ext3_lookup: unlinked inode 4587763 in dir # 458752 linux5nasser Linux - Server 6 05-03-2011 09:08 PM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 11:24 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