[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: copie de système



> Salut,
> 
> Comment peut-on copier un système complet d'une partition à l'autre ?
> ceci pour installer deux patates sur le même disque (pour faire des
> tests) sans avoir à tout réinstaller si possible...
> 
> merci

salut,

demande a dd.

dd if=/source of=/destination


     if=file   Specify the input  path;  standard  input  is  the
               default.

     of=file   Specify the output path; standard  output  is  the
               default.  If the seek=expr  conversion is not also
               specified,  the  output  file  will  be  truncated
               before  the  copy  begins,  unless conv=notrunc is
               specified.  If  seek=expr    is   specified,   but
               conv=notrunc  is  not, the effect of the copy will



Reply to: