Mail Archives: djgpp-workers/1999/01/31/09:26:55
On Sun, 31 Jan 1999, Martin Str|mberg wrote:
> > Yes, but is that the correct cluster number? Can you use some low-level
> > disk utility (in plain DOS) to verify?
>
> Nope. I haven't got any. (It sounds dangerous too.)
If you only look at the disk structure but never change anything, it
isn't dangerous.
> > I suspect that 24936 is only the low 16 bits of the cluster number
> > (unless in your case the high bits were accidentally zero).
>
> I could use gdb to see what stat get for st_ino, if you want.
That won't help. The problem is that `stat' gets the cluster number
based on pre-FAT32 layout of internal DOS structures, where there was
only enough space for 16 bits.
- Raw text -