On Wed, Jun 03, 2015 at 04:30:27PM +0000, Carlos Manuel Escalona Villeda wrote: > usualmente un formateo de bajo nivel (dd if=/dev/random of=/dev/sda) debe > ser suficiente para destruir todo lo que tenga un disco.
Ay. Si alguna vez quieres hacer "dd if=/dev/random of=/dev/sda", *no* lo hagas, agotarás la entropía del generador de números aleatorios y tardará mil años en acabar. Usa /dev/urandom en su lugar. -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: https://lists.debian.org/[email protected]

