Sample Header Ad - 728x90

How to extract raw ext3 inode data from disk?

5 votes
2 answers
4731 views
On an ext3 (or ext2/4, pick your flavor) filesystem, how would one extract raw byte data that corresponds to a particular inode directly from the hard drive? Is it possible given, say, an inode number to determine its location on disk (perhaps as an offset from the start of the partition, or some other LBA offset) and then use some utility such as dd or a system call (something like lseek except operating on the filesystem?) to read that data without having to reference it as a file? I'm assuming this can be done, perhaps with some sort of driver-level utility.
Asked by Michael Martinez (1002 rep)
Nov 10, 2014, 11:38 PM
Last activity: Jun 1, 2021, 01:31 PM