i need to understand full NTFS structure, how partition tables are made and how the directories/files are stored on disk. Who know good reference?
Thank you
feedback
|
This question came from our site for professional and enthusiast programmers.
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. See the FAQ for guidance on how to improve it.
|
How about Microsoft's handily named "How NTFS Works". | |||
feedback
|
|
This is the best I could find. Anyways, give a look to the NTFS-3G driver, as it should describe pretty well what you're asking for. I doubt you can find anything official from MS anyways, as the format is closed. | |||
feedback
|
|
I think this is mostly for Linux, but it might help: NTFS' official website might also help: Finally, if all else fails, Wikipedia!: Hope this helps! | |||||
feedback
|