Two days ago I installed the Gaming OS onto a disk of mine which had a ZFS pool on it. Even the label changed from GPT to MSDOS.
Today morning I booted FreeBSD and seen that I have a failed pool with 1+6 chechsum errors. No wonder. However, I was still sleepy and I typed:
Then I realized that I might have corrupted some bytes on the disk.
Does zpool destroy write any possible harmful bytes on the failed pool's disk or it just removes it from zpool cache?
Today morning I booted FreeBSD and seen that I have a failed pool with 1+6 chechsum errors. No wonder. However, I was still sleepy and I typed:
Code:
zpool destroy <the_pool_replaced_with_gaming_os>
Does zpool destroy write any possible harmful bytes on the failed pool's disk or it just removes it from zpool cache?