I have just done a fresh install of FreeBSD 11.1 on a small home server with an SDD drive. The installation seemed to be successful: no errors whatsoever.
After the installation I wanted to restore my old data on the server and copied some tar files to the (UFS-formated) SDD disk. Each file is about 4 G in size. I then wanted to check the files (I have sha512 sums for each file). While computing the sums, I got several similar errors logged in the console:
The command completes and the computed sha512 is correct. So, even though there seem to be errors reading the disk, the data is read correctly.
I then rebooted and mounted the disk read only and ran a check with
and the test passed.
I also rebooted into a GNU/Linux rescue disk and ran
from there: this also found no bad blocks.
I have also looked at https://forums.freebsd.org/threads/45101/
but in that question smartctl was reporting errors, so it seems to me that that situation was different.
So both tools found no errors but still I get these error messages in the console from time to time. Do you have any suggestions as to what I should check next? Can it be a broken disk?
After the installation I wanted to restore my old data on the server and copied some tar files to the (UFS-formated) SDD disk. Each file is about 4 G in size. I then wanted to check the files (I have sha512 sums for each file). While computing the sums, I got several similar errors logged in the console:
Code:
(ada0:ahcich0:0:0:0): READ_FPDMA_QUEUED, ACB: 60 00 c0 10 88 40 04 00 00 01 00 00
(ada0:ahcich0:0:0:0): CAM status: Uncorrectable parity/CRC error
(ada0:ahcich0:0:0:0): Retrying command
I then rebooted and mounted the disk read only and ran a check with
smartctl -s on -t long /dev/ada0
and the test passed.
I also rebooted into a GNU/Linux rescue disk and ran
badblock -s /dev/sda
from there: this also found no bad blocks.
I have also looked at https://forums.freebsd.org/threads/45101/
but in that question smartctl was reporting errors, so it seems to me that that situation was different.
So both tools found no errors but still I get these error messages in the console from time to time. Do you have any suggestions as to what I should check next? Can it be a broken disk?