Not sure how to do that. If you are just after proof of concept to see if ZFS works (e.g. using diff against a copy on a USB stick), why not do the following:Herrick said:Hi,
thanks for the hint, but I wonder if we can target a specific file's location on a disk...
The reason why I'm asking, is because I have a 12TB slice and there is only about 100mbs of file in there for testing... Could take a while before hitting the file with dd in random spots
Thanks
# dd if=/dev/random of=/dev/ad0 bs=1M
-r rfailprob Specifies read failure probability in percent.
-w wfailprob Specifies write failure probability in percent.
Haven't tried myself but...Herrick said:thanks for the hint, but I wonder if we can target a specific file's location on a disk...
# zinject -t data /path/to/file
?