how to find what LBA maps to what file name

  • Thread starter Thread starter Aaron
  • Start date Start date
A

Aaron

I want to find out what LBA on the harddrive maps to what file name.
what can I use to do this?
 
Hi,

What are you trying to achieve? The location of any given folder or file in
an operating system is mapped by the MFT, not by LBA. When a data request is
sent to the hard drive, the location is translated by the drive controller
hardware to the actual physical location, or logical block, on the drive.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com
 
I just wanna know what file is on what LBA or better yet, vice versa. So I
can see what file is affected by a bad block.
 
If the drive hardware is doing its job, Aaron, no file should be affected by
a bad sector. They are mapped and marked and not used. This occurs outside
the OS, not something you can "see" per se. If they are being used, you'll
not be running very long. If you suspect the drive is going bad, you should
copy off data *now* and get it replaced. Bad sectors don't get better.

--
Best of Luck,

Rick Rogers, aka "Nutcase" - Microsoft MVP

Windows help - www.rickrogers.org
My thoughts http://rick-mvp.blogspot.com
 
I realize all that but if a block goes bad that has a file on it what's the
drive to do?
I just simply want to know how to get a filename that's on a certain block.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top