Results 1 to 3 of 3
I have changed my linux kernel from 2.6.10 to 2.6.28.
When loading the new kernel, i have the following error:
EXT2-fs error (device ram0): ext2_get_inode: unable to read inode block.
...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 07-13-2009 #1Just Joined!
- Join Date
- Jul 2009
- Posts
- 7
file system: ext2_get_inode troubles
I have changed my linux kernel from 2.6.10 to 2.6.28.
When loading the new kernel, i have the following error:
EXT2-fs error (device ram0): ext2_get_inode: unable to read inode block.
It seems that the block limitation is reached.
Where can i found documentation about difference between these kernels?
or documention about ext2 filesystem changes?
- 07-13-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,152
See The Linux Kernel Archives for information about kernel changes.
I doubt very much (not 100% sure) that there were any substantive changes to the ext2 file system. Since this is ram disc problem, there might be an issue with the ram disc driver.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 07-13-2009 #3Just Joined!
- Join Date
- Jul 2009
- Posts
- 7
That is right, it was a ram disc problem.
Thank you for your help!


Reply With Quote
