Hi all ,<br><br>If I want to display block numbers of a file. <br>For instance file size is 64KB and block size is 4KB. So the data will accommodate in 16 blocks. <br><br>Now I accessed an array named &quot;i_block[ ]&quot; present in ext2_inode structure. This array stores the <br>

block numbers of a file.<br><br>The first 12 blocks are direct blocks which will store 48KB data of file and the 13th block will be single indirect block which will store the rest of the data.<br><br>In this way I can directly get the data of 48KB by referring first 12 direct blocks. <br>

<br>My question is how can I access this 13th block to  get the remaining block numbers which will directly point to rest of the data.<br clear="all"><br>-- <br><span style="color: rgb(51, 51, 51);">Regards,</span><br>Kashish<br>
<br>