0

Given a file, how can I get the LBA ranges corresponding to the file? Can FSCTL_GET_RETRIEVAL_POINTERS do the job?

lalli
  • 6,083
  • 7
  • 42
  • 55
  • @gariepy: other way around.. that question is a duplicate of this. I asked this question on 2010-10-06. I got an answer on 2011-04-11, and I selected it as an answer. The duplicate question was asked on 2013-02-18, more than 2 years after my question. and almost 2 years after the answer was posted. – lalli Jun 04 '16 at 07:52

1 Answers1

1

Yes, it will help you. Note that if you're trying to get down lower, you might need a littlemore; the file system thinks in clusters, for example, while you may not be thinking in clusters).

Matt
  • 74,352
  • 26
  • 153
  • 180
jrtipton
  • 2,449
  • 1
  • 15
  • 9