linux-ext4.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Too large value in inode.i_blocks[1]
@ 2013-06-12  5:08 Felipe Monteiro de Carvalho
  2013-06-12 12:59 ` Theodore Ts'o
  0 siblings, 1 reply; 7+ messages in thread
From: Felipe Monteiro de Carvalho @ 2013-06-12  5:08 UTC (permalink / raw)
  To: linux-ext4

Hello,

Continuing in my adventures with ext4, now I am having
a problem that when reading the root
inode everything is fine. 
When reading the inodes of directories placed on the file system root,
my reading fails, because inode.i_blocks has the following data 
(for 1 particular subdir for example):

127754,
4,
0,
0,
1,
1366,
0,...

The root works because in its inode i_blocks[1] has a smaller, 
in-bounds value, but this one has
the first value completely out of bounds of the filesystem =(

My ext4 filesystem has 3 incompat flags set: EXT4_FEATURE_INCOMPAT_FILETYPE,
EXT4_FEATURE_INCOMPAT_EXTENTS, EXT4_FEATURE_INCOMPAT_FLEX_BG

I suppose it must be related to either EXTENTS or FLEX_BG ...

any ideas?

Also, where can I read about the exact effect of ext4 new features?

thanks,

Felipe Monteiro de Carvalho


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-07-01 17:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-12  5:08 Too large value in inode.i_blocks[1] Felipe Monteiro de Carvalho
2013-06-12 12:59 ` Theodore Ts'o
2013-06-12 13:34   ` Felipe Monteiro de Carvalho
2013-06-12 13:52     ` Theodore Ts'o
2013-06-12 14:25       ` Eric Sandeen
2013-07-01 15:15       ` Felipe Monteiro de Carvalho
2013-07-01 17:02         ` Theodore Ts'o

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).