aha , never thought of this ..
i would appreciate if you can provide me with the script to use
dd if=/dev/zero of=/dev/sda bs=1024
the upper command should wipe 2 sectors of the selected devise , but how to make it jump over 10 LBAs and write two zero sectors again ? adding seek=5120 ?!?!
never thought of using the dd for such a task
what r the flags that should be added ?
thank you very much