Page 1 of 1

ntfs read by int13

Posted: Tue Oct 11, 2011 8:14 pm
by howord
i want to read files in ntfs partition by ext int 13.
but i could not found any code in google.
help me.

Re: ntfs read by int13

Posted: Tue Oct 11, 2011 8:58 pm
by Brendan
Hi,
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.
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).

Are you sure that using NTFS is a rational/justifiable decision?


Cheers,

Brendan

Re: ntfs read by int13

Posted: Wed Oct 12, 2011 1:32 am
by djmauretto
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 memory :roll:

Re: ntfs read by int13

Posted: Fri Oct 14, 2011 11:07 am
by jal
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).
Of course, Linux' NTFS handling is quite stable and works fine.


JAL