EXT3 -> INODE -> Direct Block Pointer 0
Posted: Mon Nov 14, 2011 4:59 am
Hello there !
Well I've implemented ext2 fs and I have no problems regarding that !
But I got stucked when I tried to use my ext2 driver for ext3 filesystem !
Most of the things are similiar and the driver works for most of stuff
EXCEPT for the stranger BLOCK numbers (32bit numbers much higher then the number of blocks available for the partition) that appear in the INODES.
EXT3 -> INODE -> Direct Block Pointer 0 = instead of a normal block number it's a strage 32bit number looking like 0xF12AB132 !!! this is not a block number !
Couldn't find an answer for this !
Do you folks know about this ?
Best regards !
Happy coding !
Well I've implemented ext2 fs and I have no problems regarding that !
But I got stucked when I tried to use my ext2 driver for ext3 filesystem !
Most of the things are similiar and the driver works for most of stuff
EXCEPT for the stranger BLOCK numbers (32bit numbers much higher then the number of blocks available for the partition) that appear in the INODES.
EXT3 -> INODE -> Direct Block Pointer 0 = instead of a normal block number it's a strage 32bit number looking like 0xF12AB132 !!! this is not a block number !
Couldn't find an answer for this !
Do you folks know about this ?
Best regards !
Happy coding !