A.E.Lawrence wrote:
> Alain Knaff wrote:
>> ael wrote:
>>> Is that what you wanted?
>>>
>>> ael
>> Yes. All sectors are there, ... so I wonder why you are getting errors.
>>
>>
>> So, next round of tests: trying to read these sectors:
>>
>> fdrawcmd recalibrate 0
>> fdrawcmd read 0  0 0 1 2 18 1 1  length=18432 >/dev/null
> 
> 
> # fdrawcmd recalibrate 0
> 0: 20
> 1: 0
> no disk change
> 
> # fdrawcmd read 0  0 0 1 2 18 1 1  length=18432 >/dev/null
> remaining= 17920
> 0: 40
> 1: 20
> 2: 20
> 3: 0
> 4: 0
> 5: 1
> 6: 2
> no disk change
> 

A CRC error both in the header (1: 20) and in the data of the sector (2: 20)

It begins to look more and more like a hardware problem, at least in
your case...

Now it might be interesting to check it for all sectors separately.

fdrawcmd read 0  0 0  1 2 18 1 1  length=512 >/dev/null
fdrawcmd read 0  0 0  2 2 18 1 1  length=512 >/dev/null
fdrawcmd read 0  0 0  3 2 18 1 1  length=512 >/dev/null
...
fdrawcmd read 0  0 0 18 2 18 1 1  length=512 >/dev/null
fdrawcmd read 4  0 1  1 2 18 1 1  length=512 >/dev/null
fdrawcmd read 4  0 1  2 2 18 1 1  length=512 >/dev/null
...
fdrawcmd read 4  0 1 18 2 18 1 1  length=512 >/dev/null


Which ones succeed, which ones fail...

Alain




-- 
To UNSUBSCRIBE, email to debian-bugs-rc-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to