avoskov 03.05.2010, 15:09 |
exFAT reader for DOS (Announce) |
Hello! |
Zyzzle 04.05.2010, 00:52 @ avoskov |
exFAT reader for DOS |
Looks very promising, but I can't download the file. Will anyone provide another link? Site says enter a number, which doesn't display, so I can't d/l the file. |
RayeR CZ, 04.05.2010, 01:28 @ Zyzzle |
exFAT reader for DOS |
> Looks very promising, but I can't download the file. Will anyone provide --- |
RayeR CZ, 04.05.2010, 01:36 @ RayeR |
exFAT reader for DOS |
BTW The dependency on windows in just readsect() function? It yes then it would be easy to port it to true DOS. --- |
avoskov 04.05.2010, 09:30 @ RayeR |
exFAT reader for DOS |
> BTW The dependency on windows in just readsect() function? It yes then it |
Zyzzle 04.05.2010, 04:43 @ RayeR |
exFAT reader for DOS |
> > Looks very promising, but I can't download the file. Will anyone provide |
RayeR CZ, 04.05.2010, 13:14 @ Zyzzle |
exFAT reader for DOS |
> You need to be running XP sp2 minimum to format an ExFAT partition, --- |
avoskov 04.05.2010, 13:22 @ RayeR |
exFAT reader for DOS |
The correct option is exFAT, but you can also use GUI - after update pack you will have option "exFAT" in the formatting dialog |
avoskov 04.05.2010, 09:37 @ Zyzzle |
exFAT reader for DOS |
> Looks very promising, but I can't download the file. Will anyone provide |
Laaca Czech republic, 04.05.2010, 10:47 @ avoskov |
exFAT reader for DOS |
It is great! --- |
avoskov 04.05.2010, 11:55 @ Laaca |
exFAT reader for DOS |
Currently it is read-only, and has some limitations (e.g., it uses codepage 866 permanently and doesn't use uppercase tables of exFAT - "thinks" that Abc and abc are different filenames), bugs are possible to, because testing was rather limited (but I've tested it under HX DOS extender under plain DOS). |
RayeR CZ, 04.05.2010, 13:07 @ avoskov |
exFAT reader for DOS |
And how about to implement it into FreeDOS kernel? As #ifdef option :) Read-only is OK at beginning. --- |
avoskov 04.05.2010, 13:27 @ RayeR |
exFAT reader for DOS |
> And how about to implement it into FreeDOS kernel? As #ifdef option :) |
RayeR CZ, 04.05.2010, 13:51 @ avoskov |
exFAT reader for DOS |
> P.S. Thanks for testing, I'll fix warnings and another type mismatch --- |
tom Germany (West), 13.05.2010, 17:42 @ avoskov |
exFAT reader for DOS |
> Currently it is read-only, and has some limitations (e.g., it uses codepage |
avoskov 14.05.2010, 16:40 @ tom |
exFAT reader for DOS |
Thanks, I'll add your patch in the next release. Now the main problem is the speed of reading data (it is 10 times slower than Windows XP built-in driver) and the reason of it: the current version doesn't use several sector reading per one function call (which implemented into WinAPI, HX DOS Extender and even ROM BIOS). |
RayeR CZ, 15.05.2010, 01:12 @ avoskov |
exFAT reader for DOS |
> P.S. As I understood from your changes in the code, the extended partition --- |
Laaca Czech republic, 15.05.2010, 07:59 @ RayeR |
exFAT reader for DOS |
In MBR you can have defined only 0 or 1 extended partitions. Not more as MS-DOS and Windows would not see it. (not sure about FreeDOS) --- |
RayeR CZ, 15.05.2010, 13:40 @ Laaca |
exFAT reader for DOS |
> In MBR you can have defined only 0 or 1 extended partitions. Not more as --- |
RayeR CZ, 15.05.2010, 18:30 @ Laaca |
exFAT reader for DOS |
> More info and pascal sources I wrote here (in czech): --- |
Richard 18.04.2022, 13:28 @ tom |
exFAT reader for DOS |
> > Currently it is read-only, and has some limitations (e.g., it uses |