Re: iso hacked suspicious: answers

2016-08-10 Thread Thomas Schmitt
Hi, Andrew F Comly wrote: > E) Burn iso to media > dd if=/dev/zero of=/dev/sdb1 bs=1M; > wait; Why this overwriting of partition 1 by zeros ? The partition table will be overwritten by the ISO anyways. (And on what asynchronous processes are you waiting to end ?) > ddif=/media/LG/AC/bckup/Inst

Re: iso hacked suspicious: answers

2016-08-10 Thread Pascal Hambourg
Le 10/08/2016 à 17:13, Andrew F Comly 康大成 a écrit : iso hacked suspicious: answers Concerning the other questions re: "E-F)", please find the below answers: E) Burn iso to media dd if=/dev/zero of=/dev/sdb1 bs=1M; This action is not needed. The next command will overwrite previous contents