Differences between revisions 1 and 3 (spanning 2 versions)
Revision 1 as of 2015-08-07 17:31:10
Size: 25
Editor: CarlNobile
Comment:
Revision 3 as of 2015-08-07 18:04:05
Size: 241
Editor: CarlNobile
Comment:
Deletions are marked like this. Additions are marked like this.
Line 2: Line 2:

Be sure to {{{umount /dev/scN}}} the drive first.

{{{sudo dcfldd if=/dev/urandom of=/dev/scN}}}

Using {{{/dev/urandom}}} will do a better job than {{{/dev/zero}}}, but will take substantially longer to run.

Low Level HD Format

Be sure to umount /dev/scN the drive first.

sudo dcfldd if=/dev/urandom of=/dev/scN

Using /dev/urandom will do a better job than /dev/zero, but will take substantially longer to run.

LowLevelHDFormat (last edited 2015-08-07 18:04:05 by CarlNobile)