Lines Matching full:sector
18 # Copy first small sector to the second small sector.
20 atf_check dd if=backing_file of=sector bs=512 count=1 \
22 atf_check dd if=sector of=backing_file bs=512 count=1 seek=1 \
33 # Copy first big sector to the second big sector.
39 seek=$(( $secsize / 512 )) of=sector conv=notrunc status=none
41 seek=$(( $secsize / 256 )) if=sector conv=notrunc status=none
82 atf_check dd if=/dev/${md} of=sector bs=512 count=1 status=none
83 atf_check dd if=rnd of=sector bs=1 count=8 seek=64 conv=notrunc status=none
84 atf_check dd if=sector of=/dev/${md} bs=512 count=1 status=none
87 # Try to read from the corrupt sector
126 atf_check dd if=/dev/${md} of=sector bs=512 count=1 status=none
127 atf_check dd if=rnd of=sector bs=1 count=16 conv=notrunc status=none
128 atf_check dd if=sector of=/dev/${md} bs=512 count=1 status=none
131 # Try to read from the corrupt sector