Update README.md

This commit is contained in:
Keith Nash
2020-10-06 21:55:01 -05:00
committed by GitHub
parent 4399957bac
commit 203d8c21fb

View File

@@ -79,7 +79,7 @@ Some users with atypical hardware environments may need to modify the script and
## FreeBSD / FreeNAS Notes
Before using the script on FreeBSD systems (including FreeNAS) you must first execute this ´sysctl´ command to alter the kernel's geometry debug flags. This allows `badblocks` to write to the entire disk:
Before using the script on FreeBSD systems (including FreeNAS) you must first execute this `sysctl` command to alter the kernel's geometry debug flags. This allows `badblocks` to write to the entire disk:
`sysctl kern.geom.debugflags=0x10`