Tags: PelionIoT/f3
Tags
Version 1.1.3 Fixed some warning issued by GCC when compiling f3read.c on 64bits machines. Nicolai Abruzzese was the first one to report this issue. The outputs that he obtained were as follows: f3read.c: In function 'report': f3read.c:126: warning: format '%llu' expects type 'long long unsigned int', but argument 5 has type 'uint64_t' f3read.c: In function 'iterate_path': f3read.c:166: warning: format '%llu' expects type 'long long unsigned int', but argument 2 has type 'uint64_t' f3read.c:166: warning: format '%llu' expects type 'long long unsigned int', but argument 3 has type 'uint64_t' f3read.c:166: warning: format '%llu' expects type 'long long unsigned int', but argument 4 has type 'uint64_t' f3read.c:166: warning: format '%llu' expects type 'long long unsigned int', but argument 5 has type 'uint64_t'
Version 1.1.2 Handled an I/O error reported by Misha Aizatulin. The outputs that he obtained were as follows: $ ./f3write /media/disk/ Free space: 122.01 GB Creating file 0001.fff ... OK! ... Creating file 0113.fff ... OK! Creating file 0114.fff ... OK! Creating file 0115.fff ... OK! Creating file 0116.fff ... OK! Creating file 0117.fff ... OK! Free space: 0.00 Byte Writing speed: 5.96 MB/s $ ./f3read /media/disk/ SECTORS ok/corrupted/changed/overwritten Validating file 0001.fff ... 0/0/0/2097152 Validating file 0002.fff ... 33280/0/0/2063872 Validating file 0003.fff ... 0/0/0/32 - NOT fully read Validating file 0004.fff ... 0/0/0/2097152 Validating file 0005.fff ... 0/0/0/24192 - NOT fully read Validating file 0006.fff ... 0/0/0/32 - NOT fully read Validating file 0007.fff ... 0/0/0/32 - NOT fully read ... Validating file 0035.fff ... 0/0/0/121984 - NOT fully read Validating file 0036.fff ... 0/0/0/121984 - NOT fully read Validating file 0037.fff ... 0/0/0/32 - NOT fully read Validating file 0038.fff ... 0/0/0/32 - NOT fully read ... Validating file 0113.fff ... 0/2097152/0/0 Validating file 0114.fff ... 0/2097152/0/0 Validating file 0115.fff ... 161888/1935264/0/0 Validating file 0116.fff ... 1980224/96768/0/20160 Validating file 0117.fff ... 265824/52416/0/0 Data OK: 14.44 GB (30275959 sectors) Data LOST: 13.77 GB (28874473 sectors) Corrupted: 9.92 GB (20793321 sectors) Slightly changed: 0.00 Byte (0 sectors) Overwritten: 3.85 GB (8081152 sectors) WARNING: Not all data was read due to I/O error(s) Reading speed: 15.77 MB/s
PreviousNext