The command dd if=/dev/mem of=/dev/null seek=16k bs=4k count=1 is used to test erroect injection for edac. Why? As far as I know, dd is simply copying data from those devices to somewhere else. What bad can happen to cause an error to memory by copying?
Tell me more
×
Unix & Linux Stack Exchange is a question and answer site for
users of Linux, FreeBSD and other Un*x-like operating systems.. It's 100% free, no registration required.
|
|
|||
|
|
|
You skipped the important part before the dd command, from the kernel documentation:
The kernel driver generate errors, this has nothing to do with dd, dd is just used to trigger it. |
|||||||||||
|