Dd


From Knoppix Documentation Wiki
Revision as of 01:57, 24 September 2005 by Dr Kludge (Talk | contribs)

Jump to: navigation, search

You can use the dd (duplicate disk) command to clone a diskette or a hard disk.

The syntax is : dd <inputfile> <outputfile>

dd if=inputfile of=outputfile

See [1]