How to verify block numbers of file ?
From: Abhijit Hoskeri <hidden>
Date: 2011-02-20 14:02:16
From: Abhijit Hoskeri <hidden>
Date: 2011-02-20 14:02:16
On Sun, Feb 20, 2011 at 6:52 PM, kashish bhatia [off-list ref] wrote:
Is there any method/command/utility to know what are the block numbers which are allocated to a file in ext2 fs?
The FIBMAP ioctl gives you the block number give an integer, which is the nth block attached to the inode. It includes blocks allocated to store indirect blocks too. -Abhijit