Results 1 to 1 of 1
Hi all,
Here is my problem,
In ext3 file system,
Assume blocks_per_group=32768.
I have accessed block bitmap of 2 Group Descriptor and found that particular block is free say Entry ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-29-2007 #1
How to convert into Inode block number??
Hi all,
Here is my problem,
In ext3 file system,
Assume blocks_per_group=32768.
I have accessed block bitmap of 2 Group Descriptor and found that particular block is free say Entry number 10 is free.
Now i want to know How to convert this block number into global block number?
is that correct to compute like this,
(32768*2)+10
Is this correct?
Some File System Guy Help me out...First they ignore you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-----
FOSS India Award winning ext3fs Undelete tool www.giis.co.in. Online Linux Terminal http://www.webminal.org


Reply With Quote
