DEV=$1
while read A; do hdparm --write-sector "$A" --yes-i-know-what-i-am-doing "$DEV"; done
