Displaying 2 results from an estimated 2 matches for "aravindan_raghu".
2007 Apr 18
0
Ext3-users Digest, Vol 38, Issue 10
...pace tool to extract ext3 inode information
> (Andreas Dilger)
> 3. Re: User space tool to extract ext3 inode information
> (Aravindan Raghuveer)
> 4. [About kjournald] (Forrest Wang)
>
>
> ---------- Forwarded message ----------
> From: Aravindan Raghuveer <aravindan_raghu at yahoo.com>
> To: ext3-users at redhat.com
> Date: Mon, 16 Apr 2007 11:17:12 -0700 (PDT)
> Subject: User space tool to extract ext3 inode information
> Hello!
>
> I need to write a user space tool that can dump
> logical block addresses used by every file in a ext3
> fi...
2007 Apr 16
1
User space tool to extract ext3 inode information
Hello!
I need to write a user space tool that can dump
logical block addresses used by every file in a ext3
file system. For example, if file foo uses LBAs 2,3
and file bar uses LBAs 100,102,156, then the ouptut
should read:
FILENAME LBAs
foo 2, 3
bar 100,102,156
Is there a tool that exists that can do this? If not,
what would be a good strategy to write this tool. I am