Re: Reading inode..

2008-09-18 Thread Andreas Dilger
On Sep 17, 2008 19:37 +0530, Rohit Sharma wrote: > 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.

Re: Reading inode..

2008-09-17 Thread Sandeep K Sinha
On Wed, Sep 17, 2008 at 7:59 PM, Manish Katiyar <[EMAIL PROTECTED]> wrote: > On Wed, Sep 17, 2008 at 7:37 PM, Rohit Sharma <[EMAIL PROTECTED]> > wrote: > > 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 an

Re: Reading inode..

2008-09-17 Thread Manish Katiyar
On Wed, Sep 17, 2008 at 7:37 PM, Rohit Sharma <[EMAIL PROTECTED]> wrote: > 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

Reading inode..

2008-09-17 Thread Rohit Sharma
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 i