Luke writes:
>
>
> In the mtools directory there was this readme:
> 8<--------------------
> mtools - tools to read msdos floppies from unix pc
>
> Compiled with a couple of tweaks, but cannot read disks, even under dosemu.
>
> Al ([EMAIL PROTECTED]) Sun 11 Oct 1998 16:20
> 8<--------------------
>
> I just deleted one exit(1) (line 101 of init.c); and mdir works fine.
> The others seem to work too.
> Where it said Can't read FAT or whatever was all crap.
>
Good news, but looking at the code I think we need to work out why the
read() call the reads the FAT is not returning the correct value, rather
than just inoring the error condition.
Al