Seeking clarification on "Write and read failure Input/output error" and overwritten
- Lenguaje dominante
- C
- Estrellas
- 3.4k
- Forks
- 177
- Merge medio
- 2 d 15 h
- PR fusionados (30 d)
- 2
Descripción
Hi,
I am aware of the documentation here: https://fight-flash-fraud.readthedocs.io/en/latest/index.html however I have some questions about the results I am getting.
I am testing a new high performance sdcard. When using f3write I saw the following message:
```
WARNING:
The write error above may be due to your memory card overheating
under constant, maximum write rate. You can test this hypothesis
touching your memory card. If it is hot, you can try f3write
again, once your card has cooled down, using parameter --max-write-rate=2048
to limit the maximum write rate to 2MB/s, or another suitable rate.
Creating file 268.h2w ... Write failure: Input/output error
Creating file 269.h2w ... 27.92% -- 48.82 MB/s -- 4:40:37f3write: libflow.h:89: get_rem_chunk_size: Assertion `fw->blocks_per_delay > fw->processed_blocks' failed.
```
Then the app quit. The card was moderately hot. I continued the test and it completed.
When I ran f2read I see this:
```
Validating file 266.h2w ... 1683119/ 0/ 0/ 0 - NOT fully read due to "Input/output error"
Validating file 267.h2w ... f3read: f3read.c:260: validate_file: Assertion `!fdatasync(fd)' failed.
```
The test also stopped again. I searched for the meaning of this message but did not find anything specific. I started the test again and again it stopped:
```
Validating file 367.h2w ... 1889324/ 0/ 0/ 0 - NOT fully read due to "Input/output error"
Validating file 368.h2w ... f3read: f3read.c:260: validate_file: Assertion `!fdatasync(fd)' failed.
```
The card is not hot.
I also noticed this:
`Validating file 355.h2w ... 2019086/ 0/ 0/ 78066`
What does it mean that 78066 blocks were overwritten?
What is the implication of these collection of errors I am seeing, if the drive fake or otherwise defective? It seems like I cannot get though the read test without it erroring out.
Version: F3 Write 8.0.
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.