* Errors on XFS partition - ask for diagnose
@ 2006-11-26 21:02 Marcin Zajączkowski
2006-11-27 13:46 ` Chris Wedgwood
[not found] ` <456AA1D4.6020303@melbourne.sgi.com>
0 siblings, 2 replies; 3+ messages in thread
From: Marcin Zajączkowski @ 2006-11-26 21:02 UTC (permalink / raw)
To: linux-xfs
Hi,
Recently some of my executable files (on XFS partition) have become
"invisible" for whereis, locate, find, bash, mc, nautilus and others.
They are not reported by autofill in bash, but I can run it by typing
full file name. "ls" with full name returns info about file, "ls" with
regexp no.
I run xfs_check and it returned me many errors (see below).
Because I don't have experience with errors on XFS partition I would
like to ask, do you think that after ran of xfs_repair file system would
be still usable (now only those files are invisible, but still accessible)?
Btw, I didn't have any power failure, nor problems with hardware (at
least on this partition - based on smart report). The trigger for that
was to fill in partition in 100%. Could it cause those error on my
partition?
Regards
Marcin
[xfs_check-output]
bad free block nused 1 should be 14 for dir ino 48 block 16777216
bad free block nused 0 should be 5 for dir ino 335698 block 16777216
bad free block nused 0 should be 5 for dir ino 1355949 block 16777216
agi unlinked bucket 4 is 44164 in ag 2 (inode=1092740)
agi unlinked bucket 43 is 117355 in ag 2 (inode=1165931)
agi unlinked bucket 59 is 43387 in ag 2 (inode=1091963)
dir 2102297 block 0 entry
454ba2b3v bad inode number 1183729173579457891
dir 2102297 block 0 entry
3 bad inode number
3619544128639099186
dir 2102297 block 0 bad free entry at 296
dir 2102297 block 0 bad bestfree data
dir 2102297 block 0 entry/unused tag mismatch
dir 2102297 block 8388609 extra leaf entry 4d39b335 196
dir 2102297 block 8388609 extra leaf entry 4d5c32e1 60
(... 159 lines removed)
dir 2102297 block 8388612 extra leaf entry 4c6b7599 17c
dir 2102297 block 8388612 extra leaf entry 4c7a6849 18
bad free block ent 0 is 0 should be 65320 for dir ino 2102297 block 16777216
bad free block ent 1 is 0 should be 8 for dir ino 2102297 block 16777216
bad free block ent 2 is 0 should be 8 for dir ino 2102297 block 16777216
bad free block ent 3 is 0 should be 8 for dir ino 2102297 block 16777216
bad free block ent 4 is 0 should be 8 for dir ino 2102297 block 16777216
bad free block ent 5 is 0 should be 8 for dir ino 2102297 block 16777216
bad free block ent 6 is 0 should be 8 for dir ino 2102297 block 16777216
bad free block ent 7 is 0 should be 8 for dir ino 2102297 block 16777216
bad free block ent 8 is 0 should be 8 for dir ino 2102297 block 16777216
bad free block ent 10 is 0 should be 40 for dir ino 2102297 block 16777216
bad free block nused 1 should be 12 for dir ino 2102297 block 16777216
dir ino 2102297 missing leaf entry for ebbb4d51/a
dir ino 2102297 missing leaf entry for e118f281/21
dir ino 2102297 missing leaf entry for e34e82df/13
bad free block nused 0 should be 4 for dir ino 3426262 block 16777216
allocated inode 1091963 has 0 link count
allocated inode 1092740 has 0 link count
allocated inode 1165931 has 0 link count
disconnected inode 2146977, nlink 1
disconnected inode 2130509, nlink 1
(... 97 lines removed)
disconnected inode 2159424, nlink 1
disconnected inode 2272314, nlink 1
link count mismatch for inode 2136334 (name ?), nlink 8, counted 9
disconnected inode 2182819, nlink 1
disconnected inode 2146376, nlink 1
(... 62 lines removed)
disconnected inode 2256376, nlink 1
disconnected inode 2160161, nlink 1
[/xfs_check-output]
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: Errors on XFS partition - ask for diagnose
2006-11-26 21:02 Errors on XFS partition - ask for diagnose Marcin Zajączkowski
@ 2006-11-27 13:46 ` Chris Wedgwood
[not found] ` <456AA1D4.6020303@melbourne.sgi.com>
1 sibling, 0 replies; 3+ messages in thread
From: Chris Wedgwood @ 2006-11-27 13:46 UTC (permalink / raw)
To: Marcin Zaj?czkowski; +Cc: linux-xfs
On Sun, Nov 26, 2006 at 10:02:49PM +0100, Marcin Zaj?czkowski wrote:
> I run xfs_check and it returned me many errors (see below).
http://oss.sgi.com/projects/xfs/faq.html#dir2
^ permalink raw reply [flat|nested] 3+ messages in thread[parent not found: <456AA1D4.6020303@melbourne.sgi.com>]
* Re: Errors on XFS partition - ask for diagnose
[not found] ` <456AA1D4.6020303@melbourne.sgi.com>
@ 2006-11-28 18:00 ` Marcin Zajączkowski
0 siblings, 0 replies; 3+ messages in thread
From: Marcin Zajączkowski @ 2006-11-28 18:00 UTC (permalink / raw)
To: chatz; +Cc: linux-xfs
On 2006-11-27 9:29:08 +0100, David Chatterton wrote:
> See:
> http://oss.sgi.com/projects/xfs/faq.html#dir2
Thanks, I had 2.6.17 kernel those days.
I'll try to get xfs_repair >= 2.8.10 for SystemRescueCD which I use and
try repair file system.
Regards
Marcin
> Marcin Zajączkowski wrote:
>> Hi,
>>
>>
>> Recently some of my executable files (on XFS partition) have become
>> "invisible" for whereis, locate, find, bash, mc, nautilus and others.
>> They are not reported by autofill in bash, but I can run it by typing
>> full file name. "ls" with full name returns info about file, "ls" with
>> regexp no.
>>
>> I run xfs_check and it returned me many errors (see below).
>>
>> Because I don't have experience with errors on XFS partition I would
>> like to ask, do you think that after ran of xfs_repair file system would
>> be still usable (now only those files are invisible, but still accessible)?
>>
>>
>> Btw, I didn't have any power failure, nor problems with hardware (at
>> least on this partition - based on smart report). The trigger for that
>> was to fill in partition in 100%. Could it cause those error on my
>> partition?
(...)
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2006-11-28 19:02 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-11-26 21:02 Errors on XFS partition - ask for diagnose Marcin Zajączkowski
2006-11-27 13:46 ` Chris Wedgwood
[not found] ` <456AA1D4.6020303@melbourne.sgi.com>
2006-11-28 18:00 ` Marcin Zajączkowski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox