Software, Command LineDecember 6, 2007 7:39 pm
Wipe out your hard disk from a command line:
dd if=/dev/zero of=/dev/hda
and if you like to copy the iso from a cd, you can use this command:
dd if=/dev/cdrom of=/home/user/foo.iso
Wipe out your hard disk from a command line:
dd if=/dev/zero of=/dev/hda
and if you like to copy the iso from a cd, you can use this command:
dd if=/dev/cdrom of=/home/user/foo.iso
The URI to TrackBack this entry is: http://bsdnetwork.blogsome.com/2007/12/06/dd-ifdevzero-ofdevhda/trackback/
No comments yet.
RSS feed for comments on this post.
Line and paragraph breaks automatic, e-mail address never displayed, HTML allowed: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>