ntfs read by int13
Posted: Tue Oct 11, 2011 8:14 pm
i want to read files in ntfs partition by ext int 13.
but i could not found any code in google.
help me.
but i could not found any code in google.
help me.
NTFS is proprietory (e.g. no information is provided by Microsoft without a non-disclosure agreement) and is also quite complex. This means that any third party software (that isn't "closed source" and covered by an NDA) is derived from reverse engineering, and (due to the complexity part) may be wrong (e.g. might not handle all features and all corner-cases correctly).howord wrote:i want to read files in ntfs partition by ext int 13.
but i could not found any code in google.
help me.
Bios int 0x13 don't read File System, it load only sectors in memoryi want to read files in ntfs partition by ext int 13.
but i could not found any code in google.
help me.
Of course, Linux' NTFS handling is quite stable and works fine.Brendan wrote:NTFS is proprietory (e.g. no information is provided by Microsoft without a non-disclosure agreement) and is also quite complex. This means that any third party software (that isn't "closed source" and covered by an NDA) is derived from reverse engineering, and (due to the complexity part) may be wrong (e.g. might not handle all features and all corner-cases correctly).