Read raw HD partition in Linux at a particular offset

Posted by Evgeny on Super User See other posts from Super User or by Evgeny
Published on 2010-06-02T06:09:09Z Indexed on 2010/06/02 6:14 UTC
Read the original article Hit count: 358

Filed under:
|
|
|
|

I'm trying to recover some files deleted from a Linux ext3 partition. I've grepped the raw partition device (/dev/sda1) using grep -b and it gave me an offset. What's the easiest way for me to read a chunk of data from that block device starting from the offset returned by grep?

© Super User or respective owner

Related posts about linux

Related posts about grep