[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <2d08ef090809170707x1564f440k7f69c92eac04b9e7@mail.gmail.com>
Date: Wed, 17 Sep 2008 19:37:06 +0530
From: "Rohit Sharma" <imreckless@...il.com>
To: ext4 <linux-ext4@...r.kernel.org>
Cc: Kernelnewbies <kernelnewbies@...linux.org>
Subject: Reading inode..
I want to read ext2 inode.
Its just like i have a inode no. say 1900..
so from the block group we can read the group descriptor and from there we
can identify the first block no. of the inode table.
So we can read the required inode no.i.e. 1900 from this inode table.
I found that there are 8176 inodes per block group using tune2fs utility,
so if i am interested in reading 8177th inode then i have to move on
to next block groups inode table.
I just want to verify if i am correct on this.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists