Currently on FreeNAS 11.1-RELEASE
i3 4170, 16GB ECC, 4x4TB WD RED, RAIDZ2
I have had this machine since 2016 Summer, have never seen this message.
I just received this message in my Freenas Alerts:
So, I followed instructions on how to fix some of the errors https://forums.freenas.org/index.ph...-1-currently-unreadable-pending-sectors.9824/
1. I performed long tests on both ada0 and ada1:
2. Tried to write to sector using dd ex:
Still received the same error:
ada0
ada1
3. Then I ran a scrub on my volume
4. Still receiving same error and another message
Questions:
1. Did I run the dd command incorrectly and to the wrong sectors?
2. The auto scrubs are setup like this: (do i need to run more scrubs?)
3. What did I do incorrectly to receive all these error messages? will it affect data integrity??
4. What else can I try to fix these problems?
Thank you!
i3 4170, 16GB ECC, 4x4TB WD RED, RAIDZ2
I have had this machine since 2016 Summer, have never seen this message.
I just received this message in my Freenas Alerts:

So, I followed instructions on how to fix some of the errors https://forums.freenas.org/index.ph...-1-currently-unreadable-pending-sectors.9824/
1. I performed long tests on both ada0 and ada1:


2. Tried to write to sector using dd ex:
Code:
sysctl kern.geom.debugflags=16 dd if=/dev/zero of=/dev/ada2 bs=4096 count=1 seek=385724 conv=noerror,sync
Still received the same error:
ada0

ada1

3. Then I ran a scrub on my volume
4. Still receiving same error and another message

Questions:
1. Did I run the dd command incorrectly and to the wrong sectors?
2. The auto scrubs are setup like this: (do i need to run more scrubs?)

3. What did I do incorrectly to receive all these error messages? will it affect data integrity??
4. What else can I try to fix these problems?
Thank you!
Last edited by a moderator: