Click here to Skip to main content
15,917,991 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
how can i read sectors of hard disk that File system store in and see free blocks, bad blocks, used blocks ,...?
Posted
Updated 17-Nov-10 7:28am
v3

You should be able to gleen some information from this[^]. You'll be doing a bunch of research into the internals of NTFS and how to parse the MFT.
 
Share this answer
 
Comments
toki1381 30-Nov-10 13:53pm    
I should access to sectors of HD and read them!how can i read sectors of HD in c++? please explain for me by example and code !
If you do the research into how NTFS works and is laid out, you'll also come acrossed examples, all in C++.

I don't have an example for you.

Start reading this[^]. You'll find a ton of links at the bottom. You've got a lot of research to do.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900