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 ...
- 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...- Lakshmipathi.G
-------------------
FOSS India Award winning ext3fs Undelete tool and tutorials www.giis.co.in
First they criticize you,Then they laugh at you,Then they fight with you,Then you win. - M.K.Gandhi
-------------------


Reply With Quote
