[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Harddisk crash (again)



On St, 2003-05-07 at 01:06, Adam Klobukowski wrote:
> The symptoms are the same as previously (it is the third time it 
> happened like this), it seems that track 0 on HDD was erased. (That 
> involves: boot record, partition table and begining of FAT of C:).

TOS 4.0x (x < 4) used to do that, IIRC.

It may have something to do with a nearly full partition. The sector
counter overflows, simply said, and so TOS starts writing data from
sector 0.

But this would not remove boot record.

What harddisk driver do you use? An old version of AHDI?

Completely different possibility is a HW fault. An error on the bus, for
example. Flipped bit of the word that addresses the track and you're
done.

Petr